From: Chris Darroch Date: Thu, 7 Dec 2006 22:45:15 +0000 (+0000) Subject: propose mod_dbd fix to avoid excessive connections in single request X-Git-Tag: 2.2.4~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc35d607b6d03d074c026ccb242ce15fedee4ca;p=thirdparty%2Fapache%2Fhttpd.git propose mod_dbd fix to avoid excessive connections in single request git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8f75e3c4940..414d9a3d38b 100644 --- a/STATUS +++ b/STATUS @@ -258,6 +258,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_headers: support regexp-based manipulation http://svn.apache.org/viewvc?view=rev&revision=452330 +1: niq, chrisd, wrowe + chrisd: Note that the docs need to be back-ported, and + new_features_2_4.xml revised too. * mod_ldap: Better detection and clean up of ldap connection that have been terminated by the ldap server. @@ -290,3 +292,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: don't you think? grow the error text pad to a sane width before backporting, please. + * mod_dbd: Stash DBD connections in request_config of initial request + only, or else sub-requests and internal redirections may cause + entire DBD pool to be stashed in a single HTTP request. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=481509 + 2.2.x version of patch: + Trunk vresion works + +1: chrisd +