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
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
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