For some reason I'm getting the following warning when starting (and stopping) Apache2 on my ISPcondig 3.0.0.9 server. (I've masked the real IP) OS is Debian Lenny. Not sure if this was all the time, but today I've placed the server in a DC, and I needed to change all the IP's on it. Looking at the /etc/apache2/sites-available/ispconfig.conf I do see the two IP's, but I do not see them in any of the .vhost files
Yes they do, but I found the problem (sort of) I had all sites set to use IP * After I set one of the sites to the server IP, the "[warn] NameVirtualHost 65.55.21.250:80 has no VirtualHosts" warning was gone. I DO still have the warning: "[warn] NameVirtualHost 65.55.21.250:443 has no VirtualHosts"
A simple warning does not prevent a apache-start. Maybe you have some dead apache-procs. Stop apache and check the procs with Code: ps -ef|grep apache2