| OLD | NEW |
| 1 ServerTokens Prod | 1 ServerTokens Prod |
| 2 ServerRoot "/usr/lib/httpd" | 2 ServerRoot "/usr/lib/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 # Setting this value too low may change header size sometimes making flakey test
s. | 9 # Setting this value too low may change header size sometimes making flakey test
s. |
| 10 MaxKeepAliveRequests 0 | 10 MaxKeepAliveRequests 0 |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 # | 142 # |
| 143 # Apple-specific filesystem protection. | 143 # Apple-specific filesystem protection. |
| 144 # | 144 # |
| 145 <Files "rsrc"> | 145 <Files "rsrc"> |
| 146 Require all denied | 146 Require all denied |
| 147 </Files> | 147 </Files> |
| 148 | 148 |
| 149 <Directory ~ ".*\.\.namedfork"> | 149 <Directory ~ ".*\.\.namedfork"> |
| 150 Require all denied | 150 Require all denied |
| 151 </Directory> | 151 </Directory> |
| OLD | NEW |