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] 2003-11-18 21:23 ------- Hi, As you said it's a hack to work in your environment. Adding and modifying the Tags for SHM just disabled it, and no, we have to make it work with shm :) Disabling shm, you make the ldap cache not working well on threaded mpm. For example, with worker mpm, you will have a cache context for all forked server, and only thread inside will be able to use the cache, in each server. Shared memory is providing a common cache data for all threaded and forked server. So yes, you did a hack to make it work, but it's not a solution here :) What i will do in the next patch is to display in debug mode, which memory management it will use, and continue effort to make it stable. Matthieu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
