aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@google.com>2017-04-08 20:27:17 +0100
committerPascal Terjan <pterjan@google.com>2017-04-08 20:27:17 +0100
commitc4a36cadb6001b0a8a30a232336f6db91ecef8f3 (patch)
tree4529363e8505b4ee2fa755463fa5bbae57e99aa4 /modules/apache
parent4d2177feaeb38d49821334c583095f09ea9557ca (diff)
downloadpuppet-c4a36cadb6001b0a8a30a232336f6db91ecef8f3.tar
puppet-c4a36cadb6001b0a8a30a232336f6db91ecef8f3.tar.gz
puppet-c4a36cadb6001b0a8a30a232336f6db91ecef8f3.tar.bz2
puppet-c4a36cadb6001b0a8a30a232336f6db91ecef8f3.tar.xz
puppet-c4a36cadb6001b0a8a30a232336f6db91ecef8f3.zip
Allow having static alias
Diffstat (limited to 'modules/apache')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf
index a369f71f..dce09e11 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -1,4 +1,6 @@
-SetHandler fcgid-script
+<FilesMatch "\.pl">
+ SetHandler fcgid-script
+</FilesMatch>
ScriptAlias / <%= script %>/
FcgidMinProcessesPerClass <%= process %>
FcgidIdleTimeout 30