> none of the virtual host is working as before it was,, now I am getting > Apache startup page which is located at /var/www/html where for certain > domain it should open /home/domain-name/public_html. > all dirs are chmod 755 and chown root:apache > Result of httpd -S is as follows
> VirtualHost configuration: > 192.168.1.11:80 is a NameVirtualHost Are you sure that's the interface the connection is recieved on? If you actually listen on all interfaces on port 80, and your IP address changed, all your requests will hit the base server config instead of your name virtual host. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
