Re: [EMAIL PROTECTED] cgi scripts outside of cgi-bin

2005-12-13 Thread Joshua Slive
On 12/13/05, Christopher J. Bottaro <[EMAIL PROTECTED]> wrote: > The exact same script works if I put it in Apache's cgi-bin dir. Any ideas? > I'm using Apache-2.0.54. Thanks for the help. What exactly happens when you try this? What is in the browser? What is in the error_log? Most importantl

[EMAIL PROTECTED] cgi scripts outside of cgi-bin

2005-12-13 Thread Christopher J. Bottaro
I can't for the life of me figure out how to get cgi scripts to work outside of the cgi-bin dir. I'm trying to allow files ending in .cgi to be executed from the users dir. Here is how I changed my httpd.conf: Options +ExecCGI AddHandler cgi-script .cgi My script: $ ls -l test.cgi -r