为中间层服务器优化 Apache 万维网服务器

要获得 NetWare 上的 ZENworks 中间层服务器的最佳性能,必须将 Apache 万维网服务器的配置参数 ThreadsPerChild 从默认的 50 更改为 512。

优化 NetWare 6 上的 Apache 万维网服务器,需要编辑 adminserv.conf 文件中的 ThreadsPerChild 参数。您可以在 sys:\apache\conf 文件夹中找到该文件。文件中最初的几个配置参数如下:

ServerType standalone 
ServerRoot "sys:/apache"
PidFile logs/httpd.pid
ScoreBoardFile logs/apache_status
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
ThreadsPerChild 50

将 ThreadsPerChild 参数值由 50 更改为 512。