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

Side by Side Diff: LayoutTests/http/conf/redhat-httpd-2.2.conf

Issue 1201873002: Move LayoutTest Linux distribution detection to PlatformInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove crusty comment Created 5 years, 6 months 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 OS 1 ServerTokens OS
2 ServerRoot "/etc/httpd" 2 ServerRoot "/etc/httpd"
3 3
4 LockFile "/tmp/WebKit/httpd.lock" 4 LockFile "/tmp/WebKit/httpd.lock"
5 PidFile "/tmp/WebKit/httpd.pid" 5 PidFile "/tmp/WebKit/httpd.pid"
6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" 6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
7 7
8 Timeout 300 8 Timeout 300
9 KeepAlive On 9 KeepAlive On
10 MaxKeepAliveRequests 100 10 MaxKeepAliveRequests 100
(...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
« no previous file with comments | « LayoutTests/http/conf/fedora-httpd-2.4.conf ('k') | LayoutTests/http/conf/redhat-httpd-2.4.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698