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

Side by Side Diff: third_party/WebKit/Tools/Scripts/apache_config/apache2-httpd-2.2.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 LockFile "/tmp/WebKit/httpd.lock" 2 LockFile "/tmp/WebKit/httpd.lock"
3 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" 3 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
4 4
5 Timeout 300 5 Timeout 300
6 KeepAlive On 6 KeepAlive On
7 # Setting this value too low may change header size sometimes making flakey test s. 7 # Setting this value too low may change header size sometimes making flakey test s.
8 MaxKeepAliveRequests 0 8 MaxKeepAliveRequests 0
9 KeepAliveTimeout 9999 9 KeepAliveTimeout 9999
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 Order allow,deny 144 Order allow,deny
145 Deny from all 145 Deny from all
146 Satisfy All 146 Satisfy All
147 </Files> 147 </Files>
148 148
149 <Directory ~ ".*\.\.namedfork"> 149 <Directory ~ ".*\.\.namedfork">
150 Order allow,deny 150 Order allow,deny
151 Deny from all 151 Deny from all
152 Satisfy All 152 Satisfy All
153 </Directory> 153 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698