> >
> > <Directory "/data/apache">
> >   AddHandler .pl perl-script
> >   PerlHandler Apache::Registry
> >   Options +ExecCGI
> > </Directory>
> >
> 
> thnx, but: This part doesnt make the problem. mod_perl works like a
> charm. Problem is how to deactivate it for a certain location ?

well, only .pl files will be handled by Apache::Registry under this
config - /data/apache/foo.html ought to be handled by core.

unless you have a global SetHandler perl-script somewhere, mod_perl
should not handle the content-generation phase without being further
specified.

--Geoff

Reply via email to