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

Side by Side Diff: third_party/WebKit/Tools/Scripts/apache_config/redhat-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 ServerRoot "/etc/httpd" 2 ServerRoot "/etc/httpd"
3 3
4 PidFile "/tmp/WebKit/httpd.pid" 4 PidFile "/tmp/WebKit/httpd.pid"
5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" 5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
6 6
7 Timeout 300 7 Timeout 300
8 KeepAlive On 8 KeepAlive On
9 # Setting this value too low may change header size sometimes making flakey test s. 9 # Setting this value too low may change header size sometimes making flakey test s.
10 MaxKeepAliveRequests 0 10 MaxKeepAliveRequests 0
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 # 144 #
145 # Apple-specific filesystem protection. 145 # Apple-specific filesystem protection.
146 # 146 #
147 <Files "rsrc"> 147 <Files "rsrc">
148 Require all denied 148 Require all denied
149 </Files> 149 </Files>
150 150
151 <Directory ~ ".*\.\.namedfork"> 151 <Directory ~ ".*\.\.namedfork">
152 Require all denied 152 Require all denied
153 </Directory> 153 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698