Hi folks,

Everything is running now! Thanks and regards for your help.
Now I need to configure SARG to output the squid results. I configured
Apache um my squid server, but I did get access , the error in squid
access.log is:

1068132264.745      3 192.168.5.9 TCP_MISS/503 1011 GET
http://192.168.2.1/ - NONE/- -

I guess this is a acl issue, correct?

acl blockedsites url_regex  "/usr/local/squid/etc/bloqueados/block.txt"
acl unblockedsites url_regex "/usr/local/squid/etc/bloqueados/unblock.txt"
acl all src 0.0.0.0/0.0.0.0
acl local src 192.168.5.0/255.255.255.224
acl local src 192.168.3.0/255.255.255.224
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 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny blockedsites !unblockedsites
http_access allow local
http_access deny all




Could you help me?

Reply via email to