Forum Moderators: phranque
Every time I try to run a .pl script i get he following error:
-------------------------
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
82.94.225.22
10/31/07 15:46:45
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.2
--------
Does anyone know what kind of server settings i must ajust to be able to run .pl scrips?
Thanks alot in advance.
Sorry for the short post but my workday is over ;)
Thanks alot in advance for your replies!
Laterz
Joost
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
111 - 7
110 - 6
101 - 5
100 - 4
011 - 3
010 - 2
001 - 1
000 - 0
Jim
[edited by: jdMorgan at 7:20 pm (utc) on Oct. 31, 2007]
<Directory "C:/www/zoover/www/uploader/cgi-bin">
AllowOverride all
Options +ExecCGI
AddHandler cgi-script .cgi .pl
Allow from all
</Directory>
I just added this to my httpd.conf from apache and now i get an other error.
I am trying to run .pl files maybe i need to set the options to somethign else, but i am cluesless so any help wil be more then welcome