| OLD | NEW |
| 1 ServerTokens Prod | 1 ServerTokens Prod |
| 2 ServerType standalone | 2 ServerType standalone |
| 3 | 3 |
| 4 ServerRoot "/usr" | 4 ServerRoot "/usr" |
| 5 LockFile "/tmp/WebKit/httpd.lock" | 5 LockFile "/tmp/WebKit/httpd.lock" |
| 6 PidFile "/tmp/WebKit/httpd.pid" | 6 PidFile "/tmp/WebKit/httpd.pid" |
| 7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" | 7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
| 8 | 8 |
| 9 ResourceConfig /dev/null | 9 ResourceConfig /dev/null |
| 10 AccessConfig /dev/null | 10 AccessConfig /dev/null |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 Order allow,deny | 168 Order allow,deny |
| 169 Deny from all | 169 Deny from all |
| 170 Satisfy All | 170 Satisfy All |
| 171 </Files> | 171 </Files> |
| 172 | 172 |
| 173 <Directory ~ ".*\.\.namedfork"> | 173 <Directory ~ ".*\.\.namedfork"> |
| 174 Order allow,deny | 174 Order allow,deny |
| 175 Deny from all | 175 Deny from all |
| 176 Satisfy All | 176 Satisfy All |
| 177 </Directory> | 177 </Directory> |
| OLD | NEW |