Archive

Posts Tagged ‘Apache’

Config apache to use mod_perl with the cgi proxy

November 2nd, 2009

Your configuration might look like this:
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>

Read More >>