https://bz.apache.org/bugzilla/show_bug.cgi?id=58330
Bug ID: 58330
Summary: LDAPConnectionPoolTTL not honored
Product: Apache httpd-2
Version: 2.4.16
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: mod_ldap
Assignee: [email protected]
Reporter: [email protected]
Using a windows build.
As reported elsewhere, windows closes an LDAP connection after 900 seconds, but
the default Apache behavior appears to try to re-use the connection
indefinitely. If Apache tries to re-use after windows has closed the
connection, there's a 60 second delay waiting for the connection to timeout,
then the following is logged:
[ldap:info] [pid 10276:tid 1020] [client 127.0.0.1:53861] AH01284:
ldap_simple_bind() timed out on reused connection, dropped by firewall?
Setting LDAPConnectionPoolTTL to something less than 900 should alleviate this
issue, but regardless of this setting, after the windows connection is
released, the above error occurs.
Setting LDAPConnectionPoolTTL 0 seems to have no effect either.
This seems related to 54587, but needs addressed in 2.4 if at all possible.
--
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]