At 12:38 24.05.2002, Matt Sergeant wrote: >Well it all made sense to me anyway - I just thought it should be >documented ;-)
Thanks a lot Matt and Geoffrey, I have added this to the documentation (waiting for Stas to commit it). It seems to me that it's a more general problem with assuming too much about <Location> blocs. When you call lookup_file(), the URI isn't known, so <Location> blocks aren't processed. This means that if you were pretending to call a mod_perl script run under Apache::Registry, it won't actually run under Apache::Registry either (if you configured with a <Location> block that is). The solution as you said is using <Directory> and <Files> for these rare cases. -- Per Einar Ellefsen [EMAIL PROTECTED]