I have an overarching <Location /> directive that passes everything in my virtual host through a home-rolled handler. I would like create a few directory aliases, though, that bypass this handler. As far as I know, however, Locations are processed before Directories. How can I accomplish this? Here's what I want to do:
Alias /js /foo/bar/js
<Directory /foo/bar/js>
Allow from all
</Directory>
<Location />
# mod_perl handler stuff
</Location>
Thanks for your time and attention.
--
Aaron Dalton | Super Duper Games
[EMAIL PROTECTED] | http://superdupergames.org
smime.p7s
Description: S/MIME Cryptographic Signature
