On 11/8/06, cristi <[EMAIL PROTECTED]> wrote:
Hello all

I have set up as a caching reverse proxy. Is there any way
to invalidate the cache in order to force apache to make the
requests to the origin server ?

Sure.  See the HTTP spec for the details of what the client can
request as far as caching.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13

In particular, I'd guess
Cache-Control: max-age:0
would probably work as an HTTP request header.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to