.
All rights reserved.
*/
/* ========================================================================== */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/* ========================================================================== */
]]>
Describe your package hereDescribe your package requirements hereCurrently there are no FAQ items provided.squid2.6.STABLE18Proxy server: General settings/usr/local/pkg/squid.incsquidsquid.shsquidProxy server ServiceGeneral/pkg_edit.php?xml=squid.xml&id=0Upstream Proxy/pkg_edit.php?xml=squid_upstream.xml&id=0Cache Mgmt/pkg_edit.php?xml=squid_cache.xml&id=0Access Control/pkg_edit.php?xml=squid_nac.xml&id=0Traffic Mgmt/pkg_edit.php?xml=squid_traffic.xml&id=0Auth Settings/pkg_edit.php?xml=squid_auth.xml&id=0Local Users/pkg.php?xml=squid_users.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid.inc/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_cache.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_nac.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_ng.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_traffic.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_upstream.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_auth.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_users.xml/usr/local/etc/rc.d/0755http://www.pfsense.org/packages/config/squid3/proxy_monitor.sh/usr/local/pkg/0755http://www.pfsense.org/packages/config/squid3/squid_cache.xmlProxy interfaceactive_interfaceThe interface(s) the proxy server will bind to.interfaces_selectionlanAllow users on interfaceallow_interfaceIf 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.checkboxonTransparent proxytransparent_proxyIf transparent mode is enabled, all requests for destination port 80 will be forwarded to the proxy server without any additional configuration necessary.checkboxBypass proxy for Private Address Space (RFC 1918) destinationprivate_subnet_proxy_offDo not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server but directly through the firewall.checkboxBypass proxy for these source IPsdefined_ip_proxy_offDo not forward traffic from these <b>source</b> IPs, hostnames, or aliases through the proxy server but directly through the firewall. Separate by semi-colons (;).input80Bypass proxy for these destination IPsdefined_ip_proxy_off_destDo not proxy traffic going to these <b>destination</b> IPs, hostnames, or aliases, but let it pass directly through the firewall. Separate by semi-colons (;).input80Enabled logginglog_enabledThis will enable the access log. Don't switch this on if you don't have much disk space left.checkboxlog_query_terms,log_user_agentsLog store directorylog_dirThe directory where the log will be stored (note: do not end with a / mark)input60/var/squid/logsLog rotatelog_rotateDefines how many days of logfiles will be kept. Rotation is disabled if left empty.input5Proxy portproxy_portThis is the port the proxy server will listen on.input53128ICP porticp_portThis 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.input5Visible hostnamevisible_hostnameThis is the URL to be displayed in proxy server error messages.input60localhostAdministrator emailadmin_emailThis is the email address displayed in error messages to the users.input60admin@localhostLanguageerror_languageSelect the language in which the proxy server will display error messages to users.selectEnglishDisable X-Forwarddisable_xforwardIf not set, Squid will include your system's IP address or name in the HTTP requests it forwards.checkboxDisable VIAdisable_viaIf not set, Squid will include a Via header in requests and replies as required by RFC2616.checkboxWhat to do with requests that have whitespace characters in the URIuri_whitespace<b> strip:</b> The whitespace characters are stripped out of the URL. This is the behavior recommended by RFC2396. <p> <b> deny:</b> The request is denied. The user receives an "Invalid Request" message.<p> <b> allow:</b> The request is allowed and the URI is not changed. The whitespace characters remain in the URI.<p> <b> encode:</b> The request is allowed and the whitespace characters are encoded according to RFC1738.<p> <b> chop:</b> The request is allowed and the URI is chopped at the first whitespace.selectstripUse alternate DNS-servers for the proxy-serverdns_nameserversIf you want to use other DNS-servers than the DNS-forwarder, enter the IPs here, separated by semi-colons (;).input60Suppress Squid Versiondisable_squidversionIf set, suppress Squid version string info in HTTP headers and HTML error pages.checkboxCustom Optionscustom_optionsYou can put your own custom options here, separated by semi-colons (;). They'll be added to the configuration. They need to be squid.conf native options, otherwise squid will NOT work.textarea655
squid_before_form_general(&$pkg);
squid_resync();
squid_validate_general($_POST, &$input_errors);
squid_resync();
exec("/bin/rm -f /usr/local/etc/rc.d/squid");
update_status("Checking Squid cache... One moment please...");
update_output_window("This operation may take quite some time, please be patient. Do not press stop or attempt to navigate away from this page during this process.");
squid_install_command();
squid_resync();
exec("/bin/rm -f /usr/local/etc/rc.d/squid");
squid_deinstall_command();
exec("/bin/rm -f /usr/local/etc/rc.d/squid*");
squid_generate_rules