summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 00:27:06 +0200
committermh <mh@immerda.ch>2011-10-09 00:27:06 +0200
commitbff168f1aad2a82e4b2fec5ca9b8260164cf7e27 (patch)
tree00993e7b114b1fd70d698b2d101a3de14d5d29c9 /templates
parentdfd70b673871cadc0ef1e9ebc659d0f799edb271 (diff)
this options should be set globally
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/default.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb
index 4328931..98482d4 100644
--- a/templates/vhosts/default.erb
+++ b/templates/vhosts/default.erb
@@ -22,9 +22,6 @@ vhost_parts.each do |vhost_part|
<% elsif run_mode.to_s == 'fcgid' -%>
<IfModule mod_fcgid.c>
SuexecUserGroup <%= run_uid+" "+run_gid %>
- <% if passing_extension.to_s == 'php' -%>
- PHP_Fix_Pathinfo_Enable 1
- <% end -%>
FCGIWrapper /var/www/mod_fcgid-starters/<%= name %> .<%= passing_extension %>
AddHandler fcgid-script .<%= passing_extension %>
</IfModule>