summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 23:16:35 +0200
committermh <mh@immerda.ch>2011-10-08 23:16:35 +0200
commit85a551f74b55a838fe3f4fa63bc104f74605f3d4 (patch)
tree045d83e3f68388b68f66d52ab458f95745637745 /templates
parent4546a44ce8269bfeaea50920fcfabe6089ded144 (diff)
fix naming
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/default.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb
index 02dcb5b..4328931 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 %>
</IfModule>
- <% elsif run_mod.to_s == 'fcgid' -%>
+ <% elsif run_mode.to_s == 'fcgid' -%>
<IfModule mod_fcgid.c>
SuexecUserGroup <%= run_uid+" "+run_gid %>
<% if passing_extension.to_s == 'php' -%>