Config apache to use mod_perl with the cgi proxy
Your configuration might look like this:
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
Config apache to use mod_perl with the cgi proxy
Your configuration might look like this:
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>