dev/provisioning/modules/apache/templates/mod/fastcgi.conf.erb
changeset 28 b0b56e0f8c7f
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
       
     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>