Re: prefix_stat() problems in mod_rewrite?

2005-04-18 Thread André Malo
* Chris Darroch <[EMAIL PROTECTED]> wrote: >What I noticed was that prefix_stat() seems to implement a > heuristic that attempts to decide whether or not the URI has been > mapped out of the document root, because if it hasn't, then the > document root needs to be prepended to the URI and writ

prefix_stat() problems in mod_rewrite?

2005-04-17 Thread Chris Darroch
Hi -- I was looking at (the amazing!) mod_rewrite.c in order to figure out how it implements its "passthrough" mode, and in doing that I looked at prefix_stat(), which is called in the opposite case, when mod_rewrite is *not* passing a request along to other modules' translate_name hook functio