aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_catalyst_app.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates/vhost_catalyst_app.conf')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf
index dce09e11..f97881c2 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -1,6 +1,4 @@
-<FilesMatch "\.pl">
- SetHandler fcgid-script
-</FilesMatch>
+AddHandler fcgid-script .pl
ScriptAlias / <%= script %>/
FcgidMinProcessesPerClass <%= process %>
FcgidIdleTimeout 30