Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by jink: http://wiki.apache.org/httpd/PrematureEndOfScriptHeaders The comment on the change is: typo ------------------------------------------------------------------------------ For help debugging CGI script problems, see the [http://httpd.apache.org/docs/trunk/howto/cgi.html#troubleshoot CGI tutorial]. - Apache/FreeBSD. My compiled/linked C-language CGI progs would not run -- always gave PrematureEndOfScriptHeads -- and the problem was (so it seems) that they ended up with permissions = 0775, i.e., with group-write permissions. When, on a random hunch, I changed these perms to 0755 (no group-write perms) everything ran great. Worked for me. + Apache/FreeBSD. My compiled/linked C-language CGI progs would not run -- always gave PrematureEndOfScriptHeaders -- and the problem was (so it seems) that they ended up with permissions = 0775, i.e., with group-write permissions. When, on a random hunch, I changed these perms to 0755 (no group-write perms) everything ran great. Worked for me.
