[squid-users] How squid does Src/Dst IP address matching

2008-03-17 Thread Saurabh Agarwal
Hi Can someone please tell how does squid does the acl evaluation related to Src/Dst IP address? Like acl myNet dst 10.0.0.0/255.255.0.0 As I understand squid does not get to know the IP layer information which has the destination IP address field. But in the HTTP header we have the name of

[squid-users] Using multiple auth scheme types in one squid instance?

2008-03-17 Thread Adrian
Hi, Im interested in using basic authentication for some client IPs and NTLM for others. I'm wondering if it's possible to set this up from within squid using ACLs so that some are prompted for username/password and others are forced to use the NTLM fakeauth. I have two separate lists of IPs

Re: [squid-users] Using multiple auth scheme types in one squid instance?

2008-03-17 Thread Amos Jeffries
Adrian wrote: Hi, Im interested in using basic authentication for some client IPs and NTLM for others. I'm wondering if it's possible to set this up from within squid using ACLs so that some are prompted for username/password and others are forced to use the NTLM fakeauth. I have two separate

Re: [squid-users] How squid does Src/Dst IP address matching

2008-03-17 Thread Amos Jeffries
Saurabh Agarwal wrote: Hi Can someone please tell how does squid does the acl evaluation related to Src/Dst IP address? Like acl myNet dst 10.0.0.0/255.255.0.0 As I understand squid does not get to know the IP layer information which has the destination IP address field. But in the HTTP

[squid-users] Logging/Blocking URLs with question marks ?

2008-03-17 Thread Robin Clayton
Dear all 2.5-Stable-5 I have used squid for probably 8 years. It has recently come to my attention that sites with dynamic content as denoted by a ? question mark are not being logged or blocked. so for example searches on google do not show the full URL. is there any way to switch this on

[squid-users] Streaming audio header info

2008-03-17 Thread squid
This might sound a bit vague, as I have just picked up support for squid. We are currently running squid-2.5.STABLE1 on a Solaris 5.5.1, with local password authentication. I am in the processes of replacing it with a Solaris 9 box running squid-2.6.STABLE18, and ntlm authenticating via samba

Re: [squid-users] Using multiple auth scheme types in one squid instance?

2008-03-17 Thread Adrian
On Mon, Mar 17, 2008 at 9:25 PM, Amos Jeffries [EMAIL PROTECTED] wrote: Squid does not differentiate the types of auth a user has done. It tries all methods its configured with (in the order configured) until one succeeds. The common way to do this appears to be to use the least-accepting

[squid-users] Unable to reach a site

2008-03-17 Thread revathi ganesh
Hello friends This is a strange problem I am facing I am able to ping to a particular site and also Traceroute also is finishing with out any problem. But I am unable to get the page on my browser. why its is happening.. Is there any way like traceroute to find out what is happening in a

[squid-users] Confusing redirection behaviour

2008-03-17 Thread Dave Coventry
In an attempt to generate a login page I was previously using external_acl_type to define a helper program to define my acl, and then using deny_info to define a logon page for my users. This failed because the redirected page did not appear to use it's own URL as it's root and instead

Re: [squid-users] Unable to reach a site

2008-03-17 Thread Angela Williams
Hi! On Monday 17 March 2008, revathi ganesh wrote: Hello friends This is a strange problem I am facing I am able to ping to a particular site and also Traceroute also is finishing with out any problem. But I am unable to get the page on my browser. why its is happening.. Is there any

Re: [squid-users] Logging/Blocking URLs with question marks ?

2008-03-17 Thread Amos Jeffries
Robin Clayton wrote: Dear all 2.5-Stable-5 You would do well to update. THere are quite a number of problems now known with 2.5. I have used squid for probably 8 years. It has recently come to my attention that sites with dynamic content as denoted by a ? question mark are not being

Re: [squid-users] squid 2.7 behaviour

2008-03-17 Thread Pablo García
Guys, here's the output of the access_log with header logging. Let me know If I can gather some more info. Regards, Pablo 1205758406.127 1324 172.16.254.4 TCP_REFRESH_MISS/200 9580 GET http://listados.deremate.cl/consolas-video-juegos-sony-playstation-3_46745/_srZpricedesc -

Re: [squid-users] Streaming audio header info

