computer

apache http.conf 파일

Choi May 2016. 8. 8. 16:58
<IfModule prefork.c>
StartServers        20
MinSpareServers      5
MaxSpareServers     10
MaxClients         256
MaxRequestsPerChild  10000
</IfModule>