>   Hi. I have a handler that matches all *.html and *.htm files this way:
> 
> <Files *.html>
>   SetHandler "perl-script"
>   PerlHandler Apache::Entry
> </Files>      
> 
>   but I want certain directories to override the handler. i.e., I want
> directory /foo to not execute the handler even if it contains .html files.
> 
>   How can I do this?? TIA.
> 
> --
>   Luis
> 
> 

Please read:
        "How Directory, Location and Files sections work"
        http://www.apache.org/docs/sections.html

_______________________________________________________________________
Stas Bekman  mailto:[EMAIL PROTECTED]    www.singlesheaven.com/stas  
Perl,CGI,Apache,Linux,Web,Java,PC at  www.singlesheaven.com/stas/TULARC
www.apache.org  & www.perl.com  == www.modperl.com  ||  perl.apache.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to