Tuesday, February 17, 2009

Perl CGI scripts not executing on Apache

If your Perl CGI scripts are showing the code instead of executing on Apache, add or uncomment the following from your apache conf file, httpd.conf or apache2.conf:

AddHandler cgi-script .cgi

No comments: