Hello,
I am a newbie here and just uploaded two simple perl files and one .htaccess. But I linked this : http://cmo.x10hosting.com/aa/modperl-test.pl , I came across a Internal Server Error. My .htaccess looks like this :
<FilesMatch "modperl-test.pl">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlSendHeader on
</FilesMatch>
Does anyone happen to know why? Where can I find the server error log of my running program? Thanks a lot.
I am a newbie here and just uploaded two simple perl files and one .htaccess. But I linked this : http://cmo.x10hosting.com/aa/modperl-test.pl , I came across a Internal Server Error. My .htaccess looks like this :
<FilesMatch "modperl-test.pl">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlSendHeader on
</FilesMatch>
Does anyone happen to know why? Where can I find the server error log of my running program? Thanks a lot.