| OLD | NEW |
| 1 ServerTokens OS | 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 MaxKeepAliveRequests 100 | 9 MaxKeepAliveRequests 999 |
| 10 KeepAliveTimeout 15 | 10 KeepAliveTimeout 999 |
| 11 | 11 |
| 12 MinSpareServers 1 | 12 MinSpareServers 1 |
| 13 MaxSpareServers 5 | 13 MaxSpareServers 5 |
| 14 StartServers 1 | 14 StartServers 1 |
| 15 MaxClients 150 | 15 MaxClients 150 |
| 16 MaxRequestsPerChild 100000 | 16 MaxRequestsPerChild 100000 |
| 17 | 17 |
| 18 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so | 18 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so |
| 19 LoadModule authz_core_module modules/mod_authz_core.so | 19 LoadModule authz_core_module modules/mod_authz_core.so |
| 20 LoadModule authz_host_module modules/mod_authz_host.so | 20 LoadModule authz_host_module modules/mod_authz_host.so |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 # | 141 # |
| 142 # Apple-specific filesystem protection. | 142 # Apple-specific filesystem protection. |
| 143 # | 143 # |
| 144 <Files "rsrc"> | 144 <Files "rsrc"> |
| 145 Require all denied | 145 Require all denied |
| 146 </Files> | 146 </Files> |
| 147 | 147 |
| 148 <Directory ~ ".*\.\.namedfork"> | 148 <Directory ~ ".*\.\.namedfork"> |
| 149 Require all denied | 149 Require all denied |
| 150 </Directory> | 150 </Directory> |
| OLD | NEW |