Cherokee 號稱是目前最快的 Web 服務器軟體,在性能上,甚至比 Nginx 還略勝一籌。 與 HTTP://www.aliyun.com/zixun/aggregation/14417.html">Apache、LigHTTPd、Nginx 等其他同類軟體的對比,大家不妨看看這個測試頁面 (HTTP:// www.cherokee-project.com/benchmarks.html)。 其易用性做得也很不錯。
Cherokee 的功能包括支援 FastCGI、SCGI、PHP、CGI、TLS 及 SSL 加密連接,虛擬主機,授權認證,即時編碼,載入均衡,與 Apache 相容的 log 檔等等。
Cherokee 內含一個名為 cherokee-admin 的工具,執行後,允許管理員直接通過瀏覽器進入 HTTP://localhost:9090/ 對其進行管理和配置。 比如,開啟或關閉伺服器,進行一般選項的設定,配置虛擬伺服器、資訊源、圖示、Mime 類型等專案。
Cherokee is really really fast. The speed at which any web server can serve requests for content is both directly tied to and limited by the I/O speed of underlying hardware and operating system. In this regard, a web server's performance is measured by the latency incurred after an I/O request to the underlying syst em has completed.
The primary objective of the Cherokee project is to reduce to zero the latency incurred between the time a dynamic or stat ic system I/O request has completed and the time the resulting content is served to the requesting client. Admittedly, a very tough goal to reach.
Changes:
1. Adds support for X-Sendfile and X-Accel-Redirect in the reverse HTTP proxy.
2. It also reimplements the previous shared memory usage, so it no longer depends on System... V SHM, which will be very convenient for BSD users.
3. Support for RegEx groups was added to the Virtual Server regular expression matching module, so redirections can use su bstitutions from the hostname.
4. It also adds support for OpenBSD in the system status meters.
5. Many wizards were improved and a few bugs were fixed.
強烈建議升級!!!
0.9.44 版本修復!
在性能上,甚至比Nginx還略勝一籌。 該版本修正了大檔上傳支援的一個小問題,修正了UTF-8請求處理的問題;實現了一些HTTP回應的代碼和方法,對接SVN的反向代理外掛程式;糾正了文檔的一些錯字,強烈建議升級。