Apache 2 does not execute Perl!
i use Apache 2.0 , mod-perl 2
i installed Apache then i used APXS to install mod-Perl, now the mod_perl.so is loaded (written in the config file)
the problem is Apache does not execute the scripts, it displays the script source!!!
i tried to include PerlHandler inside <directory></directory> section like : PerlHandler Apache2::Registry , but it reports "Internal server error" !
i think there is a missing step to configure Apache to work with Perl, can anyone help?
thanks
Last edited by mesh2005; 10-26-2005 at 08:35 AM.
|