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 logs/ssl_access_log

*snip*

</VirtualHost>

<VirtualHost www.profibas.com:443>
DocumentRoot "/home/jabal/public_html"
ServerName profibas.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log

SSLEngine on

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/ssl/profibas.crt
SSLCertificateKeyFile /etc/ssl/private/profibas.key

</VirtualHost>

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?

Jasper



are you sure you want both servers to host the same site..?
are you sure they both should log into the same file..?

--
Przemyslaw Nowaczyk <[EMAIL PROTECTED]>
CS student @ Poznan University of Technology

Reply via email to