| stephane@mee-family.com 2005-03-28, 6:24 pm |
| Hi.
I am running a server with Apache 2.0.40. I have implemented SSL into
Apache.
All seemed to work fine when i found out that i can access all the
virtualhosts i setup only through HTTPS only.
I removed the SSL virtualhost from the SSL.conf and i am back to
normal.
Each time i implement again the ssl virtualhost into SSL.conf, i can
only access the differents virtualservers through HTTPS only.
Could anyone provide me any thought regarding this issue?
Please find below the SSL.conf:
LoadModule ssl_module modules/mod_ssl.so
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/var/cache/mod_ssl/scache
SSLSessionCacheTimeout 300
SSLMutex file:logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
<VirtualHost IP:443>
ServerName xxx.xxx.com
DocumentRoot /usr/share/squirrelmail
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM
:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateKeyFile /usr/local/src/ssl_keys/xxx.com.key
SSLCertificateFile /usr/local/src/ssl_keys/xxx.com.crt
</VirtualHost>
Many thanks for any help!
|