mirror of https://github.com/midoks/mdserver-web
parent
c3c4671f76
commit
b8b2349b6c
@ -0,0 +1,57 @@ |
||||
<IfModule !mpm_netware_module> |
||||
PidFile "logs/httpd.pid" |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_prefork_module> |
||||
StartServers 5 |
||||
MinSpareServers 5 |
||||
MaxSpareServers 10 |
||||
MaxRequestWorkers 250 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_worker_module> |
||||
StartServers 3 |
||||
MinSpareThreads 75 |
||||
MaxSpareThreads 250 |
||||
ThreadsPerChild 25 |
||||
MaxRequestWorkers 400 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_event_module> |
||||
StartServers 3 |
||||
MinSpareThreads 75 |
||||
MaxSpareThreads 250 |
||||
ThreadsPerChild 25 |
||||
MaxRequestWorkers 400 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_netware_module> |
||||
ThreadStackSize 65536 |
||||
StartThreads 250 |
||||
MinSpareThreads 25 |
||||
MaxSpareThreads 250 |
||||
MaxThreads 1000 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_mpmt_os2_module> |
||||
StartServers 2 |
||||
MinSpareThreads 5 |
||||
MaxSpareThreads 10 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule mpm_winnt_module> |
||||
ThreadsPerChild 150 |
||||
MaxConnectionsPerChild 0 |
||||
</IfModule> |
||||
|
||||
<IfModule !mpm_netware_module> |
||||
MaxMemFree 2048 |
||||
</IfModule> |
||||
<IfModule mpm_netware_module> |
||||
MaxMemFree 100 |
||||
</IfModule> |
||||
Loading…
Reference in new issue