Hi, I'm using Squid as Caching Proxy server; and wanted to limit the number of connections from each client, hence made the entries in the squid.conf.
acl lfclan src 192.168.0.0/255.255.255.0 acl max5con maxconn 5 http_access allow lfclan http_access deny max5con lfclan http_access deny all But I note that the clients are able to make (much) more than 5 connection. Aren't the configurations right? Or is it broke? I'm using Squid-2.3.STABLE4-10. Thanks Ajay Shankar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
