Posts Tagged ‘apache’

原文: Apache Performance Tuning

Forewarning:

“Premature optimization is the root of all evil.” — Donald Knuth.

…in other words, don’t implement in extra complexity if you don’t need it. A site handling a few thousand requests per day will do fine on a default configuration and just about any hardware. This article is geared towards a site that [...]

Tuesday, May 4th, 2010 at 14:37 | 0 comments
Categories: Linux, 電腦網路
Tags:

Gilbert Taiwan » Blog Archive » Apache 之謎樣 ServerLimit 指令 (directive)
最近某個客戶網站的流量暴增,需要將 Apache 的 MaxClients 調高以應付暴增的連線數。
調高之後先用 apachectl configtest 測試一下,結果出現以下的訊息:

Monday, November 9th, 2009 at 02:16 | 0 comments
Categories: Linux
Tags:

Apache 中 KeepAlive 配置的合理使用 – PHP安裝配置 – PHP5研究室
在 Apache 服務器中,KeepAlive 是一個布爾值,On 代表打開,Off 代表關閉,這個指令在其他眾多的 HTTPD 服務器中都是存在的。

Tuesday, April 14th, 2009 at 15:30 | 0 comments
Tags:
TOP