[squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Ralf Hildebrandt
According to the docs, cache_dir null takes no further options. But nevertheless it doesn't work: # /usr/sbin/squid3 -NsYC -f /etc/squid3/squid.conf.NOCACHE FATAL: Bungled squid.conf.NOCACHE line 19: cache_dir null /tmp Squid Cache (Version 3.0.STABLE1): Terminated abnormally. CPU Usage: 0.008

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Adrian Chadd
On Tue, Dec 18, 2007, Ralf Hildebrandt wrote: According to the docs, cache_dir null takes no further options. Where's it say this? Adrian -- - Xenion - http://www.xenion.com.au/ - VPS Hosting - Commercial Squid Support - - $25/pm entry-level VPSes w/ capped bandwidth charges available

Re: [squid-users] Some puzzle with squid!

2007-12-18 Thread Amos Jeffries
auser wrote: Hi,all: I have a puzzle with between apache2.2 and squid. I have three apache server with same configuration and only with apache service.And to squid server in front of apache server to cache my websites. (By the way, i used apache1.3 all the time before and working

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Amos Jeffries
Adrian Chadd wrote: On Tue, Dec 18, 2007, Ralf Hildebrandt wrote: According to the docs, cache_dir null takes no further options. Where's it say this? http://www.squid-cache.org/Versions/v2/2.6/cfgman/cache_dir.html http://www.squid-cache.org/Versions/v3/3.0/cfgman/cache_dir.html Both

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Ralf Hildebrandt
* Adrian Chadd [EMAIL PROTECTED]: On Tue, Dec 18, 2007, Ralf Hildebrandt wrote: According to the docs, cache_dir null takes no further options. Where's it say this? In the default squid.conf: # The null store type: # # no options are allowed or required It doesn't work

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Ralf Hildebrandt
* Amos Jeffries [EMAIL PROTECTED]: What I suspect here is that it has not been configured in. null-dir is not a default. ARGH. The Debian Maintainer omitted it. RGH -- Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED] Charite - Universitätsmedizin BerlinTel.

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Adrian Chadd
On Tue, Dec 18, 2007, Amos Jeffries wrote: http://www.squid-cache.org/Versions/v2/2.6/cfgman/cache_dir.html http://www.squid-cache.org/Versions/v3/3.0/cfgman/cache_dir.html Both identical. Ah, its confusing documentation. That should be fixed. The null store type: no options

Re: [squid-users] Redirect to specific parent depends on URL

2007-12-18 Thread Mr Crack
On 12/17/07, Amos Jeffries [EMAIL PROTECTED] wrote: Dear All, I have two ISPs and I'd to redirect to parent based on URL. See my situation below. / ISPA (eth0) e.g. 1.1.1.1 (same proxies of ISPA) (ADSL 512 Kbps) LAN eth3---LinuxBox--|-- ISPA

[squid-users] squid-3 problem with auth_param digest

2007-12-18 Thread Ralf Hildebrandt
And another problem :) auth_param digest program /usr/lib/squid3/digest_pw_auth /etc/squid/wlan-proxyauth.digest auth_param digest children 10 acl digestauthentifizierung proxy_auth REQUIRED http_access allow digestauthentifizierung used to work with squid-2.6.x -- but now all I get is: #

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Amos Jeffries
Adrian Chadd wrote: On Tue, Dec 18, 2007, Amos Jeffries wrote: http://www.squid-cache.org/Versions/v2/2.6/cfgman/cache_dir.html http://www.squid-cache.org/Versions/v3/3.0/cfgman/cache_dir.html Both identical. Ah, its confusing documentation. That should be fixed. The null store type:

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Adrian Chadd
On Tue, Dec 18, 2007, Amos Jeffries wrote: Yeah, but what it doesn't make abundantly clear is that the path isn't an option, its required for all storedir types. :) It really should not be for null. null should have an implicit and required /dev/null in the source code if dir string is

Re: [squid-users] Squid with auth NTLM

2007-12-18 Thread Leandro Ferrrari
Hi, yes the command wbinfo -g and -u working perfectly. My configuration is: krb5.conf: ... [libdefaults] default_realm = NEXTIT.LOCAL dns_lookup_realm = yes dns_lookup_kdc = yes [realms] NEXTIT.LOCAL = { kdc = vm-ws2003.nextit.local:88 admin_server = vm-ws2003.nextit.local:749

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Amos Jeffries
Adrian Chadd wrote: On Tue, Dec 18, 2007, Amos Jeffries wrote: Yeah, but what it doesn't make abundantly clear is that the path isn't an option, its required for all storedir types. :) It really should not be for null. null should have an implicit and required /dev/null in the source code if

Re: [squid-users] Redirect to specific parent depends on URL

