我遵循了http://doxfer.webmin.com/Webmin/SquidProxyServer的指南,并且正在尝试设置Squid代理服务器,但是当我试图通过代理连接时,我会得到以下错误:
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://google.com
The following error was encountered:
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster. 发布于 2011-03-31 01:42:19
听起来你的acl列表有问题。你能用任何acl/允许行来更新我们吗?
它应该如下所示:摘自:http://wiki.squid-cache.org/SquidFaq/SquidAcl
How do I allow my clients to use the cache? Define an ACL that corresponds to your client's IP addresses. For example:
acl myclients src 172.16.5.0/24
Next, allow those clients in the http_access list:
http_access allow myclientshttps://serverfault.com/questions/253931
复制相似问题