[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

apache-ssl & mod_ssl



Hi,

I'm trying to use apache-SSL  with libssl AND mod_ssl : 
It works fine with only libssl but I'd want also mod_ssl !!!!
I've added in the httpd.conf : 
LoadModule ssl_module         /usr/lib/apache/1.3/mod_ssl.so
AddModule mod_ssl.c

and then all the SSLEngine parameters !!!
with ie :
SSLCacheServerPath /usr/lib/apache-ssl/gcache
SSLSessionCacheTimeout 15
Listen 443
SSLEnable
SSLCacheServerPath /usr/lib/apache-ssl/gcache
SSLCacheServerPort /var/run/gcache_port 
SSLSessionCacheTimeout 15
SSLCACertificatePath /etc/apache-ssl
SSLCertificateFile /etc/apache-ssl/apache.pem
SSLVerifyClient 0
SSLVerifyDepth 10
SSLFakeBasicAuth
SSLEngine on

And when I try to start apache-ssl, it gives me the following error
message : 
[Mon Feb 23 15:01:49 2004] [crit] SSLSessionCacheTimeout not set

Thanx in advance



Reply to: