On Fri, Aug 29, 2008 at 4:26 PM, Will Fould <[EMAIL PROTECTED]> wrote: > Assuming my code can look in an existing database/memcache with the > requested URI segment, can someone suggest the lightest/fastest ways to > accomplish this or provide a decent link to a better discussion?
Some options: - mod_rewrite - PerlTransHandler - PerlResponseHandler that sends the actual file If you can use mod_rewrite, that's the lightest option. - Perrin