Jeff Trawick wrote:
On Fri, Oct 9, 2009 at 3:30 PM, Jeff Trawick <traw...@gmail.com> wrote:
...

Silly me.  Chris's patch at
http://people.apache.org/~chrisd/patches/mod_fcgid_auth/mod_fcgid-1auth-trunk.patch
handles this, and it does send a trailing FCGI_STDIN record to an
authorizer.

Chris, AYT
I wonder if other fastcgi implementation made the same bad assumption about FCGI_STDIN
always being sent as ours did.

FYI: The other change I made to our fastcgi was to parse out multiple values from FCGI_PARAMS records. mod_fastcgi sends one name-value pair in a FCGI_PARAMS record and sends as many FCGI_PARAMS records as it needs to to send the environment. Where as mod_fcgid sends
multiple name-value pairs in asingle FCGI_PARAMS record.

Barry

Reply via email to