最近的Apache假死的问题总算找到了
应该是优化的问题,我的相关参数如下:
<IfModule mpm_prefork_module>
    Win32DisableAcceptEx
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    ThreadsPerChild 250
    MaxRequestsPerChild   0
</IfModule>Timeout 300
KeepAlive On
MaxKeepAliveRequests 500
KeepAliveTimeout 5
UseCanonicalName Off
AccessFileName .htaccess
ServerTokens Full
ServerSignature On
HostnameLookups Off大家看看有什么问题没