
		leonardo1998
		
		(usa CentOS)
		
		Enviado em 21/11/2017 - 13:48h 
		plimo263 escreveu:
Seu servidor squid esta realmente ativo ? Executa o comando para verificar se o arquivo de configuração esta ok e posta a saída aqui para nós.
$ sudo squid3 -k parse 
OU 
$ sudo squid -k parse 
[root@LX-CAM-PX03 ~]# sudo squid -k parse
2017/11/21 13:46:59| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2017/11/21 13:46:59| Processing: acl manager proto cache_object
2017/11/21 13:46:59| Processing: acl localhost src 127.0.0.1/32 ::1
2017/11/21 13:46:59| Processing: acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
2017/11/21 13:46:59| Processing: acl localnet src 10.0.0.0/8    # RFC1918 possible internal network
2017/11/21 13:46:59| Processing: acl localnet src ***.**.0.0/** # RFC1918 possible internal network
2017/11/21 13:46:59| Processing: acl localnet src ***.***.0.0/**        # RFC1918 possible internal network
2017/11/21 13:46:59| Processing: acl localnet src fc00::/7       # RFC 4193 local private network range
2017/11/21 13:46:59| Processing: acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines
2017/11/21 13:46:59| Processing: acl SSL_ports port 443
2017/11/21 13:46:59| Processing: acl Safe_ports port 80         # http
2017/11/21 13:46:59| Processing: acl Safe_ports port 21         # ftp
2017/11/21 13:46:59| Processing: acl Safe_ports port 443                # https
2017/11/21 13:46:59| Processing: acl Safe_ports port 70         # gopher
2017/11/21 13:46:59| Processing: acl Safe_ports port 210                # wais
2017/11/21 13:46:59| Processing: acl Safe_ports port 1025-65535 # unregistered ports
2017/11/21 13:46:59| Processing: acl Safe_ports port 280                # http-mgmt
2017/11/21 13:46:59| Processing: acl Safe_ports port 488                # gss-http
2017/11/21 13:46:59| Processing: acl Safe_ports port 591                # filemaker
2017/11/21 13:46:59| Processing: acl Safe_ports port 777                # multiling http
2017/11/21 13:46:59| Processing: acl CONNECT method CONNECT
2017/11/21 13:46:59| Processing: acl blockdownload url_regex -i "/etc/squid/blockdownload.acl"
2017/11/21 13:46:59| Processing: http_access deny blockdownload
2017/11/21 13:46:59| Processing: http_access allow localhost
2017/11/21 13:46:59| Processing: http_access allow all
2017/11/21 13:46:59| Processing: http_port 3128
2017/11/21 13:46:59| Processing: cache_dir ufs /var/spool/squid 300 16 256
2017/11/21 13:46:59| Processing: access_log /var/log/squid/access.log squid
2017/11/21 13:46:59| Processing: visible_hostname localhost
2017/11/21 13:46:59| Processing: coredump_dir /var/spool/squid
2017/11/21 13:46:59| Processing: refresh_pattern ^ftp:          1440    20%     10080
2017/11/21 13:46:59| Processing: refresh_pattern ^gopher:       1440    0%      1440
2017/11/21 13:46:59| Processing: refresh_pattern -i (/cgi-bin/|\?) 0    0%      0
2017/11/21 13:46:59| Processing: refresh_pattern .              0       20%     4320
2017/11/21 13:46:59| Initializing https proxy context