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 2002/04/15 21:27:30 UTC

DO NOT REPLY [Bug 8122] New: - SSLMutex option settings not honoured

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8122>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8122

SSLMutex option settings not honoured

           Summary: SSLMutex option settings not honoured
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: martin.t.kutschker@blackbox.net


With the SSLMutex option the user could (in 1.3.x) ask for file based or
semaphore based locking. Now mod_ssl asks apr for the default mechanism. Which
is not a bad thing, but the option values should reflect what is provided.

I suggest using the same options as for the AcceptMutex option or using a
backward compatible style:

sem = sysvsem
file: = flock | fcntl (whatever is preferred on the platform)