Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-30 Thread Andrew Beverley
On Fri, 30 Mar 2018 06:40:57 +0100 Nick Kew wrote: > > On 29 Mar 2018, at 18:22, Eric Covener wrote: > > > > On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: > >> Dear all, > >> > >> I am trying to debug a fastcgi server-side application problem, which I > >> believe was caused by the v

Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Nick Kew
> On 29 Mar 2018, at 18:22, Eric Covener wrote: > > On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: >> Dear all, >> >> I am trying to debug a fastcgi server-side application problem, which I >> believe was caused by the value of the CONTENT_LENGTH environment >> variable not matching

Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Eric Covener
On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: > Dear all, > > I am trying to debug a fastcgi server-side application problem, which I > believe was caused by the value of the CONTENT_LENGTH environment > variable not matching the size of the request body sent to the > application. > > I

[users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Andrew Beverley
Dear all, I am trying to debug a fastcgi server-side application problem, which I believe was caused by the value of the CONTENT_LENGTH environment variable not matching the size of the request body sent to the application. In order to debug, I need to recreate the situation, which was caused by