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

Side by Side Diff: third_party/WebKit/LayoutTests/http/conf/win-httpd.conf

Issue 2167853003: [DevTools] Always report encodedDataLength in Network.ResponseReceived. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Quic Tests Created 4 years, 3 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 Prod
1 Timeout 300 2 Timeout 300
2 KeepAlive On 3 KeepAlive On
3 MaxKeepAliveRequests 100 4 MaxKeepAliveRequests 999
4 KeepAliveTimeout 15 5 KeepAliveTimeout 999
5 6
6 LoadModule alias_module modules/mod_alias.so 7 LoadModule alias_module modules/mod_alias.so
7 LoadModule asis_module modules/mod_asis.so 8 LoadModule asis_module modules/mod_asis.so
8 LoadModule authz_host_module modules/mod_authz_host.so 9 LoadModule authz_host_module modules/mod_authz_host.so
9 LoadModule autoindex_module modules/mod_autoindex.so 10 LoadModule autoindex_module modules/mod_autoindex.so
10 LoadModule cgi_module modules/mod_cgi.so 11 LoadModule cgi_module modules/mod_cgi.so
11 LoadModule headers_module modules/mod_headers.so 12 LoadModule headers_module modules/mod_headers.so
12 LoadModule log_config_module modules/mod_log_config.so 13 LoadModule log_config_module modules/mod_log_config.so
13 LoadModule mime_module modules/mod_mime.so 14 LoadModule mime_module modules/mod_mime.so
14 LoadModule php5_module modules/php5apache2_2.dll 15 LoadModule php5_module modules/php5apache2_2.dll
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 Order allow,deny 135 Order allow,deny
135 Deny from all 136 Deny from all
136 Satisfy All 137 Satisfy All
137 </Files> 138 </Files>
138 139
139 <Directory ~ ".*\.\.namedfork"> 140 <Directory ~ ".*\.\.namedfork">
140 Order allow,deny 141 Order allow,deny
141 Deny from all 142 Deny from all
142 Satisfy All 143 Satisfy All
143 </Directory> 144 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698