From: Jim Jagielski Date: Sat, 1 Apr 2006 15:04:37 +0000 (+0000) Subject: Better explain what this patch is about. It refers X-Git-Tag: 2.2.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed23ca2e056c2704917cb3dac36ccb625a51337;p=thirdparty%2Fapache%2Fhttpd.git Better explain what this patch is about. It refers to: *) Correctly initialize mod_proxy workers, which use a combination of local and shared datasets. Adjust logging to better trace usage. PR 38403. The current impl is broken... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390681 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 42891d4e5c5..8ab6c46fec5 100644 --- a/STATUS +++ b/STATUS @@ -90,6 +90,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: This can not be backported to 2.2. * mod_proxy: Fix PR38403 (Child-Thread uses 100%CPU usage, mod_proxy ?) + due to incorrect usage of local and shared worker inits and + information. Trunk version of patch: http://svn.apache.org/viewcvs?rev=377738&view=rev http://svn.apache.org/viewcvs?rev=377780&view=rev