[squid-users] End-to-end reload?

2009-08-05 Thread Ric
, except for the client's cache. Is this not the way Squid behaves? Ric

Re: [squid-users] End-to-end reload?

2009-08-05 Thread Ric
On Aug 5, 2009, at 10:03 AM, Henrik Nordstrom wrote: ons 2009-08-05 klockan 07:58 -0700 skrev Ric: I've recently been made aware that Apache supports something called end-to-end reload (apparently documented in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.4) . I'm curious

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
ande using python2.4 as pasted below . Umm... Zope is a python process. Are you perchance connecting to the Zope server directly yourself? Ric

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
On Mar 27, 2008, at 11:37 PM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 27, 2008, at 9:57 PM, kk CHN wrote: People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of requests from users should be like this squid listens on public ip

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
On Mar 28, 2008, at 12:35 AM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: What then is on ports 65287 and 64313 on your server? www python2.4 44496 20 tcp4 my_Serverbox_public_IPAddress :65287 164.115.5.2:80 Here the pid 44496 I greped $ ps -aux|grep 44496 www 44496

Re: [squid-users] bug? (was cache deny and the 'public' token)

2008-03-27 Thread Ric
On Mar 26, 2008, at 3:06 PM, Henrik Nordstrom wrote: On Tue, 2008-03-25 at 18:13 -0700, Ric wrote: Even then you have the same problem. A public response is a cache hit even if the request carries authentication. Umm... only if it contains a public cache control token. That's

[squid-users] Is squid -z idempotent?

2008-03-27 Thread Ric
Is squid -z idempotent? In other words, is there any issue with a startup script that runs squid -z before every startup, even if the cache directory has already been generated in a previous startup? Ric

[squid-users] spaces in paths

2008-03-27 Thread Ric
I noticed that Squid doesn't appear to support spaces in path names, even if the path is quoted. Are there any plans to enable quoted path names? Ric

Re: [squid-users] bug? (was cache deny and the 'public' token)

2008-03-27 Thread Ric
On Mar 27, 2008, at 2:02 PM, Henrik Nordstrom wrote: On Thu, 2008-03-27 at 00:02 -0700, Ric wrote: So with either authentication method, the only way to cache a split view and guarantee that authenticated requests don't get the cached version is via a Vary header. And excluding

Re: [squid-users] spaces in paths

2008-03-27 Thread Ric
On Mar 27, 2008, at 5:36 PM, Henrik Nordstrom wrote: On Thu, 2008-03-27 at 14:38 -0700, Ric wrote: I noticed that Squid doesn't appear to support spaces in path names, even if the path is quoted. Where? pid_filename, a quoted path results in no pid file. cache_access_log, a quoted

Re: [squid-users] Is squid -z idempotent?

2008-03-27 Thread Ric
On Mar 27, 2008, at 5:25 PM, Henrik Nordstrom wrote: On Thu, 2008-03-27 at 13:49 -0700, Ric wrote: Is squid -z idempotent? Depends on the cache_dir type. For aufs/ufs/diskd it is. Okay, so not for coss type then? Thanks, that's good to know. So in the coss case, what happens if squid

Re: [squid-users] bug? (was cache deny and the 'public' token)

2008-03-25 Thread Ric
On Mar 25, 2008, at 3:19 AM, Henrik Nordstrom wrote: On Mon, 2008-03-24 at 11:44 -0700, Ric wrote: Yes, I realize this. Unless we authenticate using one of the Authenticated header methods, it seems that we have to be careful not to try caching split views in standard proxies. Even

Re: [squid-users] A bug? (was cache deny and the 'public' token)

2008-03-24 Thread Ric
On Mar 24, 2008, at 3:22 AM, Henrik Nordstrom wrote: On Sun, 2008-03-23 at 01:42 -0700, Ric wrote: I guess another alternative to the 'public' token is to instead issue a 'private' token with any cookie-authenticated response that should not be cached. This just moves the default cache

Re: [squid-users] A bug? (was cache deny and the 'public' token)

2008-03-22 Thread Ric
On Mar 21, 2008, at 3:06 PM, Henrik Nordstrom wrote: On Thu, 2008-03-20 at 20:11 -0700, Ric wrote: In reverse-proxy setup, I would like to prevent requests authenticated via cookies from being cached while retaining the ability of the Cache- Control: public token to override

Re: [squid-users] A bug? (was cache deny and the 'public' token)

