Re: [users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-21 Thread Nicolas Daniels
Hi, Isnt it what CacheStorePrivate is for? I tried with this option only, it doesn't work. Seems correct as the docs says: Ordinarily, responses with Cache-Control: private header values will not be stored in the cache. The |CacheStorePrivate| directive allows this behavior to be

Re: [users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-20 Thread Igor Cicimov
On 18/02/2013 10:55 PM, Nicolas Daniels nicolas.dani...@swing.be wrote: Hello, Ok I figured out how to allow caching for authenticated urls: adding Cache-Control header with public option do the trick. Isnt it what CacheStorePrivate is for? Now I still have the problem that the cache key is

[users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-18 Thread Nicolas Daniels
Hello, Ok I figured out how to allow caching for authenticated urls: adding Cache-Control header with public option do the trick. Now I still have the problem that the cache key is built upon the url BEFORE the rewrite occurs. Is it possible to change this behavior ? I tried with