Ide Carl wrote:
Hi i converted my squid from v 2.4 to 2.6.
Since then my proxy refuses all connections.
Here is the config file.
http_port 3128
icp_port 0
cache_mem 64 MB
cache_dir ufs /var/spool/squid 1200 16 256
acl visitatie_black url_regex "/etc/squid/visitatie_black"
acl visitatie_white url_regex "/etc/squid/visitatie_white"
acl visitatie_dlfilter urlpath_regex "/etc/squid/visitatie_dlfilter"
acl visitatie_adblock urlpath_regex "/etc/squid/visitatie_adblock"
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 10.2.0.0/255.255.0.0
http_access deny manager all
http_access deny visitatie_black !visitatie_white
http_access deny visitatie_dlfilter
http_access deny visitatie_adblock
http_access allow allowed_hosts
cache_effective_user proxy
forwarded_for off
prefer_direct off
redirect_children 10
error_directory /usr/share/squid/errors/Dutch
visible_hostname Orval
Plz help me
Thanks
Mr Ide
Starters:
add http_reply_access
Seconds:
what do you mean by 'denies all connections'? does it return an error
page? or a tcp level deny?
Thirdly:
take a good look at visitatie_white, visitatie_black and see if
dstdomain might be better.
... and you define icp_port but no icp_access ?
Amos