2008-03-22 Thread Ric
On Mar 22, 2008, at 2:46 PM, Henrik Nordstrom wrote: On Sat, 2008-03-22 at 03:29 -0700, Ric wrote: Okay... after much trial and error, I think this is a bug. I stripped my config down to the bare essentials and these two lines consistently break caching. acl public rep_header Cache-Control

Re: [squid-users] cache deny and the 'public' token

2008-03-21 Thread Ric
On Mar 21, 2008, at 3:06 PM, Henrik Nordstrom wrote: On Thu, 2008-03-20 at 20:11 -0700, Ric wrote: In reverse-proxy setup, I would like to prevent requests authenticated via cookies from being cached while retaining the ability of the Cache- Control: public token to override

Re: [squid-users] rewrite URLs (was hope squid provide development API)

2008-03-20 Thread Ric
to parse the changeset now... are there any more readable notes on how this feature is configured? Ric

[squid-users] cache deny and the 'public' token

2008-03-20 Thread Ric
Cache-Control public cache allow public acl auth_cookie req_header Cookie -i auth= cache deny auth_cookie Ric

[squid-users] refresh_pattern using acls?

2008-03-08 Thread Ric
The docs seem to suggest that this won't work currently, so I guess my question is really what do the developers think about enabling this pattern? Ric

Re: [squid-users] Configuring reverse proxy for both 80/443

2008-03-04 Thread Ric
I haven't tried myself but I'm pretty sure that you can have as many duplicate cache_peers as you want as long you give each of them a different name Ric On Mar 4, 2008, at 5:01 PM, Chris Woodfield wrote: I haven't tried this myself, but can't you just have two cache-peer lines

Re: [squid-users] Re: Why squid -z

2008-03-01 Thread Ric
On Mar 1, 2008, at 2:14 AM, Amos Jeffries wrote: RW wrote: On Tue, 26 Feb 2008 12:25:06 +0200 Angela Williams [EMAIL PROTECTED] wrote: On Tuesday 26 February 2008, Ric wrote: I'm wondering why we require squid -z before starting up Squid for the first time. Is there some reason why Squid

Re: [squid-users] Why squid -z

2008-02-27 Thread Ric
On Feb 27, 2008, at 12:29 AM, Angela Williams wrote: On Tuesday 26 February 2008, Ric wrote: On Feb 26, 2008, at 2:25 AM, Angela Williams wrote: On Tuesday 26 February 2008, Ric wrote: I'm wondering why we require squid -z before starting up Squid for the first time. Is there some reason

Re: [squid-users] Squid-2, Squid-3, roadmap

2008-02-27 Thread Ric
to aggressively manage the caching behavior of a reverse-proxy cache (aka surrogate) without contaminating the Cache-Control header would be real handy. I'm still using Squid-2 because of the above mentioned concerns but I'm salivating. Ric

Re: [squid-users] Multiple hosts with cache_peer and urlpath_regex

2008-02-26 Thread Ric
foo2 cache_peer_access server2 deny foo1 never_direct deny foo2 (I'm a bit fuzzy this morning, but I think I've got the never_direct allow/deny the right way round.) Amos Is never_direct really necessary in the accelerator mode? Ric

Re: [squid-users] Why squid -z

2008-02-26 Thread Ric
On Feb 26, 2008, at 2:25 AM, Angela Williams wrote: On Tuesday 26 February 2008, Ric wrote: I'm wondering why we require squid -z before starting up Squid for the first time. Is there some reason why Squid shouldn't do this automatically when necessary? Just a simple scenario? I use

[squid-users] Why squid -z

2008-02-25 Thread Ric
I'm wondering why we require squid -z before starting up Squid for the first time. Is there some reason why Squid shouldn't do this automatically when necessary? Just wondering. Ric

[squid-users] Clearing the cache

2008-02-24 Thread Ric
scary than a recursive rm with fumbling fingers). Any problems with it? Ric

Re: [squid-users] Clearing the cache

2008-02-24 Thread Ric
On Feb 24, 2008, at 4:40 AM, Amos Jeffries wrote: Ric wrote: In http://wiki.squid-cache.org/SquidFaq/ClearingTheCache, it says to purge the cache via: squid -k shutdown rm -r /squid/cache/* squid -z squid I've seen elsewhere say to use: squid -k shutdown echo '' /squid/cache/swap.state

[squid-users] Forwarding HTTP and HTTPS Traffic to an Upstream Proxy using Cache_Peer on separate ports

