mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Get the proxy working again. With this change in, I have successfully
proxied a page from perl.apache.org. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -293,7 +293,7 @@ static int proxy_handler(request_rec *r)
|
||||
const char *maxfwd_str;
|
||||
const char *pragma, *auth, *imstr;
|
||||
|
||||
if (r->proxyreq || strncmp(r->filename, "proxy:", 6) != 0)
|
||||
if (!r->proxyreq || strncmp(r->filename, "proxy:", 6) != 0)
|
||||
return DECLINED;
|
||||
|
||||
if (r->method_number == M_TRACE &&
|
||||
|
Reference in New Issue
Block a user