<div dir="ltr">I think it could be the sequence of the rules, do this command and post the results:<br>grep         .       /etc/squid-your-version/squid.conf      |      grep     -v       "#"<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-11 3:59 GMT-03:00 Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/10/2016 4:54 p.m., Михаил wrote:<br>
> I check version of squid 3.5.21 with my configuration and I faced with a<br>
> problem. Early I used in version 3.5.12 this line for connect localhost, but now<br>
> it doesn't work.<br>
<br>
</span>Order is important. Where you place the rules in squid.conf matters a<br>
lot with regards to whether they are actually useful and do what you<br>
want, or not.<br>
<span class=""><br>
> # squid.conf<br>
> ...<br>
> http_access allow localhost manager<br>
> http_access deny manager<br>
> ...<br>
> # squidclient -p 3128 -h localhost mgr:info<br>
> HTTP/1.1 403 Forbidden<br>
> Server: squid<br>
> Mime-Version: 1.0<br>
> Date: Tue, 11 Oct 2016 03:42:54 GMT<br>
> ...<br>
<br>
> If I set a full access I could connect to localhost.<br>
<br>
<br>
> # squid.conf<br>
> ...<br>
> http_access allow all<br>
> http_access deny manager<br>
> ...<br>
<br>
<br>
</span>So what IP address(es) does 'localhost' resolve to?<br>
<span class=""><br>
> # squidclient -p 3128 -h localhost mgr:info<br>
> stub time| WARNING: BCP 177 violation. IPv6 transport forced OFF by build<br>
> parameters.<br>
<br>
</span>I know you said in a followup to ignore this. But it may be important.<br>
<br>
It shows that squidclient was built with --disable-ipv6, and yet your<br>
system is IPv6-enabled.<br>
<br>
The name "localhost" for IPv6-enabled systems is ::1.<br>
<br>
A squid binary that is built with --disable-ipv6 will not permit ::1<br>
since it is non-IP4. But it will be recognized as part of "all" IP space.<br>
<span class=""><br>
<br>
> HTTP/1.1 200 OK<br>
> Server: squid<br>
> Mime-Version: 1.0<br>
> Date: Tue, 11 Oct 2016 03:47:36 GMT<br>
> ...<br>
> What is happend? And what is the right way to connect to cache_management from<br>
> localhost?<br>
<br>
</span>squidclient defaults to localhost and port 3128 for management access to<br>
Squid. Just use:<br>
<br>
  squidclient mgr:info<br>
<span class="HOEnZb"><font color="#888888"><br>
Amos<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/<wbr>listinfo/squid-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div style="text-align:left"><font size="4"><b><u><br></u></b></font></div><div style="text-align:left"><font size="4"><b><u><img src="https://lh6.googleusercontent.com/-xODPvbH2piQ/T6RqD0dqXjI/AAAAAAAAAPk/0I8Y3aq0mYM/h120/linuxano+assinatura+e-mail.png"><br></u></b></font></div></div>
</div>