Project

General

Profile

RE: How to configure Redmine 2.5.1 to run as sub-URI » fcgid.conf

Alessandro Guerra, 2014-07-07 09:41

 
1
# This is the Apache server configuration file for providing FastCGI support
2
# through mod_fcgid
3
#
4
# Documentation is available at
5
# http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
6

    
7
LoadModule fcgid_module modules/mod_fcgid.so
8

    
9
# Use FastCGI to process .fcg .fcgi & .fpl scripts
10
AddHandler fcgid-script fcg fcgi fpl
11

    
12
# Sane place to put sockets and shared memory file
13
FcgidIPCDir /var/run/mod_fcgid
14
FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
(1-1/4)