Frank Maas wrote:

>><Location /inc>
>>     SetHandler none
>></Location>
> 
> This seems to disable the PerlHandler, but the Perl*Handlers remain
> intact. I have defined a PerlAuthenHandler, PerlAuthzHandler and a
> PerlFixupHandler for / and would like to disable all for /images. Is
> that at all possible (with MP2)? And if so: how?

This really has more to do with Apache than mod_perl.  Look at the
Apache docs for mod_access & RemoveHandler.

http://httpd.apache.org/docs/2.0/

Anything you can override, you can also restore.  In the case of
authorization & authentication it can be as simple as:

Allow from all
-- 
__________________________________________________________________
 Garrison Hoffman         Codefix Consulting       1.718.210.3445
 [EMAIL PROTECTED]     http://codefix.net/      1.866.456.0584

Reply via email to