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/07/20 10:13:51 UTC

DO NOT REPLY [Bug 11000] New: - Mutex permission problems: configuration template patch

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=11000>.
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=11000

Mutex permission problems: configuration template patch

           Summary: Mutex permission problems: configuration template patch
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: perchild
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pb@bieringer.de


The already known and solved via a hint here somewhere in the bugzilla 
database Mutex permission problem can be perhaps avoided, if the 
configuration template contains the solution:

--- docs/conf/httpd-std.conf.in.orig      Thu Jul 18 22:52:18 2002
+++ docs/conf/httpd-std.conf.in   Thu Jul 18 22:53:06 2002
@@ -153,6 +153,8 @@
 MaxSpareThreads     10
 MaxThreadsPerChild  20
 MaxRequestsPerChild  0
+# Mutex must be changed, otherwise perchild won't work (permission problem)
+AcceptMutex fcntl
 </IfModule>

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org