https://issues.apache.org/bugzilla/show_bug.cgi?id=48651
--- Comment #2 from [email protected] 2010-02-01 06:55:06 UTC --- (In reply to comment #1) > Please try this patch: > > Index: modules/fcgid/fcgid_mutex_unix.c > =================================================================== > --- modules/fcgid/fcgid_mutex_unix.c (revision 904780) > +++ modules/fcgid/fcgid_mutex_unix.c (working copy) > @@ -56,6 +56,10 @@ > > #include "ap_mpm.h" > > +#if MODULE_MAGIC_NUMBER_MAJOR < 20051115 > +#define AP_NEED_SET_MUTEX_PERMS > +#endif > + > #if AP_NEED_SET_MUTEX_PERMS > #include "unixd.h" > #endif Thank you. It works. I just change this line in patch to compile: #define AP_NEED_SET_MUTEX_PERMS 1 -- 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]
