Apache 2.2 on Windows Session Cache Error

Apache IconThere 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.

One Response to “Apache 2.2 on Windows Session Cache Error”

  1. Jay Dee
    April 23rd, 2011 10:57
    1

    Thank you!

    Provided suggestion fixed same error on my Server:

    Apache/2.2.16 (Win32) mod_ssl/2.2.16 OpenSSL/0.9.8o

Leave a Reply