[squid-users] Squid proxy not working when upgrade from 27 to 3.5

Angus J. ajiang at ouhk.edu.hk
Mon Oct 29 02:02:41 UTC 2018


oul163:/etc/squid # squid -k parse
2018/10/29 10:01:46| Startup: Initializing Authentication Schemes ...
2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'basic'
2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'digest'
2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'negotiate'
2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'ntlm'
2018/10/29 10:01:46| Startup: Initialized Authentication.
2018/10/29 10:01:46| Processing Configuration File: /etc/squid/squid.conf
(depth 0)
2018/10/29 10:01:46| Processing: acl localnet src 10.0.0.0/8
2018/10/29 10:01:46| Processing: acl localnet src 172.16.0.0/12
2018/10/29 10:01:46| Processing: acl localnet src 192.168.0.0/16
2018/10/29 10:01:46| Processing: acl localnet src fc00::/7
2018/10/29 10:01:46| Processing: acl localnet src fe80::/10
2018/10/29 10:01:46| Processing: acl SSL_ports port 443 8000 8004 8005
2018/10/29 10:01:46| Processing: acl Safe_ports port 80
2018/10/29 10:01:46| Processing: acl Safe_ports port 21
2018/10/29 10:01:46| Processing: acl Safe_ports port 443
2018/10/29 10:01:46| Processing: acl Safe_ports port 70
2018/10/29 10:01:46| Processing: acl Safe_ports port 210
2018/10/29 10:01:46| Processing: acl Safe_ports port 1025-65535
2018/10/29 10:01:46| Processing: acl Safe_ports port 280
2018/10/29 10:01:46| Processing: acl Safe_ports port 488
2018/10/29 10:01:46| Processing: acl Safe_ports port 591
2018/10/29 10:01:46| Processing: acl Safe_ports port 777
2018/10/29 10:01:46| Processing: acl CONNECT method CONNECT
2018/10/29 10:01:46| Processing: access_log /var/log/squid/access.log
2018/10/29 10:01:46| Processing: http_access deny !Safe_ports
2018/10/29 10:01:46| Processing: http_access deny CONNECT !SSL_ports
2018/10/29 10:01:46| Processing: http_access allow localhost manager
2018/10/29 10:01:46| Processing: http_access deny manager
2018/10/29 10:01:46| Processing: http_access allow localnet
2018/10/29 10:01:46| Processing: http_access allow localhost
2018/10/29 10:01:46| Processing: http_access deny all
2018/10/29 10:01:46| Processing: coredump_dir /var/cache/squid
2018/10/29 10:01:46| Processing: refresh_pattern ^ftp: 1440 20 10080
2018/10/29 10:01:46| Processing: refresh_pattern ^gopher: 1440 0 1440
2018/10/29 10:01:46| Processing: refresh_pattern -i  (/cgi-bin/|\?) 0 0 0
2018/10/29 10:01:46| Processing: refresh_pattern . 0 20 4320
2018/10/29 10:01:46| Processing: cache_dir ufs /var/cache/squid 100 16 256
2018/10/29 10:01:46| Processing: cache_log /var/log/squid/cache.log
2018/10/29 10:01:46| Processing: cache_mem 8 MB
2018/10/29 10:01:46| Processing: cache_mgr webmaster
2018/10/29 10:01:46| Processing: cache_replacement_policy lru
2018/10/29 10:01:46| Processing: cache_store_log /var/log/squid/store.log
2018/10/29 10:01:46| Processing: cache_swap_high 95
2018/10/29 10:01:46| Processing: cache_swap_low 90
2018/10/29 10:01:46| Processing: client_lifetime 1 days
2018/10/29 10:01:46| Processing: connect_timeout 2 minutes
2018/10/29 10:01:46| Processing: error_directory /usr/share/squid/errors/en
2018/10/29 10:01:46| Processing: ftp_passive on
2018/10/29 10:01:46| Processing: maximum_object_size 4096 KB
2018/10/29 10:01:46| Processing: memory_replacement_policy lru
2018/10/29 10:01:46| Processing: minimum_object_size 0 KB
2018/10/29 10:01:46| Processing: visible_hostname oul163.ouhk.edu.hk
2018/10/29 10:01:46| Processing: http_port 3128 accel vhost
defaultsite=oul163.ouhk.edu.hk
2018/10/29 10:01:46| Processing: sslproxy_options NO_SSLv3:NO_SSLv2
2018/10/29 10:01:46| Processing: acl localip src 192.168.0.0/24
2018/10/29 10:01:46| Processing: acl hrmsacl dstdomain .ouhk.edu.hk
2018/10/29 10:01:46| Processing: http_access allow hrmsacl
2018/10/29 10:01:46| Processing: cache_peer 192.168.31.113 parent 8001 1
proxy-only name=prdhrms
2018/10/29 10:01:46| Processing: acl prdhrms-domain dstdomain
prdhrms.ouhk.edu.hk
2018/10/29 10:01:46| Processing: cache_peer_access prdhrms allow
prdhrms-domain
2018/10/29 10:01:46| Processing: cache_peer 192.168.31.134 parent 8005 0 
proxy-only name=uathrms
2018/10/29 10:01:46| Processing: acl uathrms-domain dstdomain
uathrms.ouhk.edu.hk
2018/10/29 10:01:46| Processing: cache_peer_access uathrms allow
uathrms-domain
2018/10/29 10:01:46| Processing: cache_peer 192.168.31.134 parent 8004 2 
proxy-only name=sithrms
2018/10/29 10:01:46| Processing: acl sithrms-domain dstdomain
sithrms.ouhk.edu.hk
2018/10/29 10:01:46| Processing: cache_peer_access sithrms allow
sithrms-domain
2018/10/29 10:01:46| Processing: cache_peer 192.168.31.134 parent 8000 3 
proxy-only name=devhrms
2018/10/29 10:01:46| Processing: acl devhrms-domain dstdomain
devhrms.ouhk.edu.hk
2018/10/29 10:01:46| Processing: cache_peer_access devhrms allow
devhrms-domain
2018/10/29 10:01:46| Initializing https proxy context



--
Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html


More information about the squid-users mailing list