Hello, When starting httpd, I always got warnings, like this: [warn] NameVirtualHost 192.123.456.789:443 has no VirtualHosts [warn] NameVirtualHost 192.123.456.788:443 has no VirtualHosts [warn] NameVirtualHost *:80 has no VirtualHosts [warn] NameVirtualHost *:443 has no VirtualHosts [warn] NameVirtualHost *:80 has no VirtualHosts Does it need to be ignored, or at least what should I do, and how to make it?
These can be ignored. Thats mor a infor than a warning, it basically means that apache is configured to have virtual hosts on these IP's.
Port 443 is HTTPS, so you need port 80 and 443 if you want to be able to host website with http and https.