On Fri, Feb 13, 2009 at 10:52 PM, <jpen...@aol.com> wrote: > I wish to cache a full dynamic application like Web Services (SOAP). > I was thinking if it's possible to make a proxy with modperl to do that > caching?
You could write a filter to do that, but you don't need to. Just use the mod_cache stuff apache httpd. - Perrin