[pmc2@blackstar.sr.unh.edu - Fri Jul 19 09:21:52 2002]:
Show quoted text> This is something Apache related. Apache::FileManager only comes into
> play during the Content handlingg phase (before authorization and
> authentication phases). Try putting Satify All and see what happens. I
> know this isn't the correct solution, but the results would be
> interesting. I'm thinking the "Satisfy Any" isn't being set for the
> /BadFileManager location directive.
'Satisfy all' made no difference. Additionally, give the following
configuration:
<Location /demo_filemanager>
SetHandler perl-script
PerlHandler Apache::FileManager
PerlSetVar DOCUMENT_ROOT /home/htdocs/filemanager_demo
Satisfy any
</Location>
if I go to /filemanager_demo I get the auto_index generated page. I
realize this is normal, but it might be a problem people run into later.
I haven't tried setting Location to deny all for the specific
directory, but I don't really want to ... I'd like to just be able to
say "this directory is being handled this way". I'm not sure if this is
a module or apache issue.
NOTE: If you create a symbolic link in the document root, FileManager
will follow it. Furthermore, if you delete the link, FileManager will
display the root directory.