Title: Error Configuration cache squid Post by: brulinux on Wednesday 21 April 2010, 12:06:02 am Hi,
I am setting up the cache on the proxy, fill the field " Maximum object size (MB) * "= 10000, but in the squid.conf file this value is as KB and not MB. example: # max/min object size maximum_object_size 10000 KB minimum_object_size 0 KB Title: Re: Error Configuration cache squid Post by: brulinux on Wednesday 21 April 2010, 12:38:48 am I solved the problem by editing the file:
vi /etc/squid/squid.conf.tmpl Change the lines: # max/min object size maximum_object_size $MAX_SIZE KB minimum_object_size $MIN_SIZE KB to: # max/min object size maximum_object_size $MAX_SIZE MB minimum_object_size $MIN_SIZE MB Where to record it for the new version does not come up with this error? |