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

Side by Side Diff: third_party/WebKit/Tools/Scripts/apache_config/win-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
1 ServerTokens Prod 1 ServerTokens Prod
2 Timeout 300 2 Timeout 300
3 KeepAlive On 3 KeepAlive On
4 # Setting this value too low may change header size sometimes making flakey test s. 4 # Setting this value too low may change header size sometimes making flakey test s.
5 MaxKeepAliveRequests 0 5 MaxKeepAliveRequests 0
6 KeepAliveTimeout 9999 6 KeepAliveTimeout 9999
7 7
8 LoadModule alias_module modules/mod_alias.so 8 LoadModule alias_module modules/mod_alias.so
9 LoadModule asis_module modules/mod_asis.so 9 LoadModule asis_module modules/mod_asis.so
10 LoadModule authz_host_module modules/mod_authz_host.so 10 LoadModule authz_host_module modules/mod_authz_host.so
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Order allow,deny 136 Order allow,deny
137 Deny from all 137 Deny from all
138 Satisfy All 138 Satisfy All
139 </Files> 139 </Files>
140 140
141 <Directory ~ ".*\.\.namedfork"> 141 <Directory ~ ".*\.\.namedfork">
142 Order allow,deny 142 Order allow,deny
143 Deny from all 143 Deny from all
144 Satisfy All 144 Satisfy All
145 </Directory> 145 </Directory>
OLDNEW
« no previous file with comments | « third_party/WebKit/Tools/Scripts/apache_config/webkit-httpd.pem ('k') | third_party/WebKit/Tools/Scripts/run-inspector-tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698