PDA

View Full Version : Shared IP Address


bswinnerton
9th September 2007, 17:47
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:
######################################
# Vhost: www.ablebizcon.com:80
######################################
#
#
<VirtualHost 76.243.116.172:80>
ServerName www.ablebizcon.com:80
ServerAdmin webmaster@ablebizcon.com
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>
#
#
#

bswinnerton
9th September 2007, 18:20
Also, ifconfig does give me that ip address. And /etc/hosts has the ipv6 stuff commented out.

torusturtle
9th September 2007, 19:01
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.

bswinnerton
9th September 2007, 19:04
Really?? It doesn't say shared ip!?

Where are you looking?

falko
10th September 2007, 20:57
I don't see the Shared IP page either, so it seems to be working now. :)

bswinnerton
10th September 2007, 20:59
=) Wohoo!

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