fuel-web/vagrant/cookbooks/apache2/templates/default/mods/fcgid.conf.erb

11 lines
293 B
Plaintext

<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
IPCConnectTimeout 20
</IfModule>
<% if %w{ redhat centos scientific fedora }.include?(node['platform']) -%>
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/mod_fcgid/fcgid_shm
<% end -%>