2008-02-20 Thread Ric Lonsdale
http_access allow httpstraffic cache_peer_access 10.198.1.2 allow httptraffic cache_peer_access 10.198.1.2 allow SSL_ports never_direct allow all Is it possible to change the squid.conf settings to send HTTP and HTTPS requests to the same upstream Finjan appliance, but on separate ports? Thanks, Ric

Re: [squid-users] Asking for feedback on new Squid Wiki theme

2008-02-06 Thread Ric
report your opinions. FWIW, I like the new watermark better but it would look much better faded to nearly invisible. Ric

[squid-users] How do I stop the cache for a while

2007-11-08 Thread Ric Lonsdale
is obviously unmanageable. I don't want to delete the cache as it's 4.5gb. Any help appreciated. Thanks, Ric

[squid-users] Squid authenticating to 2 Separate Active Directory Domains

2007-04-30 Thread Ric Lonsdale
on that domain, it then queries the other domain? If you think my question should be directed to Samba developers please let me know, but I know a lot of you have experience of Squid with AD setups. Regards, Ric

[squid-users] How do I stop access.log from logging gifs and jpegs

2005-11-03 Thread Ric Lonsdale
Is it possible to stop squid from logging gifs and jpegs in the access.log file? I still want them to be cached, but not reported in the access.log. Regards, Ric

RE: [squid-users] How do I stop access.log from logging gifs and jpegs

2005-11-03 Thread Ric Lonsdale
person to help me. Thanks, Ric

RE: [squid-users] How do I stop access.log from logging gifs and jpegs

2005-11-03 Thread Ric Lonsdale
the relevant person to help me. Thanks, Ric Perhaps How do I patch Squid? needs to be added to the FAQ (or http://www.squid-cache.org/Doc/FAQ/FAQ-2.html#ss2.6 could be expanded)... Squid patches available from http://devel.squid-cache.org/ should be applied to the most recent source. Assuming you

FW: [squid-users] Problem with https-sites

2005-10-24 Thread Ric Lonsdale
. This is only useful for you if you don't mind people going to the site without authenticating, which works for me as it is normally only HTTPS business sites they are trying to access, which then require a specific name and password to access the site anyway. Regards, Ric

RE: [squid-users] SmartFilter DA (was Re: [squid-users] Hardware requirements for my deployment)

2005-06-24 Thread Ric Lonsdale
We have 2 disks mirrored using raid0 and the 3rd disk separate as we're not concerned if we lose the cache. We are only using 11gb of the 3rd disk which has proved ample for our purposes (approx. 70% being used at present). Hi, How did you

[squid-users] Access Logging

2005-06-13 Thread Ric Lonsdale
the names (e.g. joe bloggs)?. Squidrunner kindly advised me to use sed, but we are using real-time analysis so cannot run the command against a static log file. Any help would be appreciated. Thanks, Ric

RE: [squid-users] %20 in Access logs

2005-06-08 Thread Ric Lonsdale
of the user without a space (testuser). The problem i have is that the access logs are in real time as is SmartReporter, so I cannot use the sed command in the way you describe. Anymore suggestions would be appreciated, Thanks, Ric

[squid-users] %20 in Access logs

2005-05-31 Thread Ric Lonsdale
/pictures/1269636.gif test%20user NONE/- image/gif MONITOR Sports Any help appreciated. Thanks, Ric

[squid-users] LDAP Compile Problem

2005-05-11 Thread Ric Lonsdale
I'm trying to compile squid-2.5.STABLE7 on a server with RedHat ES3, with the following options:- ./configure --prefix=/usr/local/squid --enable-removal-policies=heap,lru --enable-basic-auth-helpers=LDAP --enable-external-acl-helpers=ldap_group --enable-auth=basic,ntlm However, when I run make

[squid-users] Re: Help me About Squid

2005-02-21 Thread Ric Lonsdale
set it to 8Mb, are you saying that Squid will use the rest of my 4Gb RAM as it sees fit? If so why have this setting? I'm missing the point here I'm sure, so please advise. Thanks, Ric

Fw: [squid-users] Sporadic high CPU usage, no traffic

2005-02-04 Thread Ric Lonsdale
From: Henrik Nordstrom [EMAIL PROTECTED] To: Chris Robertson [EMAIL PROTECTED] Cc: squid-users@squid-cache.org Sent: Thursday, November 04, 2004 11:35 PM Subject: RE: [squid-users] Sporadic high CPU usage, no traffic Here's the proposed solution for site blocking (using url_regex):