Hi, I'm developing an ASP.NET FastCGI server for the Mono Summer of Code <http://kerrick.wordpress.com/>, and I've been trying to get the server to run smoothly on Apache. I tried using mod_fastcgi, but it passes a lot of unexpected and outright bad parameters, so I'm trying to use mod_fcgid.
Everything works perfectly, except when a status line is sent. I get errors like the following: malformed header from script. Bad header=HTTP/1.1 200 Ok Looking at other modules, it appears that the status is supposed to be stored in "r->status" and "r->status_line" and then removed from the output before it is returned to Apache. Is this a known issue, and is there any way I can fix it on my end other than explicitly stripping the status line from the output? Thanks, Brian Nickel ------------------------------------------------------------------------- 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