diff options
author | Donny Davies <woodchip@gentoo.org> | 2003-06-22 18:59:54 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2003-06-22 18:59:54 +0000 |
commit | 68edcebe181986b0b22224a2d1dda669bd0d7917 (patch) | |
tree | 676107914844a2e53542344755bfea52d3a23ebb /net-www/mod_encoding/files | |
parent | close #22795 (diff) | |
download | gentoo-2-68edcebe181986b0b22224a2d1dda669bd0d7917.tar.gz gentoo-2-68edcebe181986b0b22224a2d1dda669bd0d7917.tar.bz2 gentoo-2-68edcebe181986b0b22224a2d1dda669bd0d7917.zip |
close #22795
Diffstat (limited to 'net-www/mod_encoding/files')
-rw-r--r-- | net-www/mod_encoding/files/digest-mod_encoding-20021209 | 1 | ||||
-rw-r--r-- | net-www/mod_encoding/files/mod_encoding.conf | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-www/mod_encoding/files/digest-mod_encoding-20021209 b/net-www/mod_encoding/files/digest-mod_encoding-20021209 new file mode 100644 index 000000000000..fde50f3471fe --- /dev/null +++ b/net-www/mod_encoding/files/digest-mod_encoding-20021209 @@ -0,0 +1 @@ +MD5 489cbd9c7429baf45c4234c51cb2af23 mod_encoding-20021209.tar.gz 260587 diff --git a/net-www/mod_encoding/files/mod_encoding.conf b/net-www/mod_encoding/files/mod_encoding.conf new file mode 100644 index 000000000000..708cfe8fe52a --- /dev/null +++ b/net-www/mod_encoding/files/mod_encoding.conf @@ -0,0 +1,14 @@ +# $Id: mod_encoding.conf,v 1.1 2003/06/22 18:59:46 woodchip Exp $ + +<IfModule mod_headers.c> + Header add MS-Author-Via "DAV" +</IfModule> + +<IfModule mod_encoding.c> + EncodingEngine on + NormalizeUsername on + SetServerEncoding UTF-8 + DefaultClientEncoding JA-AUTO-SJIS-MS SJIS + + AddClientEncoding "cadaver/" EUC-JP +</IfModule> |