What HTTP headers does nginx send to SCGI and FastCGI application servers?
Some Developer
someukdeveloper at gmail.com
Wed Dec 3 13:51:25 UTC 2014
On 02/12/14 21:35, Cole Tierney wrote:
> On Tue, 02 Dec 2014 20:41:36 +0000, Some Developer wrote:
>> I guess I'll just write my daemon and take a dump of all the headers
>> manually to see exactly what to expect. At least then I can see how the
>> library will perform under real world conditions.
>
> You could try something similar with netcat. The following will listen on port 8111 and print what it receives:
>
> nc -l 8111
>
> --
> Cole
Cool! Didn't know about that.
Thanks for the tip.
More information about the nginx
mailing list