On Sun, Mar 28, 2010 at 3:41 PM, Dan Axtell <daniel.axt...@snet.net> wrote: > What I don't understand is what to do about static directories that want to > use the handlers via Directory directive, or via a local .htdocs file. Does > any such directory need to be forwarded to the dynamic server in order to then > call the handlers?
To do access control for static files while still using your mod_perl auth handler, take a look at mod_auth_tkt or perlbal. - Perrin