From 9f2521ca8351e454e03193ddccbf5eb2166ec1fd Mon Sep 17 00:00:00 2001 From: Daniel Stefan Haischt Date: Sat, 1 Sep 2007 04:10:13 +0000 Subject: * added copyright header to each file * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files --- packages/squid-head/squid.xml | 114 +++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'packages/squid-head/squid.xml') diff --git a/packages/squid-head/squid.xml b/packages/squid-head/squid.xml index 04a06829..67f4c2aa 100644 --- a/packages/squid-head/squid.xml +++ b/packages/squid-head/squid.xml @@ -1,4 +1,5 @@ + @@ -44,41 +45,11 @@ Describe your package here Describe your package requirements here Currently there are no FAQ items provided. + squid + none + Proxy server: General settings squid.inc - - - http://www.pfsense.org/packages/config/squid.inc - - - http://www.pfsense.org/packages/config/squid_cache.xml - - - http://www.pfsense.org/packages/config/squid_nac.xml - - - http://www.pfsense.org/packages/config/squid_traffic.xml - - - http://www.pfsense.org/packages/config/squid_upstream.xml - - - http://www.pfsense.org/packages/config/squid_auth.xml - - - http://www.pfsense.org/packages/config/squid_users.xml - - - http://www.pfsense.org/packages/All/squid_monitor.sh - /usr/local/bin/ - 0755 - - - squid_install_command(); - - - squid_deinstall_command(); - Web proxy cache Modify the web proxy cache's settings @@ -87,14 +58,10 @@ Squid - Web proxy cache. squid.sh squid + Web proxy cache. - - - squid - Proxy server: General settings General settings @@ -126,81 +93,108 @@ /pkg.php?xml=squid_users.xml + + + http://www.pfsense.org/packages/config/squid.inc + + + http://www.pfsense.org/packages/config/squid_cache.xml + + + http://www.pfsense.org/packages/config/squid_nac.xml + + + http://www.pfsense.org/packages/config/squid_traffic.xml + + + http://www.pfsense.org/packages/config/squid_upstream.xml + + + http://www.pfsense.org/packages/config/squid_auth.xml + + + http://www.pfsense.org/packages/config/squid_users.xml + + + /usr/local/bin/ + 0755 + http://www.pfsense.org/packages/All/squid_monitor.sh + - active_interface Proxy interface + active_interface The interface(s) the proxy server will bind to. - lan - interfaces_selection + + lan - allow_interface Allow users on interface + allow_interface If this field is checked, the users connected to the interface selected in the 'Proxy interface' field will be allowed to use the proxy, i.e., there will be no need to add the interface's subnet to the list of allowed subnets. This is just a shortcut. - on - checkbox + + on - transparent_proxy Transparent proxy + transparent_proxy If transparent mode is enabled, all requests for destination port 80 will be forwarded to the proxy server without any additional configuration necessary. - checkbox + - log_enabled Enabled logging + log_enabled This will enable the access log. Don't switch this on if you don't have much disk space left. - log_query_terms,log_user_agents checkbox + log_query_terms,log_user_agents - proxy_port Proxy port + proxy_port This is the port the proxy server will listen on. - input 5 + 3128 - icp_port ICP port + icp_port This is the port the proxy server will send and receive ICP queries to and from neighbor caches. Leave this blank if you don't want the proxy server to communicate with neighbor caches through ICP. input 5 - visible_hostname Visible hostname + visible_hostname This is the hostname to be displayed in proxy server error messages. - localhost input + localhost - admin_email Administrator email + admin_email This is the email address displayed in error messages to the users. - admin@localhost input + admin@localhost Language error_language Select the language in which the proxy server will display error messages to users. - English select + English Redirect children redirect_children Specify the number of redirectors to spawn (if using redirectors at all) when launching Squid. If you leave this field blank, Squid will start 5 redirector processes. If your network load is high, feel free to increase this value (at the expense of a higher memory consumption). - 5 input + 5 @@ -212,4 +206,10 @@ squid_resync(); + + squid_install_command(); + + + squid_deinstall_command(); + -- cgit v1.2.3