On Tue, 30 Oct 2007 17:48:58 +0100, "Ingo Krabbe" <[EMAIL PROTECTED]>
said:
> 
> puts("Status: 200\r\n");

puts() by definition will add a '\n' to the end of the string during
output.
This effectively terminates the headers.

Use either fputs() or one of the printf() variants to output your text.

HTH

Ross.

-- 
http://www.fastmail.fm - I mean, what is it about a decent email service?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to