Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-28 Thread Eliezer Croitoru
Hey Gabriel, The thread seems to me as a milestone in this mailing list and in Squid-Cache history. >From what I understood there is an issue when SquidGuard receives a specific >line from Squid. In this whole long thread I have not seen any debug logs of what SquidGuard receives from Squi

Re: [squid-users] negotiate_kerberos_auth: ERROR

2018-09-28 Thread Amos Jeffries
On 29/09/18 7:51 AM, neok wrote: > Hello people, in general terms my proxy works quite well. However I tell you > that very eventually, (maybe about 10 times per day based on 15 users using > my test proxy) I get this error in cache.log: > > > negotiate_kerberos_auth.cc(180): pid=21573 :2018/09/2

Re: [squid-users] auth username logging

2018-09-28 Thread Amos Jeffries
On 29/09/18 3:56 AM, Marko Cupać wrote: > Hi, > > I am testing migration of my AD-authenticated (kerberos + ntlm) 3.5 > setup to 4.1. I noticed there are no usernames in access.log, just "*" > for served pages, "-" for 407s. > > How can I get usernames in my access.log again? What is your auth_p

[squid-users] negotiate_kerberos_auth: ERROR

2018-09-28 Thread neok
Hello people, in general terms my proxy works quite well. However I tell you that very eventually, (maybe about 10 times per day based on 15 users using my test proxy) I get this error in cache.log: negotiate_kerberos_auth.cc(180): pid=21573 :2018/09/28 14:42:25| negotiate_kerberos_auth: ERROR: g

Re: [squid-users] URL rewriter note

2018-09-28 Thread Alex Rousskov
On 09/28/2018 07:27 AM, Yann Girardin wrote: > > Hi > > I am using the url_rewrite_program directive on my squid 4 configuration. > > I want to use the note feature to use it in my logformat program. But when I > pass %note to it my note looks empty squid send me «-«. > > My url rewrite pro

[squid-users] auth username logging

2018-09-28 Thread Marko Cupać
Hi, I am testing migration of my AD-authenticated (kerberos + ntlm) 3.5 setup to 4.1. I noticed there are no usernames in access.log, just "*" for served pages, "-" for 407s. How can I get usernames in my access.log again? Thank you in advance, -- Before enlightenment - chop wood, draw water.

[squid-users] URL rewriter note

2018-09-28 Thread Yann Girardin
Hi I am using the url_rewrite_program directive on my squid 4 configuration. I want to use the note feature to use it in my logformat program. But when I pass %note to it my note looks empty squid send me «-«. My url rewrite program return to squid line that looks something like : OK myno

Re: [squid-users] Why does this proxy configuration ignore no-cache and no-store?

2018-09-28 Thread Amos Jeffries
On 28/09/18 7:56 PM, Amos Jeffries wrote: > > You are also missing the default refresh_pattern line carefully crafted > to make broken CGI scripts and dynamic content behave according to > RFC2616 caching requirements. Without it such broken content will be > cached for very, very long times. > >

Re: [squid-users] Why does this proxy configuration ignore no-cache and no-store?

2018-09-28 Thread Amos Jeffries
On 28/09/18 11:04 AM, Brett wrote: > I'm having some trouble because my 4.0.24-VCS squid proxy is caching requests > that it shouldn't be, breaking the website I'm routing through it. NP: please upgrade your proxy that is a beta release. Squid-4 now has several stable releases. > > From the HAR