summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-19 19:00:08 +0200
committermh <mh@immerda.ch>2009-05-23 01:25:15 +0200
commitf7af20fcb68444d4f14fc394e465078a05a4bee4 (patch)
treeb45940fd58d049ceea2f46164c11e8510226b442 /templates/vhosts/php/CentOS.erb
parent61111f2a5206cf6bf56434f4ce776ebc467e9230 (diff)
removing double add default charset, adding where it have been missing
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-rw-r--r--templates/vhosts/php/CentOS.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 5f9fa4c..39b5f36 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -77,9 +77,6 @@
ErrorLog <%= logdir %>/error_log
CustomLog <%= logdir %>/access_log combined
- <%- if default_charset.to_s != 'absent' then -%>
- AddDefaultCharset <%= default_charset %>
- <%- end -%>
<%- if run_mode.to_s == 'itk' -%>
<IfModule mpm_itk_module>
AssignUserId <%= run_uid+" "+run_gid %>