On Wed, 21 Apr 2004 15:44:55 +0200, Peter Van Biesen wrote: > Hi everyone, > > I've compiled httpd 2.0.49 with mod_auth_ldap and mod_ldap support ( I > used --with-ldap=static ). When I do a httpd -l, I can't seem to find > mod_ldap in the list. I've been looking through the makefiles and httpd > does link with mod_ldap.la which draws in util_ldap.c . So, is mod_ldap > equal to util_ldap.c ?
Yes util_ldap.c is mod_ldap > I tried to configure mod_ldap and httpd didn't complain so I suppose > mod_ldap is present somewhere. I used : > > LDAPSharedCacheSize 200000 > LDAPCacheEntries 1024 > LDAPCacheTTL 600 > LDAPOpCacheEntries 1024 > LDAPOpCacheTTL 600 > > <Location /ldap-status> > SetHandler ldap-status > </Location> > Starting with httpd 2.0.49 you need to add LDAPSharedCacheFile /path/to/sharedcacehfile this path can either be absolute (starting with /) or relative to the HTTPD ServerRoot
