Hello,
I can't for the life of me get CGI scripts to run. I have my sites all listed in c:\web\siteFiles
When trying to run a script like I get an error message: Forbidden "You don't have permission to access /siteFiles/cgi-bin/test.cgi
I can on the other hand read .txt files in the same directory, and if I name the script .pl the browser attemps to download it.
The error log says, "Options ExecCGI is off in this directory"
The following is from my httpd.conf
ScriptAlias /cgi-bin/ "C:/web/siteFiles/cgi-bin/"
The following <Directory "C:/web/siteFiles/cgi-bin/"> contains the defailt values. If I change Options to ExecCGI | +ExecCGI I get an internal server error, the error log then says, couldn't spawn child process.
I've tried everything I can see that governs CGI in the httpd. file.
I haven't had any throuble like this with with my IIS server.
If anyone has any hints I'd appreciate hearing them.
Jim
I can't for the life of me get CGI scripts to run. I have my sites all listed in c:\web\siteFiles
When trying to run a script like I get an error message: Forbidden "You don't have permission to access /siteFiles/cgi-bin/test.cgi
I can on the other hand read .txt files in the same directory, and if I name the script .pl the browser attemps to download it.
The error log says, "Options ExecCGI is off in this directory"
The following is from my httpd.conf
ScriptAlias /cgi-bin/ "C:/web/siteFiles/cgi-bin/"
The following <Directory "C:/web/siteFiles/cgi-bin/"> contains the defailt values. If I change Options to ExecCGI | +ExecCGI I get an internal server error, the error log then says, couldn't spawn child process.
I've tried everything I can see that governs CGI in the httpd. file.
I haven't had any throuble like this with with my IIS server.
If anyone has any hints I'd appreciate hearing them.
Jim