From c4a36cadb6001b0a8a30a232336f6db91ecef8f3 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 8 Apr 2017 20:27:17 +0100 Subject: Allow having static alias --- modules/apache/templates/vhost_catalyst_app.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/apache') 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 + + SetHandler fcgid-script + ScriptAlias / <%= script %>/ FcgidMinProcessesPerClass <%= process %> FcgidIdleTimeout 30 -- cgit v1.2.1