| OLD | NEW |
| 1 ServerTokens Prod | 1 ServerTokens Prod |
| 2 ServerRoot "/usr" | 2 ServerRoot "/usr" |
| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 Order allow,deny | 149 Order allow,deny |
| 150 Deny from all | 150 Deny from all |
| 151 Satisfy All | 151 Satisfy All |
| 152 </Files> | 152 </Files> |
| 153 | 153 |
| 154 <Directory ~ ".*\.\.namedfork"> | 154 <Directory ~ ".*\.\.namedfork"> |
| 155 Order allow,deny | 155 Order allow,deny |
| 156 Deny from all | 156 Deny from all |
| 157 Satisfy All | 157 Satisfy All |
| 158 </Directory> | 158 </Directory> |
| OLD | NEW |