summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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 98482d4..3073499 100644
--- a/templates/vhosts/default.erb
+++ b/templates/vhosts/default.erb
@@ -22,7 +22,7 @@ vhost_parts.each do |vhost_part|
<% elsif run_mode.to_s == 'fcgid' -%>
<IfModule mod_fcgid.c>
SuexecUserGroup <%= run_uid+" "+run_gid %>
- FCGIWrapper /var/www/mod_fcgid-starters/<%= name %> .<%= passing_extension %>
+ FCGIWrapper /var/www/mod_fcgid-starters/<%= name %>/<%= name %>-starter .<%= passing_extension %>
AddHandler fcgid-script .<%= passing_extension %>
</IfModule>