On Thu, 09 Oct 2008 22:42:06 +0200, Kai Schaetzl wrote:
[...]
I still don't see the purpose of that virtual host. If it is for "catching" IP only accesses there are several methods to do this. Look for "default virtualhost" in the apache documentation (and in the config template coming with CentOS). Also, if that single virtualhost documentroot and the main documentroot (in httpd.conf) are not the same then all non-hostname access will got to the main server documentroot and not your virtual host.
Kai
Following your suggestions, everything now working correctly.
Thanks, Mike.