Operating System - Linux
1820879 Members
5398 Online
109628 Solutions
New Discussion юеВ

Apache 2 Session Cache is not configured [hint: SSLSessionCache]

 
'chris'
Super Advisor

Apache 2 Session Cache is not configured [hint: SSLSessionCache]

hi

I have Apache 2 installed on SUSE 9.1 and get
following errors at the error_log:

[Mon Jul 05 02:04:50 2004] [notice] caught SIGTERM, shutting down
[Mon Jul 05 02:06:58 2004] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Jul 05 02:06:58 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Mon Jul 05 02:07:00 2004] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations

knows someone howto configure Session Cache
at Apache2 ?

regards
chris
2 REPLIES 2
Durai_2
Occasional Contributor

Re: Apache 2 Session Cache is not configured [hint: SSLSessionCache]

Hello chris,
If you have statement "SSLRequireSSL" in .htaccess file, just comment it and restart the apache. This statement only permits HTTPS.

For SSL session cache use the following syntax only:

SSLSessionCache dbm:/usr/local/apache2/logs/ssl_gcache_data
SSLSessionCache shm:/usr/local/apache2/logs/ssl_gcache_data(512000)

Regards,
Durai.


'chris'
Super Advisor

Re: Apache 2 Session Cache is not configured [hint: SSLSessionCache]

thanks but it doesn't help and the problem still exists.

greetings
chris