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

Side by Side Diff: third_party/WebKit/Tools/Scripts/apache_config/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
1 ServerTokens Prod 1 ServerTokens Prod
2 ServerType standalone 2 ServerType standalone
3 3
4 ServerRoot "/usr" 4 ServerRoot "/usr"
5 LockFile "/tmp/WebKit/httpd.lock" 5 LockFile "/tmp/WebKit/httpd.lock"
6 PidFile "/tmp/WebKit/httpd.pid" 6 PidFile "/tmp/WebKit/httpd.pid"
7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" 7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
8 8
9 ResourceConfig /dev/null 9 ResourceConfig /dev/null
10 AccessConfig /dev/null 10 AccessConfig /dev/null
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 Order allow,deny 168 Order allow,deny
169 Deny from all 169 Deny from all
170 Satisfy All 170 Satisfy All
171 </Files> 171 </Files>
172 172
173 <Directory ~ ".*\.\.namedfork"> 173 <Directory ~ ".*\.\.namedfork">
174 Order allow,deny 174 Order allow,deny
175 Deny from all 175 Deny from all
176 Satisfy All 176 Satisfy All
177 </Directory> 177 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698