* [EMAIL PROTECTED] wrote: > If there are sites out there that ignore the piece about the content living > outside the filesystem, my previous patch which requires no new > configuration might create problems. This version adds an OutsideFilesystem > directive, only valid in <Location>, to eliminate the possibility for > unpleasant surprises when upgrading httpd. It causes the directory walk to > be skipped if set. btw, I'm thinking of this as a 2.1 thing which wouldn't > be backported.
(without closer looking at the code) I'd suggest rather <Location [virtual] /uri-path> </Location> where the virtual keyword defines that the location is independent from filesystem. nd