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
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
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.
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
[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
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
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