On 2001-10-20, Mark E. Crane wrote:

>Hi, thanks for your suggestions.
>I believe there is some other cgi-bin
>problem other than the missiing headers, or
>as you put it, "dying before the headers are emitted."
>
>Here is the original test script:
>
>#!/usr/bin/perl
>
>print "Content-type: text/plain\n\n";
>print "Hello, World!\n";
>
>Which works fine in the main cgi-bin directory. So
>what has me stumped is why this failing in the user
>cgi-bin directory.
>
>I will do some more reading and figure it out, thanks.

See /var/log/httpd/suexec_log. Most likely you have wrong ownership
and permissions for that script. Also see Apache Manual's
FAQ.html#premature-script-headers




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to