| OLD | NEW |
| 1 ServerTokens Prod | 1 ServerTokens Prod |
| 2 Timeout 300 | 2 Timeout 300 |
| 3 KeepAlive On | 3 KeepAlive On |
| 4 # Setting this value too low may change header size sometimes making flakey test
s. | 4 # Setting this value too low may change header size sometimes making flakey test
s. |
| 5 MaxKeepAliveRequests 0 | 5 MaxKeepAliveRequests 0 |
| 6 KeepAliveTimeout 9999 | 6 KeepAliveTimeout 9999 |
| 7 | 7 |
| 8 LoadModule alias_module modules/mod_alias.so | 8 LoadModule alias_module modules/mod_alias.so |
| 9 LoadModule asis_module modules/mod_asis.so | 9 LoadModule asis_module modules/mod_asis.so |
| 10 LoadModule authz_host_module modules/mod_authz_host.so | 10 LoadModule authz_host_module modules/mod_authz_host.so |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 Order allow,deny | 136 Order allow,deny |
| 137 Deny from all | 137 Deny from all |
| 138 Satisfy All | 138 Satisfy All |
| 139 </Files> | 139 </Files> |
| 140 | 140 |
| 141 <Directory ~ ".*\.\.namedfork"> | 141 <Directory ~ ".*\.\.namedfork"> |
| 142 Order allow,deny | 142 Order allow,deny |
| 143 Deny from all | 143 Deny from all |
| 144 Satisfy All | 144 Satisfy All |
| 145 </Directory> | 145 </Directory> |
| OLD | NEW |