2 PidFile "/tmp/WebKit/httpd.pid"
3 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
7 MaxKeepAliveRequests 100
11 MaxConnectionsPerChild 100000
13 LoadModule unixd_module libexec/apache2/mod_unixd.so
14 LoadModule access_compat_module libexec/apache2/mod_access_compat.so
15 LoadModule authz_core_module libexec/apache2/mod_authz_core.so
16 LoadModule authz_host_module libexec/apache2/mod_authz_host.so
17 LoadModule include_module libexec/apache2/mod_include.so
18 LoadModule log_config_module libexec/apache2/mod_log_config.so
19 LoadModule headers_module libexec/apache2/mod_headers.so
20 LoadModule ssl_module libexec/apache2/mod_ssl.so
21 LoadModule mime_module libexec/apache2/mod_mime.so
22 LoadModule asis_module libexec/apache2/mod_asis.so
23 LoadModule cgi_module libexec/apache2/mod_cgi.so
24 LoadModule negotiation_module libexec/apache2/mod_negotiation.so
25 LoadModule imagemap_module libexec/apache2/mod_imagemap.so
26 LoadModule actions_module libexec/apache2/mod_actions.so
27 LoadModule alias_module libexec/apache2/mod_alias.so
28 LoadModule rewrite_module libexec/apache2/mod_rewrite.so
29 LoadModule php5_module libexec/apache2/libphp5.so
30 LoadModule autoindex_module libexec/apache2/mod_autoindex.so
35 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
41 AccessFileName .htaccess
43 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
54 ErrorLog "/tmp/WebKit/error_log"
56 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
57 LogFormat "%h %l %u %t \"%r\" %>s %b" common
58 LogFormat "%{Referer}i -> %U" referer
59 LogFormat "%{User-agent}i" agent
63 <IfModule mod_alias.c>
75 AddCharset ISO-8859-8 .iso8859-8
78 AddCharset ISO-2022-JP .jis
80 AddCharset ISO-2022-KR .iso-kr
84 AddCharset ISO-8859-2 .iso-pl
86 AddLanguage pt-br .pt-br
91 AddLanguage cs .cz .cs
93 AddLanguage zh-TW .zh-tw
94 AddCharset Big5 .Big5 .big5
95 AddCharset WINDOWS-1251 .cp-1251
96 AddCharset CP866 .cp866
97 AddCharset ISO-8859-5 .iso-ru
98 AddCharset KOI8-R .koi8-r
99 AddCharset UCS-2 .ucs2
100 AddCharset UCS-4 .ucs4
101 AddCharset UTF-8 .utf8
103 <IfModule mod_negotiation.c>
104 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
107 AddType application/x-tar .tgz
109 AddEncoding x-compress .Z
110 AddEncoding x-gzip .gz .tgz
112 AddHandler cgi-script .cgi .pl
114 AddType text/html .shtml
115 AddHandler server-parsed .shtml
117 AddHandler send-as-is asis
120 <IfModule mod_php5.c>
121 AddType application/x-httpd-php .php
122 AddType application/x-httpd-php .bat
123 AddType application/x-httpd-php-source .phps
126 DirectoryIndex index.html index.php
129 php_flag log_errors on
130 php_flag short_open_tag on
133 <IfModule mod_rewrite.c>
135 RewriteCond %{REQUEST_METHOD} ^TRACE
145 # Apple-specific filesystem protection.
153 <Directory ~ ".*\.\.namedfork">