Enviado em 05/07/2010 - 17:02h
Para dar acesso total a uma máquina(192.168.0.5), eu devo colocar antes ou depois do código abaixo.
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 21 22 25 53 80 110 137 138 139 443 445 563 70 210 280 488 59 777 901 1430 1433 3000
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
OBRIGADO.
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 21 22 25 53 80 110 137 138 139 443 445 563 70 210 280 488 59 777 901 1430 1433 3000
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
OBRIGADO.