Donny Christiaan:
>
> why this message come out ?
> is it because the URL contains ':82' if yes how to
> solve this problem
This is because of squid's default configuration:
acl Safe_ports port 80 21 443 563 70 210 1025-65535
http_access deny !Safe_ports
adding 82 to the list and restarting squid would help.
BTW to the developers: wouldn't it better to declare "unsafe_ports" and deny
the access to them (e.g. 25, 79 etc.) than blocking anything? Newbies would
have easier life... :)
Regards,
Maciej
-- Maciej Kozinski http://www.uck.uni.torun.pl/~maciek/ Remember: Un*x _IS_ user friendly... It's just selective about who it's friends are.Received on Mon Aug 09 1999 - 02:02:13 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:53 MST