Hi,

I was wondering if there was a way to remove a mod_perl handler from a
location beneath a location where the handler was set.

So if you have:
<Location />
SetHandler perl-script
PerlHandler My::Module
</Location>

can you do:
<Location /sublocation>
# no handlers
</Location>

I've tried the above and it doesn't seem to remove My::Module::handler
from /sublocation. Is there a way to do this?

Thanks,
-Saar Picker

Reply via email to