4 LockFile "/tmp/WebKit/httpd.lock"
5 PidFile "/tmp/WebKit/httpd.pid"
6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
8 ResourceConfig /dev/null
13 MaxKeepAliveRequests 100
20 MaxRequestsPerChild 100000
22 LoadModule config_log_module lib/apache/mod_log_config.dll
23 LoadModule mime_module lib/apache/mod_mime.dll
24 LoadModule negotiation_module lib/apache/mod_negotiation.dll
25 LoadModule includes_module lib/apache/mod_include.dll
26 LoadModule cgi_module lib/apache/mod_cgi.dll
27 LoadModule asis_module lib/apache/mod_asis.dll
28 LoadModule imap_module lib/apache/mod_imap.dll
29 LoadModule action_module lib/apache/mod_actions.dll
30 LoadModule alias_module lib/apache/mod_alias.dll
31 LoadModule rewrite_module lib/apache/mod_rewrite.dll
32 LoadModule access_module lib/apache/mod_access.dll
33 LoadModule auth_module lib/apache/mod_auth.dll
34 LoadModule headers_module lib/apache/mod_headers.dll
35 LoadModule php4_module lib/apache/libphp4.dll
37 # Reconstruction of the complete module list from all available modules
38 # (static and shared ones) to achieve correct module execution order.
39 # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
41 AddModule mod_log_config.c
43 AddModule mod_negotiation.c
44 AddModule mod_include.c
48 AddModule mod_actions.c
50 AddModule mod_rewrite.c
51 AddModule mod_access.c
53 AddModule mod_headers.c
60 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
66 AccessFileName .htaccess
68 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
75 DefaultType text/plain
79 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
80 LogFormat "%h %l %u %t \"%r\" %>s %b" common
81 LogFormat "%{Referer}i -> %U" referer
82 LogFormat "%{User-agent}i" agent
86 <IfModule mod_alias.c>
98 AddCharset ISO-8859-8 .iso8859-8
101 AddCharset ISO-2022-JP .jis
103 AddCharset ISO-2022-KR .iso-kr
107 AddCharset ISO-8859-2 .iso-pl
109 AddLanguage pt-br .pt-br
114 AddLanguage cs .cz .cs
116 AddLanguage zh-TW .zh-tw
117 AddCharset Big5 .Big5 .big5
118 AddCharset WINDOWS-1251 .cp-1251
119 AddCharset CP866 .cp866
120 AddCharset ISO-8859-5 .iso-ru
121 AddCharset KOI8-R .koi8-r
122 AddCharset UCS-2 .ucs2
123 AddCharset UCS-4 .ucs4
124 AddCharset UTF-8 .utf8
126 <IfModule mod_negotiation.c>
127 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
130 AddType application/x-tar .tgz
132 AddEncoding x-compress .Z
133 AddEncoding x-gzip .gz .tgz
135 AddHandler cgi-script .cgi .pl
137 AddType text/html .shtml
138 AddHandler server-parsed .shtml
140 AddHandler send-as-is asis
143 <IfModule mod_php4.c>
144 AddType application/x-httpd-php .php
145 AddType application/x-httpd-php .bat
146 AddType application/x-httpd-php-source .phps
149 DirectoryIndex index.html index.php
152 php_flag log_errors on
153 php_flag short_open_tag on
156 <IfModule mod_rewrite.c>
158 RewriteCond %{REQUEST_METHOD} ^TRACE
163 # Apple-specific filesystem protection.
171 <Directory ~ ".*\.\.namedfork">