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