Re: Authentication handlers in a proxy setting
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 28, 2010 at 3:41 PM, Dan Axtell <[email protected]> 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