From 14ad71063033f63f38dd47d229e828dd53e3151c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 24 Mar 2010 15:09:17 +0000 Subject: [PATCH] Monotone-Parent: d9b64f2f2d300ee374dbaa78a98f62ce367f4588 Monotone-Revision: 73f3fa811c59b152f7c426fe28488efd6bcfe6f2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-24T15:09:17 Monotone-Branch: ca.inverse.sogo --- Apache/SOGo-debian.conf | 2 ++ Apache/SOGo.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Apache/SOGo-debian.conf b/Apache/SOGo-debian.conf index 0e1b284fb..19ee2eec2 100644 --- a/Apache/SOGo-debian.conf +++ b/Apache/SOGo-debian.conf @@ -61,6 +61,8 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0" RequestHeader set "x-webobjects-remote-host" "127.0.0.1" + AddDefaultCharset UTF-8 + Order allow,deny Allow from all diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index 010ae26c9..e713ee6f3 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -55,6 +55,8 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0" RequestHeader set "x-webobjects-remote-host" "127.0.0.1" + AddDefaultCharset UTF-8 + Order allow,deny Allow from all