Re: [squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-19 Thread Silamael
On 09/19/2012 02:12 AM, Amos Jeffries wrote: On 19/09/2012 9:10 a.m., Eliezer Croitoru wrote: On 9/18/2012 6:01 PM, Silamael wrote: refresh_pattern foo.example.org 0 0% 0 refresh_pattern . 0 20% 14400 Now, if i fetch something from foo.example.org i get a TCP_CLIENT_REFRESH_MISS/200 The

Re: [squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-19 Thread Amos Jeffries
On 19/09/2012 6:51 p.m., Silamael wrote: Ok, so if a response contains valid headers concerning caching, these are taken instead of using the matching refresh_pattern? So, if i want some URLs being served completely without caching, i have to use cache deny, right? Yes. Exactly so. Amos

Re: [squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-19 Thread Silamael
On 09/19/2012 10:12 AM, Amos Jeffries wrote: On 19/09/2012 6:51 p.m., Silamael wrote: Ok, so if a response contains valid headers concerning caching, these are taken instead of using the matching refresh_pattern? So, if i want some URLs being served completely without caching, i have to use

[squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-18 Thread Silamael
Hello, I have a simple question about refresh_pattern and TCP_MEM_HIT. Given the following configuration: refresh_pattern foo.example.org 0 0% 0 refresh_pattern . 0 20% 14400 Now, if i fetch something from foo.example.org i get a TCP_CLIENT_REFRESH_MISS/200 The following request for the same

Re: [squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-18 Thread Eliezer Croitoru
On 9/18/2012 6:01 PM, Silamael wrote: refresh_pattern foo.example.org 0 0% 0 refresh_pattern . 0 20% 14400 Now, if i fetch something from foo.example.org i get a TCP_CLIENT_REFRESH_MISS/200 The following request for the same url is shown in the squid.log with TCP_MEM_HIT/200. If i understand

Re: [squid-users] Question about refresh_pattern and TCP_MEM_HIT

2012-09-18 Thread Amos Jeffries
On 19/09/2012 9:10 a.m., Eliezer Croitoru wrote: On 9/18/2012 6:01 PM, Silamael wrote: refresh_pattern foo.example.org 0 0% 0 refresh_pattern . 0 20% 14400 Now, if i fetch something from foo.example.org i get a TCP_CLIENT_REFRESH_MISS/200 The following request for the same url is shown in the