RE: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread J. Webster
http_access deny manager http_access allow ncsa_users So all logged in users have unlimited access? http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny to_localhost http_access deny maxuser These deny rules are placed below the allow rule letting

RE: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread J. Webster
Also, I now get a: 2011/12/06 05:22:49| squid.conf line 50: refresh_pattern -i (/cgi-bin/|?) 0 0% 0 2011/12/06 05:22:49| refreshAddToList: Invalid regular expression '(/cgi-bin/|?)  ': Invalid preceding regular expression FATAL: Bungled squid.conf line 65: delay_access allow

Re: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread Amos Jeffries
On 6/12/2011 11:04 p.m., J. Webster wrote: http_access deny manager http_access allow ncsa_users So all logged in users have unlimited access? http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny to_localhost http_access deny maxuser These deny rules are placed

Re: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread Amos Jeffries
On 6/12/2011 11:22 p.m., J. Webster wrote: Also, I now get a: 2011/12/06 05:22:49| squid.conf line 50: refresh_pattern -i (/cgi-bin/|?) 0 0% 0 2011/12/06 05:22:49| refreshAddToList: Invalid regular expression '(/cgi-bin/|?) ': Invalid preceding regular expression FATAL:

RE: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread J. Webster
delay_access allow_all still seems to throw an error: [root@264219 myscripts]# service squid restart Stopping squid:    [FAILED] Starting squid:    [FAILED] 2011/12/06 05:48:07| Processing Configuration File:

Re: [squid-users] limiting connection not working 3.1.4

2011-12-06 Thread Amos Jeffries
On 6/12/2011 11:50 p.m., J. Webster wrote: delay_access allow_all still seems to throw an error: [root@264219 myscripts]# service squid restart Stopping squid:[FAILED] Starting squid:[FAILED] 2011/12/06

[squid-users] limiting connection not working 3.1.4

2011-12-05 Thread J. Webster
I have squid 3.1.4 but using this conf, the rate limiting to 1Mbps does not seem to work. What can I change in the conf / delay parameters? auth_param basic realm Myname proxy server auth_param basic credentialsttl 2 hours auth_param basic program /usr/lib/squid/ncsa_auth

Re: [squid-users] limiting connection not working 3.1.4

2011-12-05 Thread Amos Jeffries
On Mon, 5 Dec 2011 14:18:51 +, J. Webster wrote: I have squid 3.1.4 but using this conf, the rate limiting to 1Mbps does not seem to work. Please consider an upgrade to 3.1.18. There are a lot of important bugs resolved since 3.1.4. What can I change in the conf / delay parameters?

[squid-users] limiting connection not working 3.1.4

2011-12-02 Thread J. Webster
I have squid 3.1.4 but using this conf, the rate limiting to 1Mbps does not seem to work. What can I change in the conf / delay parameters? auth_param basic realm Myname proxy server auth_param basic credentialsttl 2 hours auth_param basic program /usr/lib/squid/ncsa_auth