2015-11-06 - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2
Header Data
From: John-Henry Watkins <jo***n@cnetsystems.co.za>
Message Hash: 797d0778733c98b747a7c5fc1ce7eb9bb94be3ae50e0dbdfeedb3e7cc0f54f5a
Message ID: <da0ca3c2-41f4-4d4d-a600-5864d063022a@grasehotspot.org>
Reply To: <CAESLx0+9pzJ=goeU=GcyxTVzSKpNNxG0xMxgy9+E847nkX01Fw@mail.gmail.com>
UTC Datetime: 2015-11-06 06:21:42 UTC
Raw Date: Fri, 06 Nov 2015 05:21:42 -0800
Raw message
/etc/default/squid3
#!/bin/sh
# This overrides the default squid3 config with the config for the GRASE
Hotspot
CONFIG=/etc/squid3/squid.conf.grase
SQUID_ARGS="-YC -f $CONFIG"
/etc/squid3/squid.conf.grase
Have removed the comments for simplicity. Can post the full file of
required.
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl SSL_ports port 443
acl CONNECT method CONNECT
follow_x_forwarded_for allow localhost
acl_uses_indirect_client on
log_uses_indirect_client on
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access allow localhost
http_access deny all
http_port 3128 transparent
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid3/access.log squid
coredump_dir /var/spool/squid3
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
dns_timeout 20 seconds
dns_nameservers 127.0.0.1
include /etc/squid3/grase.d/*.conf
Thread
- Return to October 2015
-
Return to November 2015
- Return to “John-Henry Watkins <jo***n@cnetsystems.co.za>”
-
Return to “Timothy White <ti***8@gmail.com>”
- 2015-10-30 (Fri, 30 Oct 2015 04:00:16 -0700) - HTTP browsing issue after update to 3.8 RC2 - John-Henry Watkins <jo***n@cnetsystems.co.za>
- 2015-10-30 (Fri, 30 Oct 2015 21:23:13 +1000) - Re: [GRASE-Hotspot] HTTP browsing issue after update to 3.8 RC2 - Timothy White <ti***8@gmail.com>
- 2015-11-05 (Wed, 04 Nov 2015 23:52:44 -0800) - Re: HTTP browsing issue after update to 3.8 RC2 - John-Henry Watkins <jo***n@cnetsystems.co.za>
- 2015-11-06 (Fri, 06 Nov 2015 22:28:10 +1000) - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2 - Timothy White <ti***8@gmail.com>
- 2015-11-06 (Fri, 06 Nov 2015 05:21:42 -0800) - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2 - John-Henry Watkins <jo***n@cnetsystems.co.za>
- 2015-11-06 (Sat, 07 Nov 2015 00:21:17 +1000) - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2 - Timothy White <ti***8@gmail.com>
- 2015-11-06 (Fri, 06 Nov 2015 05:21:42 -0800) - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2 - John-Henry Watkins <jo***n@cnetsystems.co.za>
- 2015-11-06 (Fri, 06 Nov 2015 22:28:10 +1000) - Re: [GRASE-Hotspot] Re: HTTP browsing issue after update to 3.8 RC2 - Timothy White <ti***8@gmail.com>