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
es affects only responses that do not contain an explicit expiry date. -ascs From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:02 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache reverse and caching proxy Hello

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

[EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
Hello all, I'm retrying my configuration for a caching proxy server which flushes the cache on the modification time of the files. However, It doesn't seem to work anymore. The files get cached but are not refreshed on a touch of the file on the source server. Not sure what I changed that it do