Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 39302
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: VKHERA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.53
Fixed in: (no value)



Subject: FastCGI config docs should mention FCGI module requirement
The documentation describes a sample configuration that will allow SVN::Web to work with FastCGI as a server in Apache. However, it should mention that the FCGI module must be present for it to work. WIthout FCGI.pm installed, when apache attempts to start the FastCGI service, it just ends up running the application and spitting out the HTML into the apache error log.
On Mon Sep 15 15:19:52 2008, VKHERA wrote: Show quoted text
> The documentation describes a sample configuration that will allow > SVN::Web to work with > FastCGI as a server in Apache. However, it should mention that the > FCGI module must be > present for it to work. > > WIthout FCGI.pm installed, when apache attempts to start the FastCGI > service, it just ends up > running the application and spitting out the HTML into the apache > error log. >
The latest update will use Plack.