Arun G Nair wrote:
> NameVirtualHost 172.16.2.0:80 <http://172.16.2.0:80>
>
> <VirtualHost *>
If you used 172.16.2.0:80 in the NameVirtualHost directive, you need
to repeat it in all the VirtualHost blocks.
> # SSL Virtual Hosts
> <IfDefine SSL>
> <VirtualHost 172.16.2.10:443 <http://172.16.2.10:443>>
And I hope those <http://... are just comments you added and are not
part of the config file.
What's httpd -t shows?