[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI Wrapper
On Sat, 12 Feb 2000 12:49:00 -0000, you wrote:
Hi,
>I get the exact same problem with Links 1.1. They work from telnet but not
>from a browser. Any ideas?
i found a solution in the gossamer-threads forum.
Find in the tree nph scripts all
print "HTTP/1.0 200 OK\n";
and
$nph++;
lines and comment those lines like this:
# print "HTTP/1.0 200 OK\n";
# $nph++;
This makes the trick.
I also ask alex, the programmer of links. He told me, this mods are
ok. The output will be a bit slower, but the scipts will work as you
espect.
Karl-Heinz