Apache 2.2 on Windows Session Cache Error
There appears to be a bug with Apache 2.2.13 which I ran into on Windows Server. See the following bug entry: Bug 23403. Opening the error.log for Apache showed the following warning:
warn Init: Session Cache is not configured (hint: SSLSessionCache)
Adding the following lines to the httpd.conf fixed the problem:
SSLSessionCache "shmcb:c:/Apache/logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
Note: your Apache installation directory is probably different, so you will want to modify the above file path.


April 23rd, 2011 10:57
Thank you!
Provided suggestion fixed same error on my Server:
Apache/2.2.16 (Win32) mod_ssl/2.2.16 OpenSSL/0.9.8o