On Sat, Jun 28, 2008 at 11:40 PM, Roy M. <[EMAIL PROTECTED]> wrote:

>
> You have a blog application, and use Squid as reverse proxy to cache
> the dynamic pages.
>

How do you cache the dynamic pages? ignore Cache-Control: private
headers or something like that?

I once used mod_rewrite to rewrite some dynamic pages to fake-static pages, ie,

rewrite a public page:
/path/xyz.abc.html
to apache's internal php page:
/path/abc.php?arg=xyz

and squid can cache them correctly.

-- 
Regards,
Jeff. - [EMAIL PROTECTED]

Reply via email to