RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
uests that need to be forwarded all the way to the source. BR -ascs From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:27 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache reverse and caching proxy Hello Axel

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Axel-Stéphane SMORGRAV
d all the way to the source. BR -ascs From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:27 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache reverse and caching proxy Hello Axel-Stéphane, If I can follow

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Joshua Slive
On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello Joshua, > > I can follow what you are saying. Can I force this header inclusion for > static file serving? Header add Cache-Control must-revalidate on the origin server. Joshua.

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
rg To cc Subject RE: [EMAIL PROTECTED] Apache reverse and caching proxy The mod_expires that you activate with "ExpiresActive On" will add an Expires header to the responses sent to the client. It does nothing for Apache cache expiration. It does however have an e

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
[EMAIL PROTECTED] Apache reverse and caching proxy On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When inspecting the debug logs and the http headers, all files get cached at > the proxy. However when I change the modification time of the files on the > source serve

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Axel-Stéphane SMORGRAV
The mod_expires that you activate with "ExpiresActive On" will add an Expires header to the responses sent to the client. It does nothing for Apache cache expiration. It does however have an effect on the expiration of downstream caches, in your case probably on the User Agent cache. For cache

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Joshua Slive
On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When inspecting the debug logs and the http headers, all files get cached at > the proxy. However when I change the modification time of the files on the > source servers, the cache doesn't get updated. Thus still serving the old > version