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 [...]
Tags: apache
Gilbert Taiwan » Blog Archive » Apache 之謎樣 ServerLimit 指令 (directive)
最近某個客戶網站的流量暴增,需要將 Apache 的 MaxClients 調高以應付暴增的連線數。
調高之後先用 apachectl configtest 測試一下,結果出現以下的訊息:
Categories: Linux
Tags: apache
Apache 中 KeepAlive 配置的合理使用 – PHP安裝配置 – PHP5研究室
在 Apache 服務器中,KeepAlive 是一個布爾值,On 代表打開,Off 代表關閉,這個指令在其他眾多的 HTTPD 服務器中都是存在的。
Tags: apache
