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 pr

[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

Re: [users@httpd] HTTP 403 after upgrade from Debian old-stable

2016-12-28 Thread Andrew Beverley
> On Saturday, I did an upgrade of my server from Debian's previous > stable version to the current stable version. With this, Apache > updated to 2.4.10. In the process of that, I have a situation where > it looks like everything immediately off of my web root (/opt/www in > this case) and a Pip

[users@httpd] Multiple fast-cgi servers

2015-10-15 Thread Andrew Beverley
Hi, Is there any way to have multiple fast-cgi servers in a single Apache instance? In particular, I want to have different virtual hosts handled by different fast-cgi servers. Specifying more than one results in the error "FastCgiServer: redefinition of a previously defined FastCGI server" >Fro