[squid-users] Access Denied for manager

2018-04-17 Thread James Moe
Hello, squid v3.5.21 linux v4.4.120-45-default x86_64 The "manager" is suddenly denied access. I am not aware of any recent updates. This did work 3 days ago. Is the ACL correct? acl manager_admin src 192.168.69.115 # acl localnet src fc00::/7 acl localnet src fe80::/10 # # https, cups ac

Re: [squid-users] squidclient and PROXY procotol enabled http_port (solved)

2018-04-17 Thread Rafael Akchurin
Hello Amos, Eliezer and all, Thanks a lot for your ideas/suggestions. Decided to go easy way: - added another "http_port 127.0.0.1:3128" directive to squid.conf (without require-proxy-header option) - directed squidclient binary to use it Hope no side effects from this configu