  |
mod_bandwidth - http://www.cohprog.com/mod_bandwidth.html
enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain. |
  |
mod_ruby - http://www.modruby.net/
Embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. |
  |
mod_rewrite: A Beginners Guide - http://www.workingwith.me.uk/articles/scripting/mod_rewrite/
Covers the basics necessary for rewriting, through the use of examples. Includes how to see if the Apache module is installed, rule structure and how conditions are used. |
  |
mod_rewrite Reference - http://www.apacheref.com/ref/mod_rewrite.html
Quick reference to mod_rewrite's configuration directives. |
  |
mod_gunzip - http://www.innerjoin.org/apache-compression/howto.html
Lets Apache decompress gzipped files before serving them to browsers that cannot. |