https://issues.apache.org/bugzilla/show_bug.cgi?id=45834
--- Comment #3 from Lucas <[EMAIL PROTECTED]> 2008-09-19 15:37:50 PST --- After further research this issue seems to be caused by the firewall between the requesting server and the LDAP server. The firewall will break idle connections after a period of time thus explaining the timeout after a connection has been made. However, this does seem to show a deficiency in Apache in that you cannot configure it to close connections after some specifiable time after a query and you cannot set a reasonable timeout for existing connections that don't get a response. The development httpd code (2.3.0) now has a "keep" option in the uldap_connection_close function in file util_ldap.c. I believe this to imply that some might want an option to disconnect. However, the development code always hard sets it to keep the connection. Unfortunately, this does not solve my problem unless it is back ported to the 2.2.3 or 2.2.9 branches or I figure out how to safely modify the source. uldap_connection_close function with "keep": http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?revision=646582&view=markup -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
