I am not sure if my message passed through the mailing list. Thats
why i post it again. Sorry for any unconvenience it may cause.

I have a problem with hosting more than one SSL based virtualhost. It seems 
that the first one has precedence, and the rest (living on the same port) 
don't get reached by the namebased virtualhosting. The log from modssl says 
it pretty clearly:

" Init: SSL server IP/port conflict: fqdn:443 (/usr/local/apache-
1.3.20/conf/h
ttpd.conf:1066) vs. fqdn:443 (/usr/local/apache-1.3.20/conf/httpd.conf:1076)
[04/Sep/2001 08:39:18 07114] [warn]  Init: You should not use name-based 
virtual hosts in conjunction with SSL!! "

The apache server hosts two domains which point to the same IP where the
actual namebased virtualhosting works fine, just not SSL based.

Referencing to the log from ssl, is there any workaround for this?

Apache/mod_ssl configuration:

NameVirtualHost *:443

<VirtualHost *:443>
DocumentRoot "/dir/ect/ory/htdocs"
ServerName fqdn
ServerAdmin user@localhost
SSLEngine on
SSLCipherSuite ALL:!ADH:!
EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /dir/ect/ory/cert/ssl.crt
SSLCertificateKeyFile /dir/etct/ory/cert/ssl.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>
<Directory "/dir/ect/ory/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

</VirtualHost>

Details:

Apache/1.3.20 mod_ssl/2.8.4 OpenSSL/0.9.6, Linux 2.2.

Any tip leading to the solution would be greatly appreciated!

Have a nice day!

Best regards, [mvh]
>> Aage Baardsen, System administrator
   eSolutions Group AS, http://www.eSolutions.no
   Phone: +47 22 01 56 17 | Cellular +47 957 25 817


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to