aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2017-04-08 02:28:05 +0200
committerOlivier Blin <dev@blino.org>2017-04-08 02:28:44 +0200
commit2b4d2336883f30c848a9cfcf346bce2aada2e3a7 (patch)
treefcef63dad6d0889a05a515de43997b22cc79ef2d /modules/apache/templates
parent78b4f4c06659193c6db3e22c4ac35c0c6d32090b (diff)
downloadpuppet-2b4d2336883f30c848a9cfcf346bce2aada2e3a7.tar
puppet-2b4d2336883f30c848a9cfcf346bce2aada2e3a7.tar.gz
puppet-2b4d2336883f30c848a9cfcf346bce2aada2e3a7.tar.bz2
puppet-2b4d2336883f30c848a9cfcf346bce2aada2e3a7.tar.xz
puppet-2b4d2336883f30c848a9cfcf346bce2aada2e3a7.zip
catalyst_app: use fcgid instead of fastcgi
fastcgi is not available on Mageia 5.
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf
index bfe0ec19..a369f71f 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -1 +1,4 @@
-FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30
+SetHandler fcgid-script
+ScriptAlias / <%= script %>/
+FcgidMinProcessesPerClass <%= process %>
+FcgidIdleTimeout 30