Hi all. I've recently installed RedHat and I'm getting an error when starting apache, though the virtual servers I've set up are still accessible despite the error.
Here's the error I'm receiving:
NameVirtualHost wwwdev.unbc.ca:0 has no VirtualHosts
Here's what I have in my httpd.conf:
NameVirtualHost cms.unbc.ca
NameVirtualHost wwwdev.unbc.ca
<VirtualHost cms.unbc.ca>
...
</VirtualHost>
<VirtualHost wwwdev.unbc.ca>
...
</VirtualHost>
So both NameVirtualHost entries are there, and the information in the VirtualHost entries is correct, so I'm confused as to why I'm getting the error.
Both sites seem to work despite the error, and if I have only one virtual host in there, I do not get an error.
I'm pretty much a complete newbie to apache administration, so if anyone could please provide some assistance I would greatly appreciate it.
Thanks in advance,
Pablo