From: mh Date: Sat, 18 Jan 2003 08:44:09 +0000 (+0000) Subject: quickly mention blurb about apache and character encoding X-Git-Tag: BEFORE_MERGE_1_1~303 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=463930f4fd4988047d4b03e047929839c31663c0 quickly mention blurb about apache and character encoding --- diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index 1807c508..4ddc03b5 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -1,6 +1,6 @@ MIR INSTALLATION HOWTO -Last updated: $Date: 2002/10/12 11:22:03 $ +Last updated: $Date: 2003/01/18 08:44:09 $ ---------------------------------------------------------------- Here is a short installation-howto of Mir. @@ -259,8 +259,10 @@ JkMount /Mir/* ajp13 -13. configure apache +13. configure apache for the static site +* Make sure that if you are using a non standard character set enconding that + Apache doesn't accidentally send the wrong encoding in the HTTP headers. edit http.conf: * set the document root to the same directory as in the mir config file * enable shtml includes: @@ -321,4 +323,4 @@ You can give these a try if anything goes wrong: ---------------------------------------------------------------- -$Date: 2002/10/12 11:22:03 $ - the Mir coders +$Date: 2003/01/18 08:44:09 $ - the Mir coders diff --git a/doc/LONG.INSTALL.mir b/doc/LONG.INSTALL.mir index 82db00b5..7a0a0fcd 100755 --- a/doc/LONG.INSTALL.mir +++ b/doc/LONG.INSTALL.mir @@ -1,6 +1,6 @@ MIR INSTALLATION HOWTO -Last updated: $Date: 2002/10/25 20:22:10 $ +Last updated: $Date: 2003/01/18 08:44:09 $ ---------------------------------------------------------------- Here is a short installation-howto of Mir, somewhat more explicit than @@ -69,6 +69,9 @@ apt-get install apache to the file pointed to by the "TypesConfig" command in your apache config file. Or add and equivalent AddType command to your httpd.conf. Of course this assumes that the mod_mime is loaded. +* Make sure that if you are using a non standard character set enconding that + Apache doesn't accidentally send the wrong encoding in the HTTP headers. + Now deal with Tomcat: @@ -531,4 +534,4 @@ You can give these a try if anything goes wrong: ---------------------------------------------------------------- -$Date: 2002/10/25 20:22:10 $ - the Mir coders +$Date: 2003/01/18 08:44:09 $ - the Mir coders