PDA

View Full Version : Default site


maria
11-30-2006, 08:27 AM
When I delete a site but the nameservers still point to my server, if someone tries to access the deleted site it defautls to a different site on the server. Is there a way to fix this?

LeeJ
12-01-2006, 04:00 AM
Put a ticket in and we will add a blank virtual host which will resolve this problem.

LeeJ
12-01-2006, 10:05 AM
took care if it within the ticket.

Added the below to the vhosts.conf file and restorated apache. original ips etc have been removed. ;-)

<VirtualHost 23.98.4.11>
DocumentRoot /usr/local/apache/htdocs
ServerName server.server.com
ServerAdmin me@server.com
ServerAlias server.server.com
</VirtualHost>

maria
12-01-2006, 10:24 AM
Lee, THANK YOU

LeeJ
12-05-2006, 01:47 PM
no problem.