[root@fd squid]# squid -k parse 2015/01/30 10:32:17| Processing Configuration File: /etc/squid/squid.conf (depth 0) 2015/01/30 10:32:17| Processing: acl manager proto cache_object 2015/01/30 10:32:17| Processing: acl localhost src 127.0.0.1/32 ::1 2015/01/30 10:32:17| Processing: acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 2015/01/30 10:32:17| Processing: acl localnet src 10.0.0.0/8 # RFC1918 possible internal network 2015/01/30 10:32:17| Processing: acl localnet src 172.16.0.0/12 # RFC1918 possible internal network 2015/01/30 10:32:17| Processing: acl localnet src 192.168.0.0/16 # RFC1918 possible internal network 2015/01/30 10:32:17| Processing: acl localnet src fc00::/7 # RFC 4193 local private network range 2015/01/30 10:32:17| Processing: acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines 2015/01/30 10:32:17| Processing: acl SSL_ports port 443 2015/01/30 10:32:17| Processing: acl Safe_ports port 80 # http 2015/01/30 10:32:17| Processing: acl Safe_ports port 21 # ftp 2015/01/30 10:32:17| Processing: acl Safe_ports port 443 # https 2015/01/30 10:32:17| Processing: acl Safe_ports port 70 # gopher 2015/01/30 10:32:17| Processing: acl Safe_ports port 210 # wais 2015/01/30 10:32:17| Processing: acl Safe_ports port 1025-65535 # unregistered ports 2015/01/30 10:32:17| Processing: acl Safe_ports port 280 # http-mgmt 2015/01/30 10:32:17| Processing: acl Safe_ports port 488 # gss-http 2015/01/30 10:32:17| Processing: acl Safe_ports port 591 # filemaker 2015/01/30 10:32:17| Processing: acl Safe_ports port 777 # multiling http 2015/01/30 10:32:17| Processing: acl CONNECT method CONNECT 2015/01/30 10:32:17| Processing: http_access allow manager localhost 2015/01/30 10:32:17| Processing: http_access deny !Safe_ports 2015/01/30 10:32:17| Processing: http_access deny CONNECT !SSL_ports 2015/01/30 10:32:17| Processing: http_access allow localnet 2015/01/30 10:32:17| Processing: http_access deny all 2015/01/30 10:32:17| Processing: http_port 3128 2015/01/30 10:32:17| Processing: coredump_dir /var/cache/squid 2015/01/30 10:32:17| Processing: refresh_pattern ^ftp: 1440 20% 10080 2015/01/30 10:32:17| Processing: refresh_pattern ^gopher: 1440 0% 1440 2015/01/30 10:32:17| Processing: refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 2015/01/30 10:32:17| Processing: refresh_pattern . 0 20% 4320 2015/01/30 10:32:17| Initializing https proxy context [root@fd squid]#