Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "SSLSessionCache" page has been changed by GarryPlowman. http://wiki.apache.org/httpd/SSLSessionCache?action=diff&rev1=9&rev2=10 -------------------------------------------------- SSLSessionCache "shmcb:c:/Users/myusername/Apache/Apache2.2/logs/ssl_scache(512000)" }}} + As an alternative under Vista/Windows 7/Server 2008/Server 2008 R2 64bit you can create a junction: + + {{{ + mklink /j "c:\program files\Apache Software Foundation/Apache2.2/logs" "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs" + }}} + + and then simply remove the (x86) from the path in the config file: + + {{{ + "shmcb:C:/Program Files/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)" + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
