in reply to CGI Apache2Netscape4
That will let you see all that is printed by your program. Perhaps it's not producing a valid header? Maybe something odd is coming from CGI.pm.BEGIN { print "Content-Type: text/plain\n\n"; open(STDERR, ">&STDOUT"); }
Does the Netscape server have an option to disable cookies or anything like that? It might be filtering outgoing headers. Beyond that, I really haven't a clue. I'd love to find out when you solve it, though.
Good luck!
Nat
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: CGI Apache2Netscape4
by coreolyn (Parson) on Jul 12, 2000 at 02:12 UTC | |
by chromatic (Archbishop) on Jul 12, 2000 at 04:12 UTC |