Search squid archive

cache deny and the 'public' token

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




In reverse-proxy setup, I would like to prevent requests authenticated via cookies from being cached while retaining the ability of the Cache- Control: public token to override this behavior as if were a regular authenticated request.

Will the following work?

  acl public rep_header Cache-Control public
  cache allow public

  acl auth_cookie req_header Cookie -i  auth=
  cache deny auth_cookie

Ric



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux