Mailing List Archive

cvs commit: apache/src mod_proxy.c
akosut 96/04/02 23:53:36

Modified: src mod_proxy.c
Log:
Make ProxyPass work again.

Revision Changes Path
1.20 +1 -0 apache/src/mod_proxy.c

Index: mod_proxy.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_proxy.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C3 -r1.19 -r1.20
*** mod_proxy.c 1996/04/02 16:12:54 1.19
--- mod_proxy.c 1996/04/03 07:53:35 1.20
***************
*** 270,275 ****
--- 270,276 ----
{
r->filename = pstrcat(r->pool, "proxy:", ent[i].real,
r->uri + len, NULL);
+ r->handler = "proxy-server";
return OK;
}
}