| Name | static binary size | GET | CGI | keep-alive | virtual hosting | remarks |
|---|---|---|---|---|---|---|
| fnord | 13k/18k | yes | yes | yes | yes | the reference ;) |
| ghttpd | 37k | yes | GET only | no | yes | found a buffer overflow with the first grep |
| cherokee | 14k | yes | no | no | no | Two orders of magnitude slower than fnord on my laptop |
您好
小弟對 lightweight web server 很有興趣
因為前一陣子買了一台 Kuro-Box/HG
感覺硬體不是很夠力
以我古早的印象 宣稱是lightweight的有
thttpd, mathopd, boa, monkey httpd, thy...
我目前使用 mathopd + fast-cgi + php4
雖不知道該如何準確測試 但總覺得不夠快
而lighttpd上面的benchmark拿掉了mathopd
所以也不知道該如何選擇
不知道您建議使用哪一個web server?
在系統很陽春的情況下(powerpc266 + 128M RAM)
謝謝
To eggice,
你的硬體其實 *太快了*,該考量的反而是 web suite 的組合與適用性的議題,還有,你的 web application 的類型也很重要。因為多數的開發人員勢必先在 Desktop 作先期開發,對 resource 的掌握不甚有概念,這是相當危險的議題,問題並非在 web server 本身。
由 jserv 發表於 February 23, 2006 01:28 PM的確, 我是跑lifetype 1.0.3
頗有膛臂擋車的感覺
我會試試其他的blog系統
多謝你 讓我有正確的方向
受教了..
fnord對soft link有個奇怪的問題(或者不算是問題…)
只能接受一層,不接受第二層的。
例如:
/webroot/default/index.html -> /home/blc/www/index.html -> /home/www/normal.html
這時只會解到/home/blc/www/index.html,並出現該檔案找不到的訊息…
而且在網址列會出現http://myip/home/blc/www/index.html的位置…
設定上不知道能不能改…
由 blc 發表於 April 9, 2006 03:31 PM我錯了…那是chroot的效果…
由 blc 發表於 April 9, 2006 10:46 PM