Re: [users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Alexander Barth
On Tue, Jul 14, 2015 at 12:32 PM, Nick Kew wrote: > On Tue, 2015-07-14 at 09:22 +0200, Alexander Barth wrote: > > > . The problem is that mod_cache ask to the python script if the > > version from the 9 July can be revalidate (instead of its own more > > recent version from the 13 July). > > You

Re: [users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Nick Kew
On Tue, 2015-07-14 at 09:22 +0200, Alexander Barth wrote: > . The problem is that mod_cache ask to the python script if the > version from the 9 July can be revalidate (instead of its own more > recent version from the 13 July). You mean, mod_cache is passing the Client's header to the backend, w

[users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Alexander Barth
Hi, I have a python script which generates dynamic web pages and I want to use mod_cache (and mod_cache_disk) to speed up the access to this page. The python program uses the "If-Modified-Since", "Last-Modified" and the "Cache-Control" headers. Revalidation is very fast for the python program, the