Re: output filter
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 28, 2010 at 10:27 AM, <[email protected]> wrote: > I want to add some Expire: and Cache-Control: headers to make > downstream cacheserver to cache the pages. > Though they are dynamic pages, but I think they are safe to be cachable. If you're generating them with mod_perl, you can just set the headers in your response handler. You only need an output filter if some of them are coming from another source, like PHP. - Perrin