DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756 Apache core dump when using LDAP authentification. ------- Additional Comments From [EMAIL PROTECTED] 2004-02-20 21:29 ------- I have finally cried "uncle" for now (i.e. given up) and am simply replacing all "#if APR_HAS_SHARED_MEMORY" occurences with "#if 0" in the mod_ldap .c files (I left the headers alone). This results in 1 LDAP cache per process. I was already using mod_worker, so now I'm just increasing the number of threads per process a bit and thus limiting the number of processes and thus limiting the number of redundant LDAP caches and entries. The result seems to work just fine -- and should be faster than disabling the cache entirely. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
