crowbar/crowbar-core

View on GitHub
chef/cookbooks/apache2/templates/default/mods/fcgid.conf.erb

Summary

Maintainability
Test Coverage
<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  IPCConnectTimeout 20
</IfModule>

<% if node[:platform_family] == "rhel" || node[:platform_family] == "fedora" -%>
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/mod_fcgid/fcgid_shm
<% end -%>