Chris Nandor wrote: >At 23:57 -0700 2001.07.31, Perrin Harkins wrote: > >>Is the html caching done at the page level? I've started working on a >>page caching module (Apache::PageCache?) that is a generalization of >>what Matt does in AxKit. It would use a PerlTransHandler to decide if >>requests can be served from the static file cache or not, and an >>Apache::Filter module to capture output from uncached requests and place >>it in the cache. >> > >When will this module be ready? I want it! :) >
Ultimately, a caching proxy server is better. This will mostly be for people who want to experiment with page caching in an easy way. I don't have an ETA for it yet, but I'll post an RFC on the mod_perl list when it works. - Perrin
