Valid on 64-bit Windows
Symptom:
When I try to run Apache HTTP Server, the following error occurs:
Syntax error on line 62 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/extra/httpd-ssl.conf: SSLSessionCache: Invalid argument: size has to be >= 8192 bytes
Solution:
This problem occurs on a 64-bit version of Windows due to a known issue with Apache HTTP Server.
To correct this problem
C:\Program Files (x86)\Apache Software Foundation\Apache2.2
For example, create a link to this folder as c:\Apache2.2.
Apache_install_dir\conf\extra
Specifies your Apache installation directory.
SSLSessionCache "shmcb: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)"
SSLSessionCache "shmcb:c:/Apache2.2/logs/ssl_scache(512000)"
In the preceding line, c:/Apache2.2 is a shortcut to the C:/Program Files (x86)/Apache Software Foundation/Apache2.2 directory.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |