Apache starts, SSL site unavailable

Jon August <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.