Guest_imported
New member
- Jan 1, 1970
- 0
I have installed the Apache Server on my machine which is running Red Hat Linux 6.2 and I was able to load regular html pages from the server but I can't seem to be able to load cgi scripts.
The scriptalias in the httpd.conf file points to the right cgi-bin location and I have modified the access.log file and added the following :
<Directory /usr/local/apache/cgi-bin>
Options ExcecCGI
AddHandler cgi-script .cgi .pl
</Directory>
Any help would be appreciated!
The scriptalias in the httpd.conf file points to the right cgi-bin location and I have modified the access.log file and added the following :
<Directory /usr/local/apache/cgi-bin>
Options ExcecCGI
AddHandler cgi-script .cgi .pl
</Directory>
Any help would be appreciated!