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

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

Issue 47023017: Make http LayoutTests work in Debian with Apache 2.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Picked fixup committed by allan.jensen@digia.com on the same day as the initial patch. Created 7 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 ServerRoot "/usr" 1 ServerRoot "/usr"
2 2
3 LockFile "/tmp/WebKit/httpd.lock" 3 LockFile "/tmp/WebKit/httpd.lock"
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 MaxKeepAliveRequests 100 9 MaxKeepAliveRequests 100
10 KeepAliveTimeout 15 10 KeepAliveTimeout 15
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 Order allow,deny 146 Order allow,deny
147 Deny from all 147 Deny from all
148 Satisfy All 148 Satisfy All
149 </Files> 149 </Files>
150 150
151 <Directory ~ ".*\.\.namedfork"> 151 <Directory ~ ".*\.\.namedfork">
152 Order allow,deny 152 Order allow,deny
153 Deny from all 153 Deny from all
154 Satisfy All 154 Satisfy All
155 </Directory> 155 </Directory>
OLDNEW
« no previous file with comments | « LayoutTests/http/conf/apache2-debian-httpd.conf ('k') | LayoutTests/http/conf/debian-httpd-2.4.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698