Hi,   It's fine to me...here is how i test vi cgi-bin/test#!/bin/sh
echo "Content-type: text/html"
echo ""
echo "<html><h1>Hello!</h1></html>"
echo "" vi nc.txtPOST /cgi-bin/test HTTP/1.1
Host: fastcgi.coremail.cn
Connection: CloseContent-Length: 0
cat nc.txt | nc 127.0.0.1 80
HTTP/1.1 200 OK
Date: Thu, 18 Oct 2007 10:07:25 GMT
Server: Apache/2.2.2 (Unix)
Content-Length: 30
Connection: close
Content-Type: text/html<html><h1>Hello!</h1></html>   
在2007-10-18,"Ross Thomas" <[EMAIL PROTECTED]> 写道:
Hi Folks, Is this list alive? Ross. -- http://www.fastmail.fm - Faster than the 
air-speed velocity of an unladen european swallow 
------------------------------------------------------------------------- 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
-------------------------------------------------------------------------
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