Just your average everyday Apache module. Currently the only external dependency is Tim Bray's GenX library, which you can grab here: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus Once you have GenX compiled, you can run configure like this: $ ./configure --with-apxs=/path/to/apxs --with-genx=/path/to/genx Then build and install with something like: $ make && make install Then just add the following line to httpd.conf and you're all set. LoadModule speedyfeed_module modules/mod_speedyfeed.so Please direct any questions to the author, Garrett Rooney