| OLD | NEW |
| 1 ServerTokens OS | 1 ServerTokens OS |
| 2 ServerRoot "/etc/httpd" | 2 ServerRoot "/etc/httpd" |
| 3 | 3 |
| 4 PidFile "/tmp/WebKit/httpd.pid" | 4 PidFile "/tmp/WebKit/httpd.pid" |
| 5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" | 5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
| 6 | 6 |
| 7 Timeout 300 | 7 Timeout 300 |
| 8 KeepAlive On | 8 KeepAlive On |
| 9 MaxKeepAliveRequests 100 | 9 MaxKeepAliveRequests 100 |
| 10 KeepAliveTimeout 15 | 10 KeepAliveTimeout 15 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 # | 143 # |
| 144 # Apple-specific filesystem protection. | 144 # Apple-specific filesystem protection. |
| 145 # | 145 # |
| 146 <Files "rsrc"> | 146 <Files "rsrc"> |
| 147 Require all denied | 147 Require all denied |
| 148 </Files> | 148 </Files> |
| 149 | 149 |
| 150 <Directory ~ ".*\.\.namedfork"> | 150 <Directory ~ ".*\.\.namedfork"> |
| 151 Require all denied | 151 Require all denied |
| 152 </Directory> | 152 </Directory> |
| OLD | NEW |