xiaodongwang 04a642bb4e merge from dev/experimental
Change-Id: I9133bbcbad86f242f8cb232cf03f8f54be5b1b24
2014-10-20 14:21:04 -07:00

11 lines
278 B
Plaintext

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