try again, with puppetforge modules, correctly included now
[mirror/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>