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

           Summary: mod_ssl SSLSessionCache: Parentheses in path name not
                    possible for shm
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: PC
               URL: http://www.nabble.com/Error-when-trying-shmcb-
                    SSLSessionCache-on-64-bit-Windows-td19251739.html
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [email protected]


On Windows 2003 64bit, Apache is mostly installed in the "Program Files (x86)"
folder, and the parentheses cause the trouble here, as mod_ssl tries to read
the cache size out of them. I suggest either changing the ( ) to < >, as those
are not allowed in folder names in Windows, or search the string right to left,
getting the correct pair of parentheses containing the size.

SSLSessionCache "shmcb:C:/Program Files
(x86)/Apache2.2/logs/ssl_scache(512000)"

^ fails.

Thanks


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

Reply via email to