apache.conf.in: prefer mod_fcgid over mod_fastcgi
commit73c29ca3e2dee2dc4cbb5b41829ba33ff1a9ef1a
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 19:47:43 +0000 (24 12:47 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 19:47:43 +0000 (24 12:47 -0700)
tree8d47a15e7b68ca0a570c4b8570b695098972c0e4
parent322d955966b1127bceb0ca78852dc1a9666d1820
apache.conf.in: prefer mod_fcgid over mod_fastcgi

While gitweb.cgi can run well as a dynamic FastCGI appliction
using mod_fastcgi, we really need to alter some server-global
default settings to make it do so.

Instead, prefer mod_fcgid if it is available over mod_fastcgi
as we can alter the defaults for a dynamic FastCGI application
while limiting those changes to just gitweb.cgi.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
apache.conf.in