I have try to configure the squid proxy i till can't filter the IP
address to use proxy server. Please help me to figure out what is the
mistake of my setting. Below is my setting on /etc/squid/squid.conf :
debug_options ALL,9
http_port 3128
acl localnet1 src 10.1.0.0/255.255.0.
acl all src 0.0.0.0/0.0.0.0
acl cook dstdomain www.yahoo.com
http_access allow localnet1
http_access deny cook
http_access deny all
pid_filename /var/run/squid.pid
log_fqdn off
cache_dir ufs /var/spool/squid/cache 100 16 256
cache_access_log /var/log/squid/access.log
cache_store_log /var/log/squid/store.log
dns_testnames 169.95.1.1
cache_effective_user squid
cache_effective_group squid
visible_hostname proxy
cache_mgr wltan@eb.com.my
Please give me your help hand to make configuration done.
Best Regards
Sean Tan
Received on Mon Apr 18 2005 - 01:53:40 MDT
This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:04 MDT