|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
I'm new to Apache and CGI and am having trouble getting my perl/cgi scripts to run.
I have installed Apache on Linux, and have started the httpd, but when I try to call a cgi script from a web page the browser gives me the following message: Forbidden You do not have permission to access /cgi-bin/test.cgi The test script is executable, and is in the cgi-bin...also the path to the cgi-bin has been specified in http.conf under Script Alias. What am I doing wrong? |
|
#2
|
|||
|
|||
|
You have to set up the permissions on the cgi directory so anybody can execute them. ie. chmod 755 *.cgi
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > newbie needs help with cgi-bin/perl scripts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|