view modules/apache/templates/mod/fastcgi.conf.erb @ 275:d9352a684e62

Mass update of modules to remove deprecation warnings
author IBBoard <dev@ibboard.co.uk>
date Sun, 26 Jan 2020 11:36:07 +0000
parents 675c1cc61eaf
children
line wrap: on
line source

# The Fastcgi Apache module configuration file is being
# managed by Puppet and changes will be overwritten.
<IfModule mod_fastcgi.c>
  <FilesMatch ".+(\.fcgi)$">
    SetHandler fastcgi-script
  </FilesMatch>
  FastCgiIpcDir "<%= @fastcgi_lib_path %>"
</IfModule>