mod_pony

published

Rich has spoken a number of times about the elusive Apache module mod_pony. This module does nothing more than render an ASCII art image of a pony to the browser. Rich jokingly refers to this as one of the better things you can do with your Apache web server in his “20 Things You Didn’t Know You Could Do With Your Apache Web Server” presentation. Unfortunately, mod_pony doesn’t actually exist, and the half-hearted attempts to bring it into existence resulted in various segmentation faults and other server crashes.

Until today!

Rich has announced the release of mod_pony! It’s a simple Apache module, and is super easy to build from source. Unfortunately, Rich has a low opinion of Debian, so his installation instructions are insufficient for that distribution. Here’s what I did to get mod_pony running on skippy.net:

Then, put this in your .htaccess file:

Note: I’m using mod_vhost_alias for my virtual hosting configuration, which means I can’t use the <Location> directive in a configuration file in the same way as described in the mod_pony source. Thus, I’m using the .htaccess mechanism to display my pony.


home / about / archive / RSS