Shared IP Address

Discussion in 'Installation/Configuration' started by bswinnerton, Sep 9, 2007.

  1. bswinnerton

    bswinnerton New Member

    I'm working on a clients website (the 3rd one on the server) and after adding it and everything, i'm getting the shared ip address notice.

    If you type in the address and then after /index.html i can get to the homepage. Right now my dns is set up as the following at dnsexit.com:

    (Old Image)

    And here is my vhosts file for that website:
    Code:
    ######################################
    # Vhost: www.ablebizcon.com:80
    ######################################
    #
    #
    <VirtualHost 76.243.116.172:80>
    ServerName www.ablebizcon.com:80
    ServerAdmin [email protected]
    DocumentRoot /media/storage/www/web4/web
    ServerAlias ablebizcon
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /media/storage/www/web4/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode Off
    Alias /error/ "/media/storage/www/web4/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
     
    Last edited: Sep 11, 2007
  2. bswinnerton

    bswinnerton New Member

    Also, ifconfig does give me that ip address. And /etc/hosts has the ipv6 stuff commented out.
     
  3. torusturtle

    torusturtle ISPConfig Developer ISPConfig Developer

    It looks ok here. I get the normal under construction page.

    DNS changes can sometimes take time till they saved on all the other DNS servers around the world. Can take up to 72 hours.
     
    Last edited: Sep 9, 2007
  4. bswinnerton

    bswinnerton New Member

    Really?? It doesn't say shared ip!?

    Where are you looking?
     
  5. falko

    falko Super Moderator ISPConfig Developer

    I don't see the Shared IP page either, so it seems to be working now. :)
     
  6. bswinnerton

    bswinnerton New Member

    =) Wohoo!

    I cleared my cache, and now i get it too. Saaaweeet!
     

Share This Page