Entries (RSS)  |  Comments (RSS)

Announcing mod_memcache_block

Posted by John Adams on May 7th, 2009

I’m announcing the release of mod_memcache_block, a distributed IP blocking system for Apache, with rate limiting based on HTTP request code.
For many years I’ve had a need for a module like this — A distributed blocking system which could operate across large web serving clusters and register hits in a central store. With rate limiting, [...]

Read Full Post  |  Comments

Announcing the release of Mod_Telemetry

Posted by John Adams on July 9th, 2008

I’m releasing my apache module which has been extremely helpful to me in performance tracking, and large site analysis.
mod_telemetry keeps track of all URLs on your site and how long it takes your server to deliver each request. It reports these by using a status handler (like Apache’s /server-status) to display real-time status information about [...]

Read Full Post  |  Comments