aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_cache.xml
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2006-12-19 21:20:19 +0000
committerSeth Mos <seth.mos@xs4all.nl>2006-12-19 21:20:19 +0000
commit92d04b4b8ae266fef55700651525b1203674ae3c (patch)
tree05f57a7daa1ba8e1333149cd2cd61dfc83bf881f /packages/squid_cache.xml
parent756a43116b67fc757556ee908c83275bf13ab0a8 (diff)
downloadpfsense-packages-92d04b4b8ae266fef55700651525b1203674ae3c.tar.gz
pfsense-packages-92d04b4b8ae266fef55700651525b1203674ae3c.tar.bz2
pfsense-packages-92d04b4b8ae266fef55700651525b1203674ae3c.zip
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
Diffstat (limited to 'packages/squid_cache.xml')
-rw-r--r--packages/squid_cache.xml9
1 files changed, 9 insertions, 0 deletions
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 @@
<default_value>100</default_value>
<type>input</type>
</field>
+ <field>
+ <fielddescr>Hard disk cache location</fielddescr>
+ <fieldname>harddisk_cache_location</fieldname>
+ <description>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</description>
+ <required/>
+ <default_value>/var/squid/cache</default_value>
+ <size>60</size>
+ <type>input</type>
+ </field>
<field>
<fielddescr>Memory cache size</fielddescr>
<fieldname>memory_cache_size</fieldname>