On Tue, Jun 21, 2011 at 3:11 AM, Krles wrote:
> # Direct all other requests to the fastcgi server
Unless you have a specific reason for using fastcgi, I recommend using
wsgi. mod_fcgid has a bunch of timeouts that make it hard to tune for
an application that may take a while to run. I would redo
Hello,
I have successfully installed all the pre-reqs on RedHat server and
Reviewboard.
I configured apache using the example http.conf entry as follows:
IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
AddHandler fastcgi-script .fcgi
FastCGIServer "/var/www/revie