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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to