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