the first patch had a copy-n-pasto, this one works fine.
--- src/modules/perl/Apache.xs 2000/04/03 03:11:14 1.90
+++ src/modules/perl/Apache.xs 2000/04/03 04:32:22
@@ -1303,11 +1303,11 @@
RETVAL
char *
-the_request(r)
+the_request(r, ...)
Apache r
CODE:
- RETVAL = r->the_request;
+ get_set_PVp(r->the_request,r->pool);
OUTPUT:
RETVAL
- How do I modify the URI for standard access log? Jeff Gleixner
- Re: How do I modify the URI for standard access log? Doug MacEachern
- Doug MacEachern
