VirtualHost and SSL in httpd.conf

2005-09-20 Thread Jasper
Hi All, I've configured the httpd.conf file the following: VirtualHost www.mercatortrading.nl:443 # General setup for the virtual host DocumentRoot /home/jabal/public_html ServerName mercatortrading.nl ServerAdmin [EMAIL PROTECTED] ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log

Re: VirtualHost and SSL in httpd.conf

2005-09-20 Thread Ryan Fox
Jasper wrote: 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

Re: VirtualHost and SSL in httpd.conf

2005-09-20 Thread Przemyslaw Nowaczyk
Jasper wrote: Hi All, I've configured the httpd.conf file the following: VirtualHost www.mercatortrading.nl:443 # General setup for the virtual host DocumentRoot /home/jabal/public_html ServerName mercatortrading.nl ServerAdmin [EMAIL PROTECTED] ErrorLog logs/ssl_error_log TransferLog

Re: VirtualHost and SSL in httpd.conf

2005-09-20 Thread Alexander Hall
Jasper wrote: Hi All, I've configured the httpd.conf file the following: VirtualHost www.mercatortrading.nl:443 # General setup for the virtual host DocumentRoot /home/jabal/public_html ServerName mercatortrading.nl ServerAdmin [EMAIL PROTECTED] ErrorLog logs/ssl_error_log TransferLog

Re: VirtualHost and SSL in httpd.conf

2005-09-20 Thread Spruell, Darren-Perot
From: Jasper [mailto:[EMAIL PROTECTED] VirtualHost www.mercatortrading.nl:443 VirtualHost www.profibas.com:443 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