You might also want to check into mod_perl.
Rails isn't really an apache module like mod_perl. Its an MVC webframework like Java's Struts. Perl has a new implementation that's coming into play called Catalyst (http://www.perl.com/pub/a/2005/06/02/catalyst.html), but I haven't tried it out yet.
Aaron