Lee,
> We have some web developers using our squid. The site they are developing
> uses Flash and asp. I added the lines below to the squid.conf, but they
> still say that the squid is caching it! Very hard to see the new updates to
> the site. Is there a problem with this or caching future Flash stuff?
> What would the optimum Document expiration age fraction be for this?
>
> acl THEWEBSITE url_regex ^http://www.thewebsite.com$
>
> no_cache deny THEWEBSITE
by using both ^ and $ you are doing an exact match for
http://www.thewebsite.com. Try changing it to:
acl THEWEBSITE url_regex ^http://www.thewebsite.com
or even try:
acl THEWEBSITE dst www.thewebsite.com
(which I guess may cause some other sites to not be cache if they are
virtual hosted on the same IP address).
Hope this helps,
Neil.
-- Neil Hillard hillardn@whl.co.uk Westland Helicopters Ltd. http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd.Received on Mon Jan 07 2002 - 06:31:33 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:39 MST