
perrin at elem
Aug 29, 2008, 2:51 PM
Post #2 of 2
(607 views)
Permalink
|
On Fri, Aug 29, 2008 at 4:26 PM, Will Fould <willfould [at] gmail> 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
|