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: [email protected] ReportedBy: [EMAIL PROTECTED] 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)
