DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40644>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40644 ------- Additional Comments From [EMAIL PROTECTED] 2006-10-04 13:09 ------- With no .htaccess in the subdirectories and one .htaccess with one require ldap-user at the root, the connexion count does reach about 16 connections. We also did the test of replacing every .htacces with a <Directory> tag in httpd.conf and we encounter the same behaviour: with 100 directory tag, the connection count increase suddenly to a hundred. In uldap_connection_find() if we log the decision to create a new connexion at module/ldap/ldap_util.c:512 , here's what the log looks like: *** When the connexion count does not increase *** [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/user1/ failed, reason: require directives present and no Authoritative handler. [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/user2/ failed, reason: require directives present and no Authoritative handler. [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/user3/ failed, reason: require directives present and no Authoritative handler. ... *** When it increases **** [Wed Oct 04 15:48:27 2006] [error] LDAP: Can't reuse connection (module/ldap/ldap_util.c:512) [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/ecalvo/ failed, reason: require directives present and no Authoritative handler. [Wed Oct 04 15:48:27 2006] [error] LDAP: Can't reuse connection (module/ldap/ldap_util.c:512) [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/jbeaulieu/ failed, reason: require directives present and no Authoritative handler. [Wed Oct 04 15:48:27 2006] [error] LDAP: Can't reuse connection (module/ldap/ldap_util.c:512) [Wed Oct 04 15:48:27 2006] [error] [client 192.168.3.124] access to /dav/jfpetri/ failed, reason: require directives present and no Authoritative handler. ... By the way we don't know how to avoid the "require directives present and no Authoritative handler" error message. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
