mod_sed is an apache module that embeds a copy of the sed(1) command. This means that you can automatically filter data without having to spawn a CGI process.
It probably doesn't have a lot of practical use, but I wrote it anyway. The main purpose was for me to learn how to write an apache module.