https://issues.apache.org/bugzilla/show_bug.cgi?id=52935
Ruediger Pluem <rpluem@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FixedInTrunk,
| |PatchAvailable
--- Comment #3 from Ruediger Pluem <rpluem@apache.org> 2012-03-19 13:55:51 UTC ---
(In reply to comment #1)
> 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.
Thanks for the pointers. I committed a slightly modified version to trunk as
r1302444.
--
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
|