Apache HTTP最新官方配置(中译版[2])[2]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 bigball 的 blog

#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)

本文关键:Apache HTTP最新官方配置(中译版[2])
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top