Initial commit
[apache2-cn.git] / carnet.conf
1 <IfModule mod_mime.c>
2     AddDefaultCharset off
3
4     AddHandler cgi-script .cgi .pl
5 </IfModule>
6
7 <IfModule mod_negotiation.c>
8     LanguagePriority hr ba en ca cs da de el eo es et fr he it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
9 </IfModule>
10
11 <IfModule mod_dir.c>
12     DirectoryIndex index.html index.htm index.cgi index.pl index.php index.xhtml
13 </IfModule>
14
15 <IfModule mod_ssl.c>
16     SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
17 </IfModule>