At 09:05 PM 9/20/2005 +0200, Jasper wrote:
Hi All,
I've configured the httpd.conf file the following:
running httpd -uDSSL gives the following warning:
[Tue Sep 20 20:39:33 2005] [warn] VirtualHost www.mercatortrading.nl:443
overlaps with VirtualHost www.profibas.com:443, the first has precedence,
perhaps you need a NameVirtualHost directive
Am i missing the point of virtual hosting?
Yep. Hosts must be unique for SSL - you need to either specify unique names
for each VH (note the 'NameVirtualHost' directive), or separate IPs.
Lee