OLD | NEW |
| 1 ServerTokens Prod |
1 ServerType standalone | 2 ServerType standalone |
2 | 3 |
3 ServerRoot "/usr" | 4 ServerRoot "/usr" |
4 LockFile "/tmp/WebKit/httpd.lock" | 5 LockFile "/tmp/WebKit/httpd.lock" |
5 PidFile "/tmp/WebKit/httpd.pid" | 6 PidFile "/tmp/WebKit/httpd.pid" |
6 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" | 7 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
7 | 8 |
8 ResourceConfig /dev/null | 9 ResourceConfig /dev/null |
9 AccessConfig /dev/null | 10 AccessConfig /dev/null |
10 | 11 |
11 Timeout 300 | 12 Timeout 300 |
12 KeepAlive On | 13 KeepAlive On |
13 MaxKeepAliveRequests 100 | 14 MaxKeepAliveRequests 999 |
14 KeepAliveTimeout 15 | 15 KeepAliveTimeout 999 |
15 | 16 |
16 MinSpareServers 1 | 17 MinSpareServers 1 |
17 MaxSpareServers 5 | 18 MaxSpareServers 5 |
18 StartServers 1 | 19 StartServers 1 |
19 MaxClients 150 | 20 MaxClients 150 |
20 MaxRequestsPerChild 100000 | 21 MaxRequestsPerChild 100000 |
21 | 22 |
22 LoadModule config_log_module lib/apache/mod_log_config.dll | 23 LoadModule config_log_module lib/apache/mod_log_config.dll |
23 LoadModule mime_module lib/apache/mod_mime.dll | 24 LoadModule mime_module lib/apache/mod_mime.dll |
24 LoadModule negotiation_module lib/apache/mod_negotiation.dll | 25 LoadModule negotiation_module lib/apache/mod_negotiation.dll |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 Order allow,deny | 167 Order allow,deny |
167 Deny from all | 168 Deny from all |
168 Satisfy All | 169 Satisfy All |
169 </Files> | 170 </Files> |
170 | 171 |
171 <Directory ~ ".*\.\.namedfork"> | 172 <Directory ~ ".*\.\.namedfork"> |
172 Order allow,deny | 173 Order allow,deny |
173 Deny from all | 174 Deny from all |
174 Satisfy All | 175 Satisfy All |
175 </Directory> | 176 </Directory> |
OLD | NEW |