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: [EMAIL PROTECTED]


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

Reply via email to