summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 01:43:46 +0200
committermh <mh@immerda.ch>2011-10-09 01:43:46 +0200
commitc5f89ba130e2027a37d821d803da018583009f69 (patch)
tree64677a0cba09c1661d192843df4942d85df4e8e0 /templates
parent57efdb7a465750a6e197b1c0954e0ad21b7e55bc (diff)
the script must be in its own location
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>