source: lab.git/TipAndDoc/apache2/conf.d/apache2-doc @ e135cc7

trunk
Last change on this file since e135cc7 was e135cc7, checked in by mitty <mitty@…>, 13 years ago
  • publish internal tools for svn/trac

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@116 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 517 bytes
Line 
1Alias /manual /usr/share/doc/apache2-doc/manual/
2
3<Directory "/usr/share/doc/apache2-doc/manual/">
4    Options Indexes FollowSymlinks
5    AllowOverride None
6    Order allow,deny
7    Allow from all
8    AddDefaultCharset ISO-8859-1
9</Directory>
10
11<Directory "/usr/share/doc/apache2-doc/manual/ja/">
12    AddDefaultCharset UTF-8
13</Directory>
14
15<Directory "/usr/share/doc/apache2-doc/manual/ko/">
16    AddDefaultCharset EUC-KR
17</Directory>
18
19<Directory "/usr/share/doc/apache2-doc/manual/tr/">
20    AddDefaultCharset UTF-8
21</Directory>
Note: See TracBrowser for help on using the repository browser.