Я следил за гидом в 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.
Похоже, проблема с вашими списками ACL. Можете ли вы сообщить нам какие-либо имеющиеся у вас строки acl / allow?
Это должно выглядеть примерно так: Взято из: 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 myclients