https://issues.apache.org/bugzilla/show_bug.cgi?id=47106
--- Comment #1 from Graham Leggett <[email protected]> 2010-02-12 11:59:36 UTC --- Comparing the default_handler to the proxy_handler, the default_handler is respecting and not touching the r->status == 404 that is passed into the subrequest. In contrast in the proxy, proxy_run_scheme_handler() stomps on r->status, replacing the 404 with the 200 it got from the backend. Looks like the fix is to teach mod_proxy not to do that. -- 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: [email protected] For additional commands, e-mail: [email protected]
