https://issues.apache.org/bugzilla/show_bug.cgi?id=48651
--- Comment #1 from Jeff Trawick <[email protected]> 2010-02-01 06:27:45 UTC --- 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 -- 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]
