diff options
-rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 4 |
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 |