| OLD | NEW |
| 1 ServerTokens Prod |
| 1 ServerRoot "/usr" | 2 ServerRoot "/usr" |
| 2 | 3 |
| 3 LockFile "/tmp/WebKit/httpd.lock" | 4 LockFile "/tmp/WebKit/httpd.lock" |
| 4 PidFile "/tmp/WebKit/httpd.pid" | 5 PidFile "/tmp/WebKit/httpd.pid" |
| 5 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" | 6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
| 6 | 7 |
| 7 Timeout 300 | 8 Timeout 300 |
| 8 KeepAlive On | 9 KeepAlive On |
| 9 MaxKeepAliveRequests 100 | 10 MaxKeepAliveRequests 999 |
| 10 KeepAliveTimeout 15 | 11 KeepAliveTimeout 999 |
| 11 | 12 |
| 12 MinSpareServers 1 | 13 MinSpareServers 1 |
| 13 MaxSpareServers 5 | 14 MaxSpareServers 5 |
| 14 StartServers 1 | 15 StartServers 1 |
| 15 MaxClients 150 | 16 MaxClients 150 |
| 16 MaxRequestsPerChild 100000 | 17 MaxRequestsPerChild 100000 |
| 17 | 18 |
| 18 LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so | 19 LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so |
| 19 LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so | 20 LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so |
| 20 LoadModule include_module /usr/lib/apache2/modules/mod_include.so | 21 LoadModule include_module /usr/lib/apache2/modules/mod_include.so |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 Order allow,deny | 148 Order allow,deny |
| 148 Deny from all | 149 Deny from all |
| 149 Satisfy All | 150 Satisfy All |
| 150 </Files> | 151 </Files> |
| 151 | 152 |
| 152 <Directory ~ ".*\.\.namedfork"> | 153 <Directory ~ ".*\.\.namedfork"> |
| 153 Order allow,deny | 154 Order allow,deny |
| 154 Deny from all | 155 Deny from all |
| 155 Satisfy All | 156 Satisfy All |
| 156 </Directory> | 157 </Directory> |
| OLD | NEW |