blob: 0e6fc9a8928cc07829d2da7a4741c89628ce75e9 [file] [log] [blame]
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
IPCConnectTimeout 20
</IfModule>
<% if node[:platform] == "centos" || node[:platform] == "redhat" || node[:platform] == "fedora" -%>
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/mod_fcgid/fcgid_shm
<% end -%>