On Mon, 2005-02-21 at 11:49 -0300, Leo wrote:
> <IfModule mod_perl.c>
>     <Directory /home/*/public_html/cgi-bin>
>         SetHandler perl-script
>         PerlResponseHandler ModPerl::PerlRun
>         Options +ExecCGI
>         <IfDefine MODPERL2>
>           PerlOptions +ParseHeaders
>         </IfDefine>
>         <IfDefine !MODPERL2>
>           PerlSendHeader On
>         </IfDefine>
>     </Directory> 
> </IfModule>

Note that this config will not work with mod_perl 1.x, despite the
IfDefines, because it uses ModPerl::PerlRun and PerlResponseHandler.

- Perrin

Reply via email to