On Fri, Sep 23, 2005 at 03:46:27PM +0200, [EMAIL PROTECTED] wrote: > First let me start with the problem I encountered while implementing > mod_auth_ldap on a freebsd 5.4 system (apache 2.0.54). > > Of course I have my apache2 daemon running as the www user. When starting > the server, the initialisation fase will run as root, so it can bind to port > 80 etc., but during this fase, also the lock file for the mod_auth_ldap > module is created.
Hi, please try this patch: http://people.apache.org/~jorton/httpd-2.0.54-ldap.patch this contains all the changes between 2.0.54 and the current 2.0.x branch as of a few days ago; it includes the fix for the mutex permissions issue and several other bugs. Regards, joe
