Hi,

I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the SSL site. There's some sort of warning about the cache. mod_ssl.c is listed as a compiled in module, and there's an: Include conf/ssl.conf in the httpd.conf Any suggestions would be greatly appreciated.

Thanks,
     -Jon

Here's the error log for the startup:

[Tue Jun 21 14:01:33 2005] [warn] Init: Session Cache is not configured [hint: S
SLSessionCache]
[Tue Jun 21 14:01:33 2005] [notice] Apache/2.0.54 (Unix) mod_ssl/ 2.0.54 OpenSSL/
0.9.7g configured -- resuming normal operations

Here's the ssl.conf (minus comments):

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
<IfDefine SSL>
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout  300
SSLMutex  file:/usr/local/apache/logs/ssl_mutex
<VirtualHost 208.226.79.1:443>
  ServerName secure.securesite.com
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /www/docs/secsite
  <Directory /www/docs/secsite>
     Options FollowSymLinks ExecCGI Includes
     AllowOverride None
  </Directory>
  SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW: +SSLv2:+EXP
  ErrorLog logs/secure.securesite.com-error_log
  CustomLog logs/secure.securesite.com-access_log common
SSLCertificateFile /usr/local/apache/conf/ssl.crt/ secure.securesite.com.crt SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/ secure.securesite.com.key
</VirtualHost>
</IfDefine>


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

Reply via email to