Tuesday, January 22, 2013

SSLSessionCache: Invalid argument: size has to be >= 8192 bytes

During the Apache https setup, I encountered the error as shown below when I run “httpd –S” command.


To resolve this issue, I run the command “dir /x c:\” to find the directory name in short form.



Replace the folder name in httpd-ssl.conf with the directory name in short form as shown in the screen above.
SSLSessionCache        "shmcb:C:/PROGRA\~2/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)"

No comments: