From 92d04b4b8ae266fef55700651525b1203674ae3c Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 19 Dec 2006 21:20:19 +0000 Subject: Last few commits have been in no particular order: - remove stopping and starting of squid on reconfiguration. use squid -k reconfigure instead. - stop killing and starting the proxy_monitor.sh script. It's not needed. - Always allow the webgui port for access, otherwise you could lock yourself from the gui. - Add cache location option. If you have another disk to store them on. - Fix input validation on a number of gui items. - Transparent and normal proxy mode now work. - Fix throttling. TEST - Authentication UNTESTED I think we are good for another public test attempt --- packages/squid_cache.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/squid_cache.xml') diff --git a/packages/squid_cache.xml b/packages/squid_cache.xml index 05f56c45..9b6f3f8f 100644 --- a/packages/squid_cache.xml +++ b/packages/squid_cache.xml @@ -43,6 +43,15 @@ 100 input + + Hard disk cache location + harddisk_cache_location + This is the directory where the cache will be stored. (note: do not end with a /). If you change this location, squid needs to make a new cache, this could take a while + + /var/squid/cache + 60 + input + Memory cache size memory_cache_size -- cgit v1.2.3