I use a little different config :
#============== ACL
#       nom     type    
acl     all     src             all
acl     rw      url_regex -i    http://192.168.100.189/img=*
acl     out     dstdomain       "/etc/squid/white"
acl     port    port            80
#============== MISC
visible_hostname 192.168.100.189
http_port 80 transparent
icp_port 0
half_closed_clients off
#============== REWRITE URL
url_rewrite_program /etc/squid/rewriter.php
url_rewrite_children 20
url_rewrite_access      allow   rw
#============= info password
cachemgr_passwd toto all
#============== GESTION DES DROITS
#                       relation         nom
acl localhost           src             127.0.0.1
acl manager            proto         cache_object
http_access            allow          manager localhost
http_access            allow          rw port
http_access            deny           all
http_reply_access    allow          out
and i had localhost to my white list domain.
Thanks again!!
-- View this message in context: http://www.nabble.com/SQuid-and-squid-client-tp22783707p22805000.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Tue Mar 31 2009 - 15:39:04 MDT
This archive was generated by hypermail 2.2.0 : Tue Mar 31 2009 - 12:00:03 MDT