Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / conf / arch-httpd-2.4.conf
blobad4676b4dbe28d139132181ee1c1e9387aeaafbe
1 ServerTokens OS
2 ServerRoot "/usr/lib/httpd"
4 PidFile "/tmp/WebKit/httpd.pid"
5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
7 Timeout 300
8 KeepAlive On
9 MaxKeepAliveRequests 100
10 KeepAliveTimeout 15
12 MinSpareServers 1
13 MaxSpareServers 5
14 StartServers 1
15 MaxClients 150
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 headers_module       modules/mod_headers.so
23 LoadModule mime_module          modules/mod_mime.so
24 LoadModule negotiation_module   modules/mod_negotiation.so
25 LoadModule actions_module       modules/mod_actions.so
26 LoadModule alias_module         modules/mod_alias.so
27 LoadModule rewrite_module       modules/mod_rewrite.so
28 LoadModule cgi_module           modules/mod_cgi.so
29 LoadModule ssl_module           modules/mod_ssl.so
30 LoadModule php5_module          modules/libphp5.so
31 LoadModule asis_module          modules/mod_asis.so
32 LoadModule unixd_module         modules/mod_unixd.so
33 LoadModule log_config_module    modules/mod_log_config.so
35 ServerName 127.0.0.1
37 <Directory />
38     Options Indexes FollowSymLinks MultiViews ExecCGI Includes
39     AllowOverride All
40     Require all granted
41 </Directory>
43 AccessFileName .htaccess
45 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
46     Require all denied
47 </Files>
49 UseCanonicalName On
50 HostnameLookups Off
52 TypesConfig /etc/mime.types
54 LogLevel warn
55 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
56 LogFormat "%h %l %u %t \"%r\" %>s %b" common
57 LogFormat "%{Referer}i -> %U" referer
58 LogFormat "%{User-agent}i" agent
59 ErrorLog /tmp/WebKit/error_log
61 ServerSignature On
63 AddLanguage ca .ca
64 AddLanguage cs .cz .cs
65 AddLanguage da .dk
66 AddLanguage de .de
67 AddLanguage el .el
68 AddLanguage en .en
69 AddLanguage eo .eo
70 AddLanguage es .es
71 AddLanguage et .et
72 AddLanguage fr .fr
73 AddLanguage he .he
74 AddLanguage hr .hr
75 AddLanguage it .it
76 AddLanguage ja .ja
77 AddLanguage ko .ko
78 AddLanguage ltz .ltz
79 AddLanguage nl .nl
80 AddLanguage nn .nn
81 AddLanguage no .no
82 AddLanguage pl .po
83 AddLanguage pt .pt
84 AddLanguage pt-BR .pt-br
85 AddLanguage ru .ru
86 AddLanguage sv .sv
87 AddLanguage zh-CN .zh-cn
88 AddLanguage zh-TW .zh-tw
89 AddCharset Big5         .Big5    .big5
90 AddCharset WINDOWS-1251 .cp-1251
91 AddCharset CP866        .cp866
92 AddCharset ISO-8859-5   .iso-ru
93 AddCharset KOI8-R       .koi8-r
94 AddCharset UCS-2        .ucs2
95 AddCharset UCS-4        .ucs4
96 AddCharset UTF-8        .utf8
98 <IfModule mod_negotiation.c>
99     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
100 </IfModule>
102 AddType application/x-tar .tgz
104 AddEncoding x-compress .Z
105 AddEncoding x-gzip .gz .tgz
107 AddType application/x-x509-ca-cert .crt
108 AddType application/x-pkcs7-crl    .crl
110 AddHandler cgi-script .cgi .pl
112 AddType text/html .shtml
113 AddOutputFilter INCLUDES .shtml
115 AddHandler send-as-is asis
117 <IfModule mod_php5.c>
118     AddType application/x-httpd-php .php
119     AddType application/x-httpd-php .bat
120     AddType application/x-httpd-php-source .phps
122     <IfModule mod_dir.c>
123         DirectoryIndex index.html index.php
124     </IfModule>
126     php_flag log_errors on
127     php_flag short_open_tag on
128 </IfModule>
130 <IfModule mod_rewrite.c>
131     RewriteEngine On
132     RewriteCond %{REQUEST_METHOD} ^TRACE
133     RewriteRule .* - [F]
134 </IfModule>
136 <VirtualHost *:8443>
137     ServerName 127.0.0.1
138     SSLEngine On
139 </VirtualHost>
142 # Apple-specific filesystem protection.
144 <Files "rsrc">
145     Require all denied
146 </Files>
148 <Directory  ~ ".*\.\.namedfork">
149     Require all denied
150 </Directory>