0100,0100,0100Dear Friends,
I am using Squid 2.3stable4 on RHL7 with NCSA authintication and SARG
analizer. Right now the out put of the sarg is displayed through apache on
localhost, thus everyuser can see the analysis report. I just want the analysis
report to access by all means a non user should also be able to see the analysis
report (but should not able to surf Internet)
my acl is as follows:
Times New Roman#Defaults:
acl foo proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
acl allowedsites dstdomain http://localhost
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl allowed_hosts src 10.1.1.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
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
# TAG: http_access
#Default configuration:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
#http_access allow allowed_hosts
http_access allow allowedsites
http_access allow foo
http_access deny all
# TAG: icp_access
# Reply to all ICP queries we receive