diff options
-rw-r--r-- | debian/apache2-doc.conf | 1 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/apache2-doc.conf b/debian/apache2-doc.conf index a87b79e8..86357496 100644 --- a/debian/apache2-doc.conf +++ b/debian/apache2-doc.conf @@ -6,6 +6,7 @@ AliasMatch ^/apache2-default/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ " AllowOverride None Order allow,deny Allow from all + AddDefaultCharset off <Files *.html> SetHandler type-map diff --git a/debian/changelog b/debian/changelog index 7d70b9b4..fa57d695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ apache2 (2.2.4-1) UNRELEASED; urgency=low * Add httxt2dbm(8) man page * Show -X option in help message (Closes: #391817) * remove sick-hack-to-update-modules + * Don't use AddDefaultCharset for our docs (Closes: #414429) [ Peter Samuelson ] * Add shlibs:Depends to apache2.2-common. |