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

Side by Side Diff: third_party/WebKit/Tools/Scripts/apache_config/apache2-httpd-2.4.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 Mutex file:/tmp/WebKit 2 Mutex file:/tmp/WebKit
3 PidFile "/tmp/WebKit/httpd.pid" 3 PidFile "/tmp/WebKit/httpd.pid"
4 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" 4 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
5 5
6 Timeout 300 6 Timeout 300
7 KeepAlive On 7 KeepAlive On
8 # Setting this value too low may change header size sometimes making flakey test s. 8 # Setting this value too low may change header size sometimes making flakey test s.
9 MaxKeepAliveRequests 0 9 MaxKeepAliveRequests 0
10 KeepAliveTimeout 9999 10 KeepAliveTimeout 9999
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 Order allow,deny 150 Order allow,deny
151 Deny from all 151 Deny from all
152 Satisfy All 152 Satisfy All
153 </Files> 153 </Files>
154 154
155 <Directory ~ ".*\.\.namedfork"> 155 <Directory ~ ".*\.\.namedfork">
156 Order allow,deny 156 Order allow,deny
157 Deny from all 157 Deny from all
158 Satisfy All 158 Satisfy All
159 </Directory> 159 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698