ISPConfig 2 Shared IP Loads for Virtual Host

Discussion in 'General' started by jcross, May 12, 2010.

  1. jcross

    jcross New Member

    I have perused other, similar problems to mine, but the suggestions did nothing to correct my issue.

    I'm running Fedora 11 with ISPConfig 2.

    I've previously created 4 web sites on this domain, and they worked perfectly. When when I created the 5th, the server directs me to the Shared IP page instead of the correct location.

    Here's my ifconfig results.
    And here's my Vhosts_ispconfig.conf.
    It's the last one, xcart.oneclick-dev1.oneclickventures.com, that goes to the sharedip page, completely ignoring the VirtualHost command.

    Any ideas? Help would be greatly appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is xcart.oneclick-dev1.oneclickventures.com used anywhere else in your Apache configuration?
    What are the outputs of
    Code:
    hostname
    and
    Code:
    hostname -f
    ?
     
  3. jcross

    jcross New Member

    Thanks for the reply.

    No, the problematic URL is not used anywhere else in my server's configuration.

    The results of both hostname and hostname -f are the same: oneclick-dev1.oneclickventures.com
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    cd /etc/httpd
    grep -R xcart.oneclick-dev1.oneclickventures.com *
    ?
     
  5. jcross

    jcross New Member

    Here's what that produced.
     

Share This Page