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

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

Issue 695193006: 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
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
« 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