|
|||||||||||
|
DO NOT REPLY [Bug 14648] - mod_rewrite does not proxy included requests
From: <bugzilla(at)apache.org>
Date: Wed Nov 27 2002 - 10:15:38 EST
mod_rewrite does not proxy included requests
## relevant conf directives
$DocRoot/blah/ contains: index.php and test.html
Now...*without* patching mod_rewrite, a request for http://www.domain.org/blah/
will return index.php just fine, and it will be properly proxied over to
localhost:8888. And, as this bug points out, if test.html just contains
But if you remove the one line from mod_rewrite, allowing proxy requests in subrequests, the situation reverses. The SSI part works properly, but requests for /blah/ give you a directory index instead of the output of index.php. So this patch doesn't do exactly the right thing. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Wed Nov 27 15:15:23 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:09 EDT |
||||||||||
|
|||||||||||