On 11/8/06, cristi <cristi@xxxxxxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx