Saar Picker ([EMAIL PROTECTED]) said something to this effect:
> 
> 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?

Do it like this:

<Location /sublocation>
  SetHandler default-handler
</Location>

darren

-- 
Friends help you move. Real friends help you move bodies.

Reply via email to