summaryrefslogtreecommitdiff
path: root/templates/vhosts/default.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/default.erb')
-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>