Gossamer Forum
Quote Reply
bad header
Hello, I have a problem with bph-build.cgi I get the following error:
malformed header
>from script. Bad header=HTTP/1.0 200 OK: /usr/cgiwrap/cgiwrap
I know from the FAQ that I have to comment out the line:
nph-verify.cgi
_________________________
comment the line:
print "HTTP/1.0 200 OK\n";
like this:
#print "HTTP/1.0 200 OK\n";
But it still donīt work. Any suggestions please?

Quote Reply
Re: bad header In reply to
Do you use colbat server?

Quote Reply
Re: bad header In reply to
no cobalt server

Quote Reply
Re: bad header In reply to
No duplicate posts please! I'm going to delete your other one, and please don't do it again in the future.

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: bad header In reply to
Please give any message you get when try to build page.

Quote Reply
Re: bad header In reply to
You definate it is not a Cobalt server? The /usr/cgiwrap/cgiwrap bit looks very much like a cobalt server, unless they have CGI Wrap installed on a normal server (which to my knowledge can't not done effectivly).

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: bad header In reply to
I had deleted one of the postings but your forum script seems to have a problem.

Quote Reply
Re: bad header In reply to
Message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Quote Reply
Re: bad header In reply to
What was the problem?

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: bad header In reply to
Uur server is NOT a cobalt server.

"cgi-wrapper" is not a product of Cobalt. "cgi-wrapper" is a product like
"sendmail" is a product. It is not installed by default with Apache, but is
specifically designed to work with it.

Quote Reply
Re: bad header In reply to
OK OK! I'm trying to help you here!

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: bad header In reply to
Just a question, you said you commented out the following line in nph-verify.cgi;

print "HTTP/1.0 200 OK\n";

Did you mean nph-build.cgi? There is an occurence of this in that file also Wink

You may have just typed it wrong, but I'm just checking Smile

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: bad header In reply to
Sting comment out $nph++ two times in nph-build and the 200 OK from the nph-* scripts.

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: bad header In reply to
You are right I meant nph-build.cgi, sorry for the confusion.

Quote Reply
Re: bad header In reply to
Thanks Paul I will try that.

Quote Reply
Re: bad header In reply to
Thank you very much Paul that works fine.