Thread
:
httpd.conf to allow .pl or .cgi scripts to run outside of cgi-bin
View Single Post
10-18-2005, 08:03 PM
#
3
(
permalink
)
vvaldir
Junior Member
Join Date: Jul 2005
Posts: 18
You may need to change the AddHandler line in your httpd.conf file to run perl scripts.
From:
#AddHandler cgi-script .cgi
To:
AddHandler cgi-script .cgi .pl
That may help solve the problem you have currently.
vvaldir
View Public Profile
Send a private message to vvaldir
Find More Posts by vvaldir
Sponsored Links