Important changes solve name conflict of md5 functions with OpenSSL lib mod_proxy, mod_cgi and other mod_*cgi fixes ssl improvements Native solaris ports fdevent handler “solaris-eventports” Downloads http://download.lighttpd.net/lighttpd/r... 続きを読む
A while back, I discussed the caching used on DailyKos with a hacked up mod_magnet and a lua script to serve up pages for anonymous users out of memcached, so it would avoid hitting the much larger mod_perl apaches on the backend running Scoo... 続きを読む
We provide both a binary and a source version. Source Lighttpd 1.4.18 + mod_h264_streaming Souces can be downloaded from svn: cd ~ svn co http://h264.code-shop.com/svn/h264/trunk/lighttpd-1.4.18 lighttpd-1.4.18 'lighttpd-1.4.18' has all the n... 続きを読む
この時期にも花粉症に苦しむ村瀬です。こんにちは。 軽量で高速な動作がウリの lighttpd ですが、動的コンテンツで大きなファイルのやり取りを行おうとするととたんにパフォーマンスが落ちるという問題があります。 この問題は、lighttpdで動的コンテンツを扱う... 続きを読む
delay request handling for stupid crawlers 11 Posted by moo Fri, 22 Aug 2008 11:50:00 GMT I’m sure you know what “Crawl-Delay” is, but you may or may not know that, not all search engine crawlers support this nice stuff. What to do for tho... 続きを読む
Catalyst::Helper::Lighty にリスタート機能つけた catalyst, lighttpd | 03:22 | typesterさんがcodereposってくれたのでリスタート機能つけたり他にも少しいじった.おかげで依存モジュール増えちゃったけどね! http://coderepos.org/share/changeset/8063 続きを読む
As it stands, the Django development team recommends mod_python to deploy your Django applications. With that in mind, they recommend using a more efficient web server for static files. These days, most people turn to web servers like Lighttp... 続きを読む
Accelerating Small File-Transfers 14 Posted by jan Sat, 27 Jan 2007 02:40:00 GMT Thanks to some help from a irc-channel (#lighttpd at irc.freenode.net) we solved another long-standing problem: As lighttpd is event-based web-server we have pro... 続きを読む
The problem Blocking operations are real problem for event based servers. Blocking IO is a good example here. Even with lighttpd 1.5 and AIO you have blocking calls like stat(). * http://blog.lighttpd.net/articles/tag/aio for more on lighty 1... 続きを読む
Faster FastCGI 26 Posted by jan Wed, 29 Nov 2006 13:02:00 GMT While I was throwing away from bogus data-copy operations from the mod-proxy-core code I stumbled over a simple question: Why do we copy the HTTP response data from the backends at... 続きを読む
lighttpd-1.5.0-r1454 ベンチマーク http://blog.lighttpd.net/articles/2006/11/15/pre-release-lighttpd-1-5-0-r1454-tar-gz にでているlighttpd 1.5.0のpre releaseを前回と同じように3KB*100万個でテスト。 結論から言うと、このlighttpdのaioの実装では小... 続きを読む
lighttpd vs Perlbal lighttpdのlinux-aioサポートの記事を読んでいて気になったので、既にaioをサポートしているPerlbalの静的コンテンツを配信するWebサーバとしての性能を調べてみた。 サーバは CPU Pen4 2.8GHz ( HyperThreading付き) Memory 512MB FedoraC... 続きを読む
PRE-RELEASE: lighttpd-1.5.0-r1435.tar.gz 5 Posted by jan Tue, 14 Nov 2006 01:37:00 GMT Yeah, really. Before you jump around and empty a barrel of beer, try to compile it first. :) Download: http://www.lighttpd.net/download/lighttpd-1.5.0-r143... 続きを読む
lighty 1.5.0 and linux-aio 14 Posted by jan Sun, 12 Nov 2006 00:56:00 GMT 1.5.0 will be a big win for all users. It will be more flexible in the handling and will have huge improvement for static files thanks to async io. The following benchm... 続きを読む
最小設定 lighttpd.conf server.document-root = "/path/to/root" server.port = 80 続きを読む
とか作った。 http://svn.unknownplace.org/public/library/perl/trunk/Catalyst-Helper-Lighttpd/ これいれると、 ./script/myapp_create.pl Lighttpd でscriptディレクトリにmyapp_lighttpd.plができる。これがlighty使ったテストサーバー。 lighttpdにPath通... 続きを読む
mod_uploadprogress is back 10 Posted by jan Tue, 01 Aug 2006 16:54:00 GMT In my ongoing efforts in restructuring the core of lighttpd for the 1.5.0 release I brought mod_uploadprogress back to life. I talked about mod_uploadprogress a long ti... 続きを読む
PRE-RELEASE: lighttpd-1.4.12-20060724-0947.tar.gz 6 Posted by jan Mon, 24 Jul 2006 12:52:00 GMT I just uploaded the 3rd pre-release of lighttpd 1.4.12: http://www.lighttpd.net/download/lighttpd-1.4.12-20060724-0947.tar.gz This pre-release sho... 続きを読む
Hash Balancing with mod_proxy_core 9 Posted by jan Wed, 19 Jul 2006 13:38:52 GMT mod_proxy and mod_proxy_core support 3 balancers to spread the load over multiple backends. One of them is Hash balancing which is very good for balancing the lo... 続きを読む