summaryrefslogtreecommitdiff
blob: 0208dc694c6ef7add9fd7da3471b4b99f71814f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<IfDefine ENCODING>
	LoadModule encoding_module modules/mod_encoding.so
</IfDefine>

<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>