You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/07/30 16:22:59 UTC

DO NOT REPLY [Bug 46420] mod_ssl SSLSessionCache: Parentheses in path name not possible for shm

https://issues.apache.org/bugzilla/show_bug.cgi?id=46420

--- Comment #4 from Christian Höltje <do...@gerf.org> 2010-07-30 10:22:55 EDT ---
**Workaround**

The shmcb method doesn't actually create a file on the filesystem, so you can
use an arbitrary pathname. Just make sure it's unique on the system.

Examples:
SSLSessionCache "shmcb:C:\apache\port80\instance1(512000)"
and
SSLSessionCache "shmcb:C:\apache\port443\instance2(512000)"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org