mazgalici Asked: 2011-01-20 00:04:05 +0800 CST2011-01-20 00:04:05 +0800 CST 2011-01-20 00:04:05 +0800 CST how to configure squid to accept more users? 772 I use squid as a private proxy server but when many users use it sometimes he gives the http 500 error squid 1 Answers Voted Best Answer Olli 2011-01-28T04:57:34+08:002011-01-28T04:57:34+08:00 Most probably your squid configuration file (probably /etc/squid/squid.conf) include acl for connection limit, something like acl maxuserconnections maxconn 3 You can try to locate this using grep maxconn /etc/squid/* -R If you adjust relevant maxconn acl, remember to restart squid (/etc/init.d/squid restart or similar, depending on your installation).
Most probably your squid configuration file (probably /etc/squid/squid.conf) include acl for connection limit, something like
You can try to locate this using
If you adjust relevant maxconn acl, remember to restart squid (/etc/init.d/squid restart or similar, depending on your installation).