我安装了WAMP,并在我的Windows 7机箱上使用Apache 2.2.17.有很多箱子连接到它要求工作等.
据说,apache服务器两次撞到我身上
[warn] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
Run Code Online (Sandbox Code Playgroud)
我搞砸了httpd-mpm,这是我在该文件中的当前配置
#
# Server-Pool Management (MPM specific)
#
#
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
# Note that this is the default PidFile for most MPMs.
#
<IfModule !mpm_netware_module>
PidFile "logs/httpd.pid"
</IfModule>
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
<IfModule !mpm_winnt_module> …Run Code Online (Sandbox Code Playgroud)