magent is a simple but useful proxy program for memcached servers.
People uses php/java client to connect to memcached server, may find following problems:
- lack of keep alive connection between client and server
- no hot backup servers
- no healthy check
Here magent emerges, try to resolve these problems.
visit magent homepage for more detail
You can download mod_mem_cache patch for lighttpd 1.4.19 from here.
patching steps:
tar xfz lighttpd-1.4.19.tar.gz; cd lighttpd-1.4.19
wget http://blog.quehy.com/doc/lighttpd-1.4.19.mod_mem_cache.patch;
patch -p0 < lighttpd-1.4.19.mod_mem_cache.patch
sh autogen.sh
then run "./configure --quiet; make" to compile your lighttpd
I backport modcache v1.4.2 to lighttpd 1.4.18 as modcache v1.4.3
Changelog:
- fix bug on handle of fetchall-for-range-request option
- new 'flv_streaming' option to work with mod_flv_streaming module
I update examples to demonstrate how mod_cache works with mod_flv_streaming.
Changelog:
- upgrade lighttpd 1.5 to r1922
- put splaytree.c into mod_cache.c
- fix memory leak on handler_ctx usage
- fix memory leak on splaytree_splay usage
Hope you guys like it.
changelog:
- updated to lighttpd 1.5.0 r1811
- status page for mod_status added
- cache.ignore-hostname added
- bugfix for checking cachehd file
