How to avoid DNS problems with Apache
Use IP addresses in <VirtualHost>, use IP addresses in Listen, use IP addresses in BindAddress, ensure all virtual hosts have an explicit ServerName, and create a <VirtualHost default:*> server that has no pages to serve.
|