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

2005-12-15 Thread Christopher J. Bottaro
Joshua Slive wrote: > On 12/15/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > >> Sadly, your program is not. The error message means that the script did >> not produce the required CGI header information before any other data. > > This is not quite the right direction. In this case, the premature

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

2005-12-13 Thread Christopher J. Bottaro
Joshua Slive wrote: > 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 t

[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