[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] cgiwrap problem running cgi script
- Subject: RE: [cobalt-users] cgiwrap problem running cgi script
- From: "Tom Cameron" <tomcameron@xxxxxxxxxxxxxxx>
- Date: Fri Nov 22 11:33:41 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Saturday, 23 November 2002 1:20 AM Paul Alcock wrote:
=> Ensure your script is sending the header.
=> ie, before you print anything to the output (http connection)
=> you should have
=>
=> print "Content-type: text/html\n\n";
Thanks, but already checked that too. This script worked fine on another
machine and as I said in another post, I get the same problem with all
scripts, so I am sure it is not a script error.