From 70b4688cc6e9915b39d6c7326a100ec38d6affd2 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 9 Oct 2011 14:45:46 +0200 Subject: no need to configure fcgid on redirect hosts --- templates/vhosts/default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb index fdc9aee..9342d06 100644 --- a/templates/vhosts/default.erb +++ b/templates/vhosts/default.erb @@ -19,7 +19,7 @@ vhost_parts.each do |vhost_part| AssignUserId <%= run_uid+" "+run_gid %> - <% elsif run_mode.to_s == 'fcgid' -%> + <% elsif run_mode.to_s == 'fcgid' && !(ssl_mode == 'force' && vhost_part == :normal) -%> SuexecUserGroup <%= run_uid+" "+run_gid %> FcgidMaxRequestsPerProcess 5000 -- cgit v1.2.3