[squid-users] open 256 port

2017-11-20 Thread Jonathan thomas Cho
Do I need to use command  ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"  to open more than 128 ports still on 3.5 squid? Also where do I enter this command to open more ports? Thank you. ___ squid-users mailing list squid-users@lists.squid-cache.org

[squid-users] Deny ports to users

2017-11-16 Thread Jonathan thomas Cho
Hello, I was curious how to restrict users from accessing ports . I have 4 workers and need them to have their own ports and not able to use the other 3. I currently use : http_port 3128 name=ip2 http_port 3129 name=ip3 http_port 3130 name=ip4 acl ip2 myip x.x.x.2 acl ip3 myip x.x.x.3 acl ip4

[squid-users] Squid Cache_peer

2017-09-02 Thread Jonathan thomas Cho
Hello, I seem to have a issue with cache peer. I have 2 parent IPS, however, I want port 3128 to go to 1 parent while 3129 go to the second parent. Here is my current config, I hope you can adjust it for me. Thank you Http_port 3128 http_port 3129 coredump_dir /var/spool/squid3