From 3a1d1385cafb9121a420dcb42d07ae7d26c7b3e0 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 5 Sep 2009 13:42:18 +0200 Subject: [PATCH] these AddDefaultCharset directives are unnecessary and considered harmful --- etc/apache2/dedicated_vhost.conf | 2 -- etc/apache2/shared_vhost.conf | 4 ---- 2 files changed, 6 deletions(-) diff --git a/etc/apache2/dedicated_vhost.conf b/etc/apache2/dedicated_vhost.conf index 42c5998..0f85fa7 100644 --- a/etc/apache2/dedicated_vhost.conf +++ b/etc/apache2/dedicated_vhost.conf @@ -7,8 +7,6 @@ ServerName example.com ServerAlias www.example.com - AddDefaultCharset UTF-8 - Alias /static/ /srv/mumble-django/htdocs/ # for Debian squeeze(unstable) diff --git a/etc/apache2/shared_vhost.conf b/etc/apache2/shared_vhost.conf index 85b8a2e..388d1d2 100644 --- a/etc/apache2/shared_vhost.conf +++ b/etc/apache2/shared_vhost.conf @@ -16,10 +16,6 @@ # -----------8<--------- cut here - - AddDefaultCharset UTF-8 - - Alias /mumble-django/static/ /srv/mumble-django/htdocs/ # for Debian squeeze(unstable)