![]() |
First, we recommend that you familiarize yourself with the configuration files for your web server which is based on Apache 1.2.6 software. An excellent on-line resource can be found at the following URL:
srm.conf file:AddType application/x-httpd-cgi .cgi
You may want to add a Type for perl scripts:
AddType application/x-httpd-cgi .pl
ExecCGI option to the Options
for your Root Document declaration in the
access.conf file:Options Indexes FollowSymLinks ExecCGI
% restart_apache