Your IP : 18.222.211.19


Current Path : /etc/httpd/conf.d/
Upload File :
Current File : //etc/httpd/conf.d/fcgid.conf

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

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

# Sane place to put sockets and shared memory file
FcgidIPCDir /run/mod_fcgid
FcgidProcessTableFile /run/mod_fcgid/fcgid_shm

FcgidIdleTimeout 40
FcgidProcessLifeTime 300
FcgidMaxProcesses 10
FcgidMaxProcessesPerClass 8
FcgidMaxRequestsPerProcess 500
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 3
FcgidIOTimeout 40
FcgidBusyTimeout 300
FcgidBusyScanInterval    15
FcgidInitialEnv RAILS_ENV production
FcgidIdleScanInterval 3
FcgidOutputBufferSize 0
FcgidMaxRequestLen 1342177280