Hi, I've been trying to figure this out for the past couple of days without any sort of luck at all. Basically what im trying to accomplish is to get a .pl file to work as
I know for sure there's nothing wrong with the .pl file, so it's in the httpd file.
I enabled this line
AddHandler cgi-script .cgi .pl
and added a .pl extension as you can see.
Next is where Im running into trouble. I have got this so far and it isn't working:
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options ExecCGI
Options None
order deny,allow
allow from all
Options +ExecCGI
</Directory>
Is that right? If it is wrong please correct me, and should I do anything else than the above 2 to get this working. Im pretty new to this. Please help
Thanks in Advance
Grake.
I know for sure there's nothing wrong with the .pl file, so it's in the httpd file.
I enabled this line
AddHandler cgi-script .cgi .pl
and added a .pl extension as you can see.
Next is where Im running into trouble. I have got this so far and it isn't working:
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options ExecCGI
Options None
order deny,allow
allow from all
Options +ExecCGI
</Directory>
Is that right? If it is wrong please correct me, and should I do anything else than the above 2 to get this working. Im pretty new to this. Please help
Thanks in Advance
Grake.