>>>>> "Jean-Michel" == Jean-Michel Hiver <[EMAIL PROTECTED]> writes:
Jean-Michel> However certain dynamic pages remain uncached, such as: Jean-Michel> http://mkdoc.com/.sitemap.html Jean-Michel> http://mkdoc.com/.print.html Jean-Michel> What I need is a generic apache handler which would cache any HEAD and Jean-Michel> GET methods for a configurable amount of time, and let the POST methods Jean-Michel> through. Generally, about the time you get to caching, you also want a split server. I'm successfully using a thin-caching-front, thick-mod_perl-back split server, where both docroots point at the same tree. The advantage is that I can quickly decide that something can be served entirely from the front. I can also implement various caching policies in the back with mod_expires. It's quite sweet. By the way, these are both running on the same box, and I still see serious advantages. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html