You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modproxy-dev@apache.org by Chuck Murcko <ch...@topsail.org> on 2000/11/15 00:01:43 UTC

Re: cvs commit: apache-2.0/src/modules/proxy mod_proxy.c

8^). You use that term "proxied" loosely, eh?

Actually, it serves a page with --mpm=threaded before it locks up, so
there's hope.

rbb@locus.apache.org wrote:
> 
> rbb         00/11/14 10:27:59
> 
>   Modified:    src/modules/proxy mod_proxy.c
>   Log:
>   Get the proxy working again.  With this change in, I have successfully
>   proxied a page from perl.apache.org.
> 
>   Revision  Changes    Path
>   1.16      +1 -1      apache-2.0/src/modules/proxy/mod_proxy.c
> 
>   Index: mod_proxy.c
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/modules/proxy/mod_proxy.c,v
>   retrieving revision 1.15
>   retrieving revision 1.16
>   diff -u -r1.15 -r1.16
>   --- mod_proxy.c       2000/11/11 11:03:42     1.15
>   +++ mod_proxy.c       2000/11/14 18:27:58     1.16
>   @@ -293,7 +293,7 @@
>        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 &&
> 
> 
> 

-- 
Chuck
Chuck Murcko
Topsail Group
chuck@topsail.org

Re: cvs commit: apache-2.0/src/modules/proxy mod_proxy.c

Posted by rb...@covalent.net.
On Tue, 14 Nov 2000, Chuck Murcko wrote:

> 8^). You use that term "proxied" loosely, eh?
> 
> Actually, it serves a page with --mpm=threaded before it locks up, so
> there's hope.

I only tested with prefork.  :-)  On that it does seem to work.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------