I have Fedora Core 2, with apache 2.0.48 and am trying to run some very basic perl scripts from within cgi-bin. Instead of perl output (i.e., instead of seeing "hello world", I see the perl code itself. What do I have setup wrong?
I have mod_perl enabled and running; am getting NO errors in httpd logs. I have the following added to my httpd.conf:
AddHandler cgi-script .cgi .pl
LoadModule perl_module modules/mod_perl.so
Thanks.