Re: output filter

2010-01-29 Thread William T
On Thu, Jan 28, 2010 at 11:46 PM, wrote: > BTW, though we are still using modperl for developing some applications. > But it seems other instead technologies are becoming more and more > popular, like PHP,Django,Rails etc. > Is modperl  outdated in today? I don't know that PHP is becoming more p

Re: output filter

2010-01-28 Thread moli
Thanks all. Yes the whole pages are generated from mod_perl not PHP. BTW, though we are still using modperl for developing some applications. But it seems other instead technologies are becoming more and more popular, like PHP,Django,Rails etc. Is modperl outdated in today? Regards.

Re: output filter

2010-01-28 Thread Perrin Harkins
On Thu, Jan 28, 2010 at 10:27 AM, 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 i

Re: output filter

2010-01-28 Thread Torsten Förtsch
On Thursday 28 January 2010 16:27:29 m...@normalperson.e4ward.com wrote: > How to set the filter for some output headers? > 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 cac