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
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
> 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
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