11 lines
278 B
Plaintext
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 -%>
|