apache,php性能优化

from:  http://www.codesky.net/article/201101/149184.html html

1 spa

httpd.conf .net

<IfModule prefork.c> code

StartServers      5 
MinSpareServers    5
MaxSpareServers   10
ServerLimit     1023
MaxClients      768
MaxRequestsPerChild  0
</IfModule> htm

get

相关文章
相关标签/搜索