3 MaxKeepAliveRequests 100
6 LoadModule alias_module modules/mod_alias.so
7 LoadModule asis_module modules/mod_asis.so
8 LoadModule authz_host_module modules/mod_authz_host.so
9 LoadModule autoindex_module modules/mod_autoindex.so
10 LoadModule cgi_module modules/mod_cgi.so
11 LoadModule headers_module modules/mod_headers.so
12 LoadModule log_config_module modules/mod_log_config.so
13 LoadModule mime_module modules/mod_mime.so
14 LoadModule php5_module modules/php5apache2_2.dll
15 LoadModule rewrite_module modules/mod_rewrite.so
16 LoadModule ssl_module modules/mod_ssl.so
20 ScriptInterpreterSource Registry-Strict
23 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
29 AccessFileName .htaccess
31 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
38 DefaultType text/plain
42 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
43 LogFormat "%h %l %u %t \"%r\" %>s %b" common
44 LogFormat "%{Referer}i -> %U" referer
45 LogFormat "%{User-agent}i" agent
49 <IfModule mod_alias.c>
61 AddCharset ISO-8859-8 .iso8859-8
64 AddCharset ISO-2022-JP .jis
66 AddCharset ISO-2022-KR .iso-kr
70 AddCharset ISO-8859-2 .iso-pl
72 AddLanguage pt-br .pt-br
77 AddLanguage cs .cz .cs
79 AddLanguage zh-TW .zh-tw
80 AddCharset Big5 .Big5 .big5
81 AddCharset WINDOWS-1251 .cp-1251
82 AddCharset CP866 .cp866
83 AddCharset ISO-8859-5 .iso-ru
84 AddCharset KOI8-R .koi8-r
85 AddCharset UCS-2 .ucs2
86 AddCharset UCS-4 .ucs4
87 AddCharset UTF-8 .utf8
89 <IfModule mod_negotiation.c>
90 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
93 AddType application/x-tar .tgz
95 AddEncoding x-compress .Z
96 AddEncoding x-gzip .gz .tgz
98 AddHandler cgi-script .cgi .pl
100 AddType text/html .shtml
101 AddHandler server-parsed .shtml
103 AddHandler send-as-is asis
106 <IfModule mod_php5.c>
107 AddType application/x-httpd-php .php
108 AddType application/x-httpd-php .bat
109 AddType application/x-httpd-php-source .phps
112 DirectoryIndex index.html index.php
115 php_flag log_errors on
116 php_flag short_open_tag on
119 <IfModule mod_rewrite.c>
121 RewriteCond %{REQUEST_METHOD} ^TRACE
131 # Apple-specific filesystem protection.
139 <Directory ~ ".*\.\.namedfork">