1
0
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:
Ryan Bloom
2000-11-14 18:27:58 +00:00
parent 4f9a6f576e
commit 6ec843d62c

View File

@@ -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 &&