]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/templates/mod/fastcgi.conf.erb
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / fastcgi.conf.erb
1 # The Fastcgi Apache module configuration file is being
2 # managed by Puppet and changes will be overwritten.
3 <IfModule mod_fastcgi.c>
4   AddHandler fastcgi-script .fcgi
5   FastCgiIpcDir "<%= @fastcgi_lib_path %>"
6 </IfModule>