You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/24 19:39:27 UTC

[Httpd Wiki] Update of "SSLSessionCache" by Larkin Lowrey

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 Larkin Lowrey:
http://wiki.apache.org/httpd/SSLSessionCache?action=diff&rev1=10&rev2=11

  "shmcb:C:/Program Files/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)"
  }}}
  
+ A less complex alternative is to use the 8.3 compatible short name for "Program Files (x86)"  which can be found by running:
+ 
+ {{{
+ dir /x c:\
+ }}}
+ 
+ The short name will probably look like "PROGRA~2". The offending line can then be changed to:
+ 
+ {{{
+ SSLSessionCache "shmcb:C:/PROGRA\~2/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)"
+ }}}
+ 
+ NOTE: The tilde (~) must be backslash escaped.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org