You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/19 14:19:55 UTC

DO NOT REPLY [Bug 52935] ProxyPass SetEnvIf interpolation worked in 2.2

https://issues.apache.org/bugzilla/show_bug.cgi?id=52935

--- Comment #1 from Petter Berntsen <pe...@gmail.com> 2012-03-19 13:19:55 UTC ---
Seem to have found a fix in mod_proxy.c child_init(). By adding the line:

conf->reverse = reverse;

to the end of the while loop. (As it is in httpd 2.2.22).


Otherwise it would fail to find a reverse proxy worker in proxy.util.c
ap_proxy_pre_request(), because conf->reverse would be NULL.
And then proxy_handler() would return HTTP_SERVICE_UNAVAILABLE.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org