From: Jim Jagielski Date: Fri, 6 Jan 2006 01:33:48 +0000 (+0000) Subject: Note potential backport X-Git-Tag: 2.2.1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22695dadc914cc7415e74a8a4e0dd6e9379be08e;p=thirdparty%2Fapache%2Fhttpd.git Note potential backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@366382 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 08dac342181..cdac7b848af 100644 --- a/STATUS +++ b/STATUS @@ -91,6 +91,10 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: + * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror + because it resets backend->hostname to NULL. + http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev + * mod_dbd: When threaded, create a private pool in child_init so we're not using the process pool later. Also improve configuration defaults and merge function.