https://issues.apache.org/bugzilla/show_bug.cgi?id=48651
Summary: Permission denied: mod_fcgid:
apr_global_mutex_child_init error
Product: Apache httpd-2
Version: 2.0.63
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: critical
Priority: P2
Component: mod_fcgid
AssignedTo: [email protected]
ReportedBy: [email protected]
FreeBSD 7.2-RELEASE-p4 amd64
Latest version of mod_fcgid 2.3.5 fails with this error in httpd-error.log:
[Mon Feb 01 15:55:03 2010] [emerg] (13)Permission denied: mod_fcgid:
apr_global_mutex_child_init error
Previous version 2.3.4 works fine.
As I can see, it tries to create mutex in /var/tmp
On FreeBSD this dir has theese permissions:
drwxrwxrwt 6 root wheel 3.0K Feb 1 15:55 tmp
Version 2.3.4 creates file with "www" owner:
-rw------- 1 www wheel 0B Feb 1 15:55 tmp.2.CMfelr
But version 2.3.5 creates it with "root" owner:
-rw------- 1 root wheel 0B Feb 1 16:02 tmp.4.GgLDa9
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]