Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf

Issue 2454323004: Make layout test harness extensible with custom layout tests directory (Closed)
Patch Set: Undo non test harness changes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ServerTokens Prod
2 ServerType standalone
3
4 ServerRoot "/usr"
5 LockFile "/tmp/WebKit/httpd.lock"
6 PidFile "/tmp/WebKit/httpd.pid"
7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
8
9 ResourceConfig /dev/null
10 AccessConfig /dev/null
11
12 Timeout 300
13 KeepAlive On
14 # Setting this value too low may change header size sometimes making flakey test s.
15 MaxKeepAliveRequests 0
16 KeepAliveTimeout 9999
17
18 MinSpareServers 1
19 MaxSpareServers 5
20 StartServers 1
21 MaxClients 150
22 MaxRequestsPerChild 100000
23
24 LoadModule config_log_module lib/apache/mod_log_config.dll
25 LoadModule mime_module lib/apache/mod_mime.dll
26 LoadModule negotiation_module lib/apache/mod_negotiation.dll
27 LoadModule includes_module lib/apache/mod_include.dll
28 LoadModule cgi_module lib/apache/mod_cgi.dll
29 LoadModule asis_module lib/apache/mod_asis.dll
30 LoadModule imap_module lib/apache/mod_imap.dll
31 LoadModule action_module lib/apache/mod_actions.dll
32 LoadModule alias_module lib/apache/mod_alias.dll
33 LoadModule rewrite_module lib/apache/mod_rewrite.dll
34 LoadModule access_module lib/apache/mod_access.dll
35 LoadModule auth_module lib/apache/mod_auth.dll
36 LoadModule headers_module lib/apache/mod_headers.dll
37 LoadModule php4_module lib/apache/libphp4.dll
38
39 # Reconstruction of the complete module list from all available modules
40 # (static and shared ones) to achieve correct module execution order.
41 # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
42 ClearModuleList
43 AddModule mod_log_config.c
44 AddModule mod_mime.c
45 AddModule mod_negotiation.c
46 AddModule mod_include.c
47 AddModule mod_cgi.c
48 AddModule mod_asis.c
49 AddModule mod_imap.c
50 AddModule mod_actions.c
51 AddModule mod_alias.c
52 AddModule mod_rewrite.c
53 AddModule mod_access.c
54 AddModule mod_auth.c
55 AddModule mod_headers.c
56 AddModule mod_so.c
57 AddModule mod_php4.c
58
59 ServerName 127.0.0.1
60
61 <Directory />
62 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
63 AllowOverride All
64 Order allow,deny
65 Allow from all
66 </Directory>
67
68 AccessFileName .htaccess
69
70 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
71 Order allow,deny
72 Deny from all
73 Satisfy All
74 </Files>
75
76 UseCanonicalName On
77 DefaultType text/plain
78 HostnameLookups Off
79
80 LogLevel warn
81 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combine d
82 LogFormat "%h %l %u %t \"%r\" %>s %b" common
83 LogFormat "%{Referer}i -> %U" referer
84 LogFormat "%{User-agent}i" agent
85
86 ServerSignature On
87
88 <IfModule mod_alias.c>
89 </IfModule>
90
91 <IfModule mod_mime.c>
92 AddLanguage da .dk
93 AddLanguage nl .nl
94 AddLanguage en .en
95 AddLanguage et .ee
96 AddLanguage fr .fr
97 AddLanguage de .de
98 AddLanguage el .el
99 AddLanguage he .he
100 AddCharset ISO-8859-8 .iso8859-8
101 AddLanguage it .it
102 AddLanguage ja .ja
103 AddCharset ISO-2022-JP .jis
104 AddLanguage kr .kr
105 AddCharset ISO-2022-KR .iso-kr
106 AddLanguage nn .nn
107 AddLanguage no .no
108 AddLanguage pl .po
109 AddCharset ISO-8859-2 .iso-pl
110 AddLanguage pt .pt
111 AddLanguage pt-br .pt-br
112 AddLanguage ltz .lu
113 AddLanguage ca .ca
114 AddLanguage es .es
115 AddLanguage sv .sv
116 AddLanguage cs .cz .cs
117 AddLanguage ru .ru
118 AddLanguage zh-TW .zh-tw
119 AddCharset Big5 .Big5 .big5
120 AddCharset WINDOWS-1251 .cp-1251
121 AddCharset CP866 .cp866
122 AddCharset ISO-8859-5 .iso-ru
123 AddCharset KOI8-R .koi8-r
124 AddCharset UCS-2 .ucs2
125 AddCharset UCS-4 .ucs4
126 AddCharset UTF-8 .utf8
127
128 <IfModule mod_negotiation.c>
129 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
130 </IfModule>
131
132 AddType application/x-tar .tgz
133
134 AddEncoding x-compress .Z
135 AddEncoding x-gzip .gz .tgz
136
137 AddHandler cgi-script .cgi .pl
138
139 AddType text/html .shtml
140 AddHandler server-parsed .shtml
141
142 AddHandler send-as-is asis
143 </IfModule>
144
145 <IfModule mod_php4.c>
146 AddType application/x-httpd-php .php
147 AddType application/x-httpd-php .bat
148 AddType application/x-httpd-php-source .phps
149
150 <IfModule mod_dir.c>
151 DirectoryIndex index.html index.php
152 </IfModule>
153
154 php_flag log_errors on
155 php_flag short_open_tag on
156 </IfModule>
157
158 <IfModule mod_rewrite.c>
159 RewriteEngine On
160 RewriteCond %{REQUEST_METHOD} ^TRACE
161 RewriteRule .* - [F]
162 </IfModule>
163
164 #
165 # Apple-specific filesystem protection.
166 #
167 <Files "rsrc">
168 Order allow,deny
169 Deny from all
170 Satisfy All
171 </Files>
172
173 <Directory ~ ".*\.\.namedfork">
174 Order allow,deny
175 Deny from all
176 Satisfy All
177 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698