| OLD | NEW |
| 1 ServerTokens Prod | 1 ServerTokens Prod |
| 2 ServerRoot "/etc/httpd" | 2 ServerRoot "/etc/httpd" |
| 3 | 3 |
| 4 LockFile "/tmp/WebKit/httpd.lock" | 4 LockFile "/tmp/WebKit/httpd.lock" |
| 5 PidFile "/tmp/WebKit/httpd.pid" | 5 PidFile "/tmp/WebKit/httpd.pid" |
| 6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" | 6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
| 7 | 7 |
| 8 Timeout 300 | 8 Timeout 300 |
| 9 KeepAlive On | 9 KeepAlive On |
| 10 # Setting this value too low may change header size sometimes making flakey test
s. | 10 # Setting this value too low may change header size sometimes making flakey test
s. |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 Order allow,deny | 151 Order allow,deny |
| 152 Deny from all | 152 Deny from all |
| 153 Satisfy All | 153 Satisfy All |
| 154 </Files> | 154 </Files> |
| 155 | 155 |
| 156 <Directory ~ ".*\.\.namedfork"> | 156 <Directory ~ ".*\.\.namedfork"> |
| 157 Order allow,deny | 157 Order allow,deny |
| 158 Deny from all | 158 Deny from all |
| 159 Satisfy All | 159 Satisfy All |
| 160 </Directory> | 160 </Directory> |
| OLD | NEW |