2 ServerRoot "/etc/httpd"
4 PidFile "/tmp/WebKit/httpd.pid"
5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
9 MaxKeepAliveRequests 100
16 MaxRequestsPerChild 100000
18 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
19 LoadModule authz_core_module modules/mod_authz_core.so
20 LoadModule authz_host_module modules/mod_authz_host.so
21 LoadModule include_module modules/mod_include.so
22 LoadModule log_config_module modules/mod_log_config.so
23 LoadModule headers_module modules/mod_headers.so
24 LoadModule mime_module modules/mod_mime.so
25 LoadModule negotiation_module modules/mod_negotiation.so
26 LoadModule actions_module modules/mod_actions.so
27 LoadModule alias_module modules/mod_alias.so
28 LoadModule rewrite_module modules/mod_rewrite.so
29 LoadModule cgi_module modules/mod_cgi.so
30 LoadModule ssl_module modules/mod_ssl.so
31 LoadModule unixd_module modules/mod_unixd.so
32 LoadModule php5_module modules/libphp5.so
34 LoadModule asis_module modules/mod_asis.so
39 ServerAdmin root@localhost
45 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
50 AccessFileName .htaccess
52 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
56 TypesConfig /etc/mime.types
60 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
61 LogFormat "%h %l %u %t \"%r\" %>s %b" common
62 LogFormat "%{Referer}i -> %U" referer
63 LogFormat "%{User-agent}i" agent
68 AddLanguage cs .cz .cs
88 AddLanguage pt-BR .pt-br
91 AddLanguage zh-CN .zh-cn
92 AddLanguage zh-TW .zh-tw
93 AddCharset Big5 .Big5 .big5
94 AddCharset WINDOWS-1251 .cp-1251
95 AddCharset CP866 .cp866
96 AddCharset ISO-8859-5 .iso-ru
97 AddCharset KOI8-R .koi8-r
98 AddCharset UCS-2 .ucs2
99 AddCharset UCS-4 .ucs4
100 AddCharset UTF-8 .utf8
102 <IfModule mod_negotiation.c>
103 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
106 AddEncoding x-compress .Z
107 AddEncoding x-gzip .gz .tgz
109 AddType application/x-x509-ca-cert .crt
110 AddType application/x-pkcs7-crl .crl
112 AddHandler cgi-script .cgi .pl
114 AddType text/html .shtml
115 AddOutputFilter INCLUDES .shtml
117 AddHandler send-as-is asis
119 <IfModule mod_php5.c>
120 AddType application/x-httpd-php .php
121 AddType application/x-httpd-php .bat
122 AddType application/x-httpd-php-source .phps
125 DirectoryIndex index.html index.php
128 php_flag log_errors on
129 php_flag short_open_tag on
132 <IfModule mod_rewrite.c>
134 RewriteCond %{REQUEST_METHOD} ^TRACE
144 # Apple-specific filesystem protection.
150 <Directory ~ ".*\.\.namedfork">