Я установил squid и прописал в squid.conf вот что:
acl all src 0.0.0.0/0.0.0.0
acl users proxy_auth REQUIRED
http_access allow users
http_access deny all
Потом на windows-машине в броузере вызываю страницу ну например www.gismeteo.ru
И мне в ответ вот что:
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: http://www.gismeteo.ru/
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.
--------------------------------------------------------------------------------
Generated Mon, 21 Oct 2002 10:43:04 GMT by 192.168.1.202 (Squid/2.4.STABLE2)
Но когда я в squid.conf прописываю так:
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 192.168.1.0/255.255.255.0
http_access allow allowed_hosts
http_access deny all
То все нормально, я захожу на сайт, но без авторизации.
Но мне надо с авторизацией.
Подскажите, пожалуйста что не так.
Заранее спасибо.