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.