#keepalivetimeout:在同一个客户连接中,等待下一个请求的等待时间。
keepalivetimeout 15
##
## server-pool size regulation (mpm specific)
## 常规server-pool服务器池的大小(每分钟m数)
# winnt mpm winnt 的mpm
# threadsperchild: constant number of worker threads in the server process
threadperchild:服务器进程中工作的线程数量
# maxrequestsperchild: maximum number of requests a server process serves
每个服务进程的最大请求数
<ifmodule mpm_winnt.c>
threadsperchild 250
maxrequestsperchild 0
</ifmodule>
#
# listen: allows you to bind apache to specific ip addresses and/or
# ports, instead of the default. see also the <virtualhost>
# directive.
#listen:允许你将apache绑定到指定的ip地址或端口,而不是默认端口,请同时参考<virtualhost>指令
# change this to listen on specific ip addresses as shown below to
# prevent apache from glomming onto all bound ip addresses (0.0.0.0)