check that your webserver can resolve the hostname for that virtual server to an address that is on your server
check that your config is correct (looking for obvious visual errors, checking against prior virtual host entries and by running "/usr/local/apache/bin/apachectl configtest") if you have added a new ip address for the new host you may need to add a new NameVirtualHost x.x.x.x line try killing or /usr/local/apache/bin/apachectl stop then restarting apache (/usr/local/apache/bin/apachectl start) restart or HUP'ing will frequently fail to produce error messages. Dean Peter Vogel wrote: > Running Linux 6.1 and I have minimal knowledge - I am running Apache > with a number of virtual domains. I have just added a new one and when > I try to browse it locally I get what looks like my domain's default > site (different IP address). > > I can ping the server okay. > I have set up a virtual server entry in httpd.conf and done httpd > restart > What might I have forgotten to do? > > The domain is www.axisofevil.info > > > -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
