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

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

Issue 734553002: Revert of Disable AcceptEx on Win32 Apache (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Timeout 300 1 Timeout 300
2 KeepAlive On 2 KeepAlive On
3 MaxKeepAliveRequests 100 3 MaxKeepAliveRequests 100
4 KeepAliveTimeout 15 4 KeepAliveTimeout 15
5 Win32DisableAcceptEx
6 5
7 LoadModule alias_module modules/mod_alias.so 6 LoadModule alias_module modules/mod_alias.so
8 LoadModule asis_module modules/mod_asis.so 7 LoadModule asis_module modules/mod_asis.so
9 LoadModule authz_host_module modules/mod_authz_host.so 8 LoadModule authz_host_module modules/mod_authz_host.so
10 LoadModule autoindex_module modules/mod_autoindex.so 9 LoadModule autoindex_module modules/mod_autoindex.so
11 LoadModule cgi_module modules/mod_cgi.so 10 LoadModule cgi_module modules/mod_cgi.so
12 LoadModule headers_module modules/mod_headers.so 11 LoadModule headers_module modules/mod_headers.so
13 LoadModule log_config_module modules/mod_log_config.so 12 LoadModule log_config_module modules/mod_log_config.so
14 LoadModule mime_module modules/mod_mime.so 13 LoadModule mime_module modules/mod_mime.so
15 LoadModule php5_module modules/php5apache2_2.dll 14 LoadModule php5_module modules/php5apache2_2.dll
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 Order allow,deny 134 Order allow,deny
136 Deny from all 135 Deny from all
137 Satisfy All 136 Satisfy All
138 </Files> 137 </Files>
139 138
140 <Directory ~ ".*\.\.namedfork"> 139 <Directory ~ ".*\.\.namedfork">
141 Order allow,deny 140 Order allow,deny
142 Deny from all 141 Deny from all
143 Satisfy All 142 Satisfy All
144 </Directory> 143 </Directory>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698