2008-03-17 Thread Amos Jeffries
[EMAIL PROTECTED] wrote: This might sound a bit vague, as I have just picked up support for squid. We are currently running squid-2.5.STABLE1 on a Solaris 5.5.1, with local password authentication. I am in the processes of replacing it with a Solaris 9 box running squid-2.6.STABLE18, and ntlm

Re: [squid-users] Using multiple auth scheme types in one squid instance?

2008-03-17 Thread Amos Jeffries
Adrian wrote: On Mon, Mar 17, 2008 at 9:25 PM, Amos Jeffries [EMAIL PROTECTED] wrote: Squid does not differentiate the types of auth a user has done. It tries all methods its configured with (in the order configured) until one succeeds. The common way to do this appears to be to use the

[squid-users] Support for NTLM web authentication on squid 3.0

2008-03-17 Thread John Mok
Hi, Did anyone try Proxying of NTLM web authentication on squid 3.0 :- http://devel.squid-cache.org/ntlm/ Does it come with squid 3.0? If not, what is the any roadmap for the support? Regards, John Mok

[squid-users] TCP_HIT and TCP_MISS

2008-03-17 Thread Guillaume Chartrand
Hi everybody, I run Squid2.6Stable12 for few months ago and when I look to my access.log I have no TCP_HIT, I just have TCP_MISS, so it's seem to cache nothing. And if I look to the cache.log I have almost just entry like : httpReadReply: Excess data from or WARNING! Your cache is running out

Re: [squid-users] Vary object loop

2008-03-17 Thread Aurimas Mikalauskas
On Mon, Mar 17, 2008 at 3:20 AM, Alex Rousskov [EMAIL PROTECTED] wrote: On Mon, 2008-03-17 at 06:25 +0900, Adrian Chadd wrote: On Fri, Mar 14, 2008, Alex Rousskov wrote: I think it actually is a bug in the Vary handling in Squid-3. The condition: if (!has_vary ||

Re: [squid-users] Support for NTLM web authentication on squid 3.0

2008-03-17 Thread Kinkie
On Mon, Mar 17, 2008 at 4:19 PM, John Mok [EMAIL PROTECTED] wrote: Hi, Did anyone try Proxying of NTLM web authentication on squid 3.0 :- http://devel.squid-cache.org/ntlm/ Does it come with squid 3.0? If not, what is the any roadmap for the support? Hi John, NTLM authentication

[squid-users] Streaming Audio, Video Video on Demand

2008-03-17 Thread Matt
There is plenty of noise lately about the video on demand being a huge bandwidth burden to cable broadband providers and others. Having worked for a wireless ISP I understand that quite well. End users always thought bandwidth was free for some reason. I was just thinking that almost all major

[squid-users] How Can I Stop Different Squid Purge Reponse Headers from 3.X than 2.6

2008-03-17 Thread Nicole
Hello. It seems that perhaps with the introduction of Squid Ver 3.X that the replies provided while performing a quid purge command is different. How can I make squid3.X purge reponse replies the same as squid 2.X? As shown below, when performing a purge, the 3.2 server provides a different

Re: [squid-users] How Can I Stop Different Squid Purge Reponse Headers from 3.X than 2.6

2008-03-17 Thread Amos Jeffries
Nicole wrote: Hello. It seems that perhaps with the introduction of Squid Ver 3.X that the replies provided while performing a quid purge command is different. How can I make squid3.X purge reponse replies the same as squid 2.X? As shown below, when performing a purge, the 3.2 server

Re: [squid-users] squid 2.7 behaviour

2008-03-17 Thread Mark Nottingham
I submitted this as a bug, at Henrik's suggestion; http://www.squid-cache.org/bugs/show_bug.cgi?id=2269 On 18/03/2008, at 12:09 AM, Pablo García wrote: Guys, here's the output of the access_log with header logging. Let me know If I can gather some more info. Regards, Pablo 1205758406.127

Re: [squid-users] TCP_HIT and TCP_MISS

2008-03-17 Thread Manoj_Rajkarnikar
On Mon, 17 Mar 2008, Guillaume Chartrand wrote: Hi everybody, I run Squid2.6Stable12 for few months ago and when I look to my access.log I have no TCP_HIT, I just have TCP_MISS, so it's seem to cache nothing. And if I look to the cache.log I have almost just entry like : httpReadReply: