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