PessoALL,

Estou tentando liberar conexões a um site que redirecionar seu site para 
uma porta 8221.
Eu já tentei criar uma ACL separada para ele, já coloquei um 
*http_access allow CONNECT all,* mas não resolve de jeito nenhum.

Alguma luz?

abs
Flávio Roberto

No access.log aparece isso...
1197634212.899 151 192.168.254.8 TCP_MISS/302 477 GET 
http://www.lecca.com.br/webfactnet - DIRECT/201.38.231.130 text/html
1197634212.956 56 192.168.254.8 TCP_MISS/200 458 GET 
http://www.lecca.com.br/webfactnet/ - DIRECT/201.38.231.130 text/html
1197634214.043 112 192.168.254.8 TCP_MISS/503 1422 GET 
http://www.lecca.com.br:8221/webfactnet - DIRECT/- text/html

trecho de ACL squid.conf

# Listas de controle
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 137 138 139 443 444 447 563 5222 6346 7003 7443 8221 
10001
acl Safe_ports port 80 23 21 25 110 443 444 447 563 631 70 210 2000 5222 
6346 7003 7443 8017 8221 10001 1024-65535
acl CONNECT method CONNECT
acl download urlpath_regex \.exe$ \.arj$ \.tar.gz$ \.tgz$ \.rpm$ \.mp3$
acl blacklist url_regex "/etc/squid/blacklist"
acl whitelist url_regex "/etc/squid/whitelist"
acl liberados src "/etc/squid/liberados"
acl funcionarios src "/etc/squid/funcionarios"
acl all src 192.168.254.0/255.255.255.0


# Controles de acesso
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access allow CONNECT Safe_ports
#http_access deny CONNECT !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow liberados
http_access allow whitelist
http_access deny funcionarios download
http_access allow funcionarios !blacklist
http_access allow all !blacklist


Responder a