summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_joomla
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-19 19:00:08 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-05-19 19:00:08 +0200
commitc6cd178a5752a85cab638f32d5bfc145e9eafb01 (patch)
treedeb49bd3f2818980016ac130ef7a60718d2774d9 /templates/vhosts/php_joomla
parentd4fb8d182a1877a8b6db6e2770660a87de60eae3 (diff)
removing double add default charset, adding where it have been missing
Diffstat (limited to 'templates/vhosts/php_joomla')
-rw-r--r--templates/vhosts/php_joomla/CentOS.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb
index b39a47c..fb8a49f 100644
--- a/templates/vhosts/php_joomla/CentOS.erb
+++ b/templates/vhosts/php_joomla/CentOS.erb
@@ -103,9 +103,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 %>