2007-12-18 Thread Amos Jeffries
Mr Crack wrote: On 12/17/07, Amos Jeffries [EMAIL PROTECTED] wrote: Dear All, I have two ISPs and I'd to redirect to parent based on URL. See my situation below. / ISPA (eth0) e.g. 1.1.1.1 (same proxies of ISPA) (ADSL 512 Kbps) LAN eth3---LinuxBox--|--

[squid-users] Transparent proxy plus outsite proxy

2007-12-18 Thread Jose Noto
Good morning, I am seting up a Transparent proxy using squid where we already have a proxy server provided by our ISP and I am having some troubles. If I congure in the browser connections my ISP proxy, internet is working fine but I am not using the transparent proxy (the proxy server

[squid-users] squid-3 problem with squid-statistics

2007-12-18 Thread Ralf Hildebrandt
I'm using http://www.henriknordstrom.net/code/squid_statistics.tar.gz to graph several squid-2.6.x status parameters. After my switch to 3.0.x, the Memory graph (statistics/graphs/mem.png) looks really odd (see attached picture). How can I fix that? -- Ralf Hildebrandt (i.A. des IT-Zentrums)

RE: [squid-users] Squid with auth NTLM

2007-12-18 Thread Nick Duda
Whats your squid -v From: Leandro Ferrrari [mailto:[EMAIL PROTECTED] Sent: Tue 12/18/2007 5:43 AM To: Nick Duda Cc: Amos Jeffries; squid-users@squid-cache.org Subject: Re: [squid-users] Squid with auth NTLM Hi, yes the command wbinfo -g and -u working

Re: [squid-users] Squid with auth NTLM

2007-12-18 Thread Leandro Ferrrari
Squid -v: Squid Cache: Version 3.0.STABLE1 configure options: '-prefix=/usr/local/squid' '-exec-prefix=/usr/local/squid' '-enable-delay-pools' '-enable-cache-digests' '-enable-poll' '-disable-ident-lookups' '-enable-truncate' '-enable-removal-policies' '--enable-follow-x-forwarded-for'

RE: [squid-users] Squid with auth NTLM

2007-12-18 Thread Nick Duda
Wow lots of options...I cant speak for your external helper but i use '--enable-external-acl-helpers=wbinfo_group' with '--enable-auth=ntlm,basic' and it runs peachy - Nick From: Leandro Ferrrari [mailto:[EMAIL PROTECTED] Sent: Tue 12/18/2007 7:07 AM To: Nick

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: * Amos Jeffries [EMAIL PROTECTED]: What I suspect here is that it has not been configured in. null-dir is not a default. ARGH. The Debian Maintainer omitted it. RGH I recompiled that package and all is well now.

Re: [squid-users] squid-3 problem with auth_param digest

2007-12-18 Thread Henrik Nordstrom
On tis, 2007-12-18 at 11:28 +0100, Ralf Hildebrandt wrote: And another problem :) auth_param digest program /usr/lib/squid3/digest_pw_auth /etc/squid/wlan-proxyauth.digest auth_param digest children 10 acl digestauthentifizierung proxy_auth REQUIRED http_access allow

Re: [squid-users] Squid with auth NTLM

2007-12-18 Thread Leandro Ferrrari
Thank, I am going to compile again, but this parameter --enable-external-acl-helpers=wbinfo_group' with '--enable-auth=ntlm,basic' Sincerely, Leandro Ferrari 2007/12/18, Nick Duda [EMAIL PROTECTED]: Wow lots of options...I cant speak for your external helper but i use

Re: [squid-users] Transparent proxy plus outsite proxy

2007-12-18 Thread Henrik Nordstrom
On tis, 2007-12-18 at 11:37 +, Jose Noto wrote: Good morning, I am seting up a Transparent proxy using squid where we already have a proxy server provided by our ISP and I am having some troubles. If I congure in the browser connections my ISP proxy, internet is working fine but I am

Re: [squid-users] Some puzzle with squid!

2007-12-18 Thread Henrik Nordstrom
On tis, 2007-12-18 at 12:48 +0800, auser wrote: (By the way, i used apache1.3 all the time before and working well.) I use apche control cache time.And i set 15days with types of *.js.When I check http reponse , i find all time set is right! But when i check access_log, i found too

Re: [squid-users] Transparent proxy plus outsite proxy

2007-12-18 Thread Adrian Chadd
You can configure your transparent proxy to use your single upstream proxy server; just make sure your iptables rules don't redirect connections from your local squid. :) Adrian On Tue, Dec 18, 2007, Jose Noto wrote: Good morning, I am seting up a Transparent proxy using squid where we

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Henrik Nordstrom
On tis, 2007-12-18 at 23:32 +1300, Amos Jeffries wrote: It really should not be for null. The general syntax of cache_dir is cache_dir type path option path is what identifies the cache_dir line on squid -k reconfigure. the null store actually accepts options.. all the global options is

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Henrik Nordstrom
On tis, 2007-12-18 at 23:57 +1300, Amos Jeffries wrote: Which means once the netdb is fixed as per Henriks comments earlier it can dropped from cache_dir null in next round of squid.conf cleanups. the two really is separate issues. Regards Henrik signature.asc Description: This is a

Re: [squid-users] cache_peer weighting

2007-12-18 Thread Tony Dodd
On Tue, 18 Dec 2007 13:53:42 +1300 (NZDT) Amos Jeffries [EMAIL PROTECTED] wrote: IIRC Squid3.0 introduces weighted-round-robin for this purpose. Otherwise there is CARP in 2.6. So, I've implemented CARP, but I'm seeing some odd behavior... Given the following config lines: ###Userserve

Re: [squid-users] Transparent proxy plus outsite proxy

2007-12-18 Thread Amos Jeffries
Jose Noto wrote: Good morning, I am seting up a Transparent proxy using squid where we already have a proxy server provided by our ISP and I am having some troubles. If I congure in the browser connections my ISP proxy, internet is working fine but I am not using the transparent proxy (the

Re: [squid-users] squid-3 problem with cache_dir null

2007-12-18 Thread Amos Jeffries
Henrik Nordstrom wrote: On tis, 2007-12-18 at 23:57 +1300, Amos Jeffries wrote: Which means once the netdb is fixed as per Henriks comments earlier it can dropped from cache_dir null in next round of squid.conf cleanups. the two really is separate issues. Regards Henrik Seperate but netdb

Re: [squid-users] squid-3 problem with auth_param digest

2007-12-18 Thread Christos Tsantilas
Hi Ralf, You should also define the auth_param digest realm An realm for my Squid3 Caching proxy to enable digest authentication. In squid3 there is not default value for the realm Regards, Christos PS. Sorry for the duplicated mail And another problem :) auth_param digest program

Re: [squid-users] How to redirect http://gmail.com to https://gmail.com

2007-12-18 Thread Mr Crack
On Dec 17, 2007 5:50 PM, Amos Jeffries [EMAIL PROTECTED] wrote: Amos Jeffries wrote: Dear All, I would like to redirect http://gmail.com to https://gmail.com because http://gmail.com was banned by our ISP But they allow https://gmail.com User only know http://gmail.com but when they

[squid-users] Parse squid logs!

2007-12-18 Thread Michael Gichoga
I've implemented squid + wccp + dansguardian I'm sure most are familiar with squint, for parsing squid logs. Its working great but when I look at the parsed report from squint all the traffic seems to be coming from localhost (127.0.0.1). Is this because I'm doing transparent proxy such

Re: [squid-users] NTLM auth popup boxes

2007-12-18 Thread Elvar
Adrian Chadd wrote: On Sat, Nov 03, 2007, Elvar wrote: Hello all, I am currently running squid-2.6.14 on FreeBSD 6-STABLE and Squid is configured to authenticate users to the Active Directory database via the NTLM plugin. The problem I'm having is that approximately every other day or

Re: [squid-users] clustering squid

2007-12-18 Thread leongmzlist
We're using IPVS/LVS in our configuration. We have 13 squid instances running, 10 running debian w/ 32bit squid and 3 running on solaris 9 on sun netra x1. The netras are for low traffic stuff. The 2 load balancers are dell 1U boxes have quad intel nics running debian and packages from

[squid-users] Move Media Player

2007-12-18 Thread dmoone
Is it possible to get this plugin video player to work over squid? If so, how? http://movenetworks.com/support/renderer.html Requires IE. We have squid/2.6.STABLE13 Thanks

[squid-users] Move Media Player

2007-12-18 Thread dmoone
Is it possible to get this plugin video player to work over squid? If so, how? http://movenetworks.com/support/renderer.html Requires IE. We have squid/2.6.STABLE13 Thanks

[squid-users] Setting up squid as an accel proxy

2007-12-18 Thread Martin Jacobson (Jake)
I don't understand why I am having so much trouble getting something that seems to be so simple working. I have downloaded and installed squid-2.6.STABLE16 on my Linux box. I want to proxy my search engine's search page so I don't want squid caching the pages. I just want squid to act as a

Re: [squid-users] Move Media Player

2007-12-18 Thread Amos Jeffries
Is it possible to get this plugin video player to work over squid? If so, how? http://movenetworks.com/support/renderer.html Requires IE. We have squid/2.6.STABLE13 Thanks Should be. It seems to just be using www to download a streamed file. Cache-friendly headers etc. Unfortunately

[squid-users] Apple Safari bug?

2007-12-18 Thread jonr
Hello list, I have run into a problem when using Safari(any version) on Mac OS X Tiger and below. I have a .pac(ProxyAutoConfig) file that I point my browser to for content filtering. It works well for http but https it does not, I don't even see it show up in my logs. The Safari browser

Re: [squid-users] Move Media Player

2007-12-18 Thread Steve Snyder
On Tuesday 18 December 2007 4:12:42 pm [EMAIL PROTECTED] wrote: Is it possible to get this plugin video player to work over squid? If so, how? http://movenetworks.com/support/renderer.html Requires IE. We have squid/2.6.STABLE13 Thanks 1. Squid (2.6S17) doesn't cause any problems with

Re: [squid-users] Setting up squid as an accel proxy

2007-12-18 Thread leongmzlist
HOw does your queries look like? if the url contains cgi-bin, ?, by default squid wont cache them mike At 01:15 PM 12/18/2007, Martin Jacobson \(Jake\) wrote: I don't understand why I am having so much trouble getting something that seems to be so simple working. I have downloaded and

[squid-users] New assertion errors with 3.0stable1

2007-12-18 Thread Ralf Hildebrandt
I got several assertion errors tonight: # grep -1 Starting Squid cache.log 2007/12/18 22:49:09| Starting Squid Cache version 3.0.STABLE1 for i486-pc-linux-gnu... 2007/12/18 22:49:09| Process ID 4005 -- 2007/12/19 00:14:52| assertion failed: store_client.cc:430: STORE_DISK_CLIENT == getType()

Re: [squid-users] cache_peer weighting

2007-12-18 Thread Amos Jeffries
On Tue, 18 Dec 2007 13:53:42 +1300 (NZDT) Amos Jeffries [EMAIL PROTECTED] wrote: IIRC Squid3.0 introduces weighted-round-robin for this purpose. Otherwise there is CARP in 2.6. So, I've implemented CARP, but I'm seeing some odd behavior... Given the following config lines:

Re: [squid-users] Parse squid logs!

2007-12-18 Thread Adrian Chadd
On Tue, Dec 18, 2007, Michael Gichoga wrote: I've implemented squid + wccp + dansguardian I'm sure most are familiar with squint, for parsing squid logs. Its working great but when I look at the parsed report from squint all the traffic seems to be coming from localhost (127.0.0.1). Is

Re: [squid-users] NTLM auth popup boxes

2007-12-18 Thread Adrian Chadd
On Tue, Dec 18, 2007, Elvar wrote: Well, I've set up squid-rrd now on two different boxes at two different locations to monitor performance and it doesn't appear that Squid is being overworked. Is there a way to possibly increase the TTL for queries against Active Directory? I've been

Re: [squid-users] Setting up squid as an accel proxy

2007-12-18 Thread Amos Jeffries
I don't understand why I am having so much trouble getting something that seems to be so simple working. I have downloaded and installed squid-2.6.STABLE16 on my Linux box. Please use STABLE17, 16 has a major security bug. I want to proxy my search engine's search page so I don't want

Re: [squid-users] NTLM auth popup boxes

2007-12-18 Thread Amos Jeffries
Adrian Chadd wrote: On Sat, Nov 03, 2007, Elvar wrote: Hello all, I am currently running squid-2.6.14 on FreeBSD 6-STABLE and Squid is Please upgrade to STABLE17. There is a security problem in earlier releases. configured to authenticate users to the Active Directory database via the

[squid-users] authenticate using ldap to AD for hostnames

2007-12-18 Thread Rolf Loudon
hi I have used for many years auth for squid by looking up user/pass and group membership against Active Directory. I have found that I can place into AD groups, hostnames. The object type of computers as AD describes it. querying the directory with cn=somehostname returns the group as

Re: [squid-users] cache_peer weighting

2007-12-18 Thread Tony Dodd
Amos Jeffries wrote: Did you move to 2.6 in the process? I found that carp is accepted in 2.5 but marked experimental and before many bugs fixes that went into 2.6. Try adding debug_options ALL,1, 39,5 to squid.conf and see what pops into cache.log I've been running 2.6 for a while; and

[squid-users] Is there an IE script/wrapper/hack to send username to squid?

2007-12-18 Thread Adrian
Hi, I have my own squid authenticator that works nicely but people get sick of having to type their credentials in each time IE loads. Does anyone know of a launcher script or program that will tell IE to enter a username/password (even from a text file) when it hits the squid proxy? I'm not

[squid-users] Re: Some puzzle with squid!

2007-12-18 Thread auser
auser,您好! === 2007-12-18 12:48:11 您在来信中写道:=== Hi,all: I have a puzzle with between apache2.2 and squid. I have three apache server with same configuration and only with apache service.And to squid server in front of apache server to cache my websites. (By the way, i