若要在 NetWare 上獲得 ZENworks 中間層伺服器的最佳效能,您必須將 Apache Web 伺服器 ThreadsPerChild 組態參數從預設 50 變更為 512。
若要最佳化 NetWare 6 x 上的 Apache Web 伺服器,您需要編輯 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。