This is a discussion on Re: Help Installing Cgi Script within the Linux Operating System forums, part of the Unix Operating Systems category; --> Groovy hepcat Brad S was jivin' on 2 Sep 2003 13:39:17 -0700 in comp.os.linux.setup. Help Installing Cgi Script's a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Groovy hepcat Brad S was jivin' on 2 Sep 2003 13:39:17 -0700 in comp.os.linux.setup. Help Installing Cgi Script's a cool scene! Dig it! >I am installing php project ( http://www.phprojekt.com ) on my >apache/2.0.40 (Red Hat Linux) server. I have created the required >directory in my cgi-bin, but am unable to sucessfully execute the cgi. >I am recieving the error message Premature end of script headers: >setup.php. I am totally baffled. Does anyone know of anymore Lamp >(Linux & mysql / php) tutorials available, or can anyone give me a few >ideas on options to try. I would really appreciate any feedback. Thank >you so much in advance for you time. Have you set your cgi-bin directory to execute CGI scripts (ScriptAlias directive) or set the handler for CGI scripts outside ScriptAlias directories (AddHandler directive) in http.conf? Do you have suexec? If so, does your script have the right permissions? Scripts will not run with suexec if they don't have exactly the right permissions set. -- Dig the even newer still, yet more improved, sig! http://alphalink.com.au/~phaywood/ "Ain't I'm a dog?" - Ronny Self, Ain't I'm a Dog, written by G. Sherry & W. Walker. I know it's not "technically correct" English; but since when was rock & roll "technically correct"? |
| ||||
| Groovy hepcat Peter "Shaggy" Haywood was jivin' on Thu, 04 Sep 2003 23:13:55 GMT in comp.os.linux.setup. Re: Help Installing Cgi Script's a cool scene! Dig it! >Groovy hepcat Brad S was jivin' on 2 Sep 2003 13:39:17 -0700 in >comp.os.linux.setup. >Help Installing Cgi Script's a cool scene! Dig it! > >>I am recieving the error message Premature end of script headers: > > Have you set your cgi-bin directory to execute CGI scripts >(ScriptAlias directive) or set the handler for CGI scripts outside >ScriptAlias directories (AddHandler directive) in http.conf? And do you have a Directory entry for your cgi-bin directory, with ExecCGI enabled, in http.conf? -- Dig the even newer still, yet more improved, sig! http://alphalink.com.au/~phaywood/ "Ain't I'm a dog?" - Ronny Self, Ain't I'm a Dog, written by G. Sherry & W. Walker. I know it's not "technically correct" English; but since when was rock & roll "technically correct"? |