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

perchild reports permission problems because default config misses example

           Summary: perchild reports permission problems because default
                    config misses example
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: perchild
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


Is there any reason why the default config for per child still misses the
solution to prevent this terrible error messages like

"[emerg] (13)Permission denied: apr_proc_mutex_lock failed. Attempting to
shutdown process gracefully."

which prevents Apache2 running in perchild mode on Linux.

Here is the solution, would be great if it will applied on next version (>
2.0.43) to remove this pitfall


--- httpd-2.0.43/docs/conf/httpd-std.conf.in.orig      Fri Oct  4 22:05:16 2002
+++ httpd-2.0.43/docs/conf/httpd-std.conf.in   Fri Oct  4 22:05:38 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>

 # WinNT MPM

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to