cgi-bin's permission

hosteur

New member
Joined
Jul 5, 2006
Messages
1
Location
ParisDNS.com
I did create a sub-domain and upload the perldesk script in the cgi-bin under a reseller's account.

But had issue to run the script :

Forbidden
You don't have permission to access /support/cgi-bin/install.cgi on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

How to crrect this issue, thanks, guys.
 
Hello,

Try adding an .htaccess file with:
Code:
Options +ExecCGI 
AddHandler cgi-script .cgi .pl
as /support/cgi-bin isn't a standard cgi-bin folder.

John
 
Back
Top