apache,php性能优化

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

1

httpd.conf

<IfModule prefork.c>

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

你可能感兴趣的:(apache,PHP,性能)