acidrain
Executive Member
Hi guys,
I currently have a problem trying to setup disk caching on my squid server. Whenever i enable disk caching the proxy suddenly denies all access and I can't seem to figure out why, disk cache settings seen below.
If i comment those two lines, the proxy once again allows access. My access list is as follows:
Any help with setting this help would be much appreciated. I think by default there is caching up to 100MB but this is a bit small.
Thanks
I currently have a problem trying to setup disk caching on my squid server. Whenever i enable disk caching the proxy suddenly denies all access and I can't seem to figure out why, disk cache settings seen below.
Code:
cache_replacement_policy lru
cache_dir ufs /var/spool/squid 26666 20 256
If i comment those two lines, the proxy once again allows access. My access list is as follows:
Code:
http_access allow localhost
http_access allow password goodsites
# And finally deny all other access to this proxy
http_access deny all
Any help with setting this help would be much appreciated. I think by default there is caching up to 100MB but this is a bit small.
Thanks