Re: [cgiwrap-users] Error: Premature end of script header
Brought to you by:
nneul
From: Eric C. <ec...@zo...> - 2000-08-28 16:26:28
|
Premature end of script header usually means it didn't send the "Content-type: text/html" (plus two new lines) correctly. If you are using server side includes, make sure each of these includes also generate the header with any html content they might be producing. I would also check on this path information... /home/sites/home/web/counter/Count.cgi Is that correct? On Sat, 26 Aug 2000, thidinh wrote: > I try to install Counter CGI from > http://www.muquit.com/muquit/software/Count/Count.html, and receive > error:Premature end of script header, in log file. > > My system can run other scripts without problem but this one ! > > You can check the cgiwrapd of this at: > http://www.avcyber.net/cgiwrapDir/cgiwrapd/counter/Count.cgi > > I don't understand much about CGIWrap. I really appreciate for any > ideas or suggestions about this problems ! > > I also would like to know, if I don't want to use CGIWrap (on Cobalt > Raq3), what I have to do ? > |