I check version of squid 3.5.21 with my configuration and I faced with a problem. Early I used in version 3.5.12 this line for connect localhost, but now it doesn't work.
# squid.conf
...
http_access allow localhost manager
http_access deny manager
...
 
# squidclient -p 3128 -h localhost mgr:info
HTTP/1.1 403 Forbidden
Server: squid
Mime-Version: 1.0
Date: Tue, 11 Oct 2016 03:42:54 GMT
...
 
If I set a full access I could connect to localhost.
# squid.conf
...
http_access allow all
http_access deny manager
...
 
# squidclient -p 3128 -h localhost mgr:info
stub time| WARNING: BCP 177 violation. IPv6 transport forced OFF by build parameters.
HTTP/1.1 200 OK
Server: squid
Mime-Version: 1.0
Date: Tue, 11 Oct 2016 03:47:36 GMT
...
 
What is happend? And what is the right way to connect to cache_management from localhost?
 
Best regards, Misha.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to