nginx perl cgi
Renaud Allard
renaud at llorien.org
Thu Mar 13 22:25:17 MSK 2008
Denis S. Filimonov wrote:
> I had the same problem some time ago.
> The problem with this script is that it violates CGI specifications regarding
> POST requests. POSTed data must come to a CGI app from the standard input
> while this script parses the input and sets variables as if they came via a
> GET request, passing nothing to app's stdin. Thus, applications that follow
> specs strictly and expect POST data from stdin, fail.
>
> I've modified the script to fix the problem, feel free to use it.
>
Thanks, it works like a charm.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3304 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://nginx.org/pipermail/nginx/attachments/20080313/80b8c493/attachment.bin>
More information about the nginx
mailing list