Re: [squid-users] Cache refresh after edit using Zope

2005-01-17 Thread Ken Ara
a "304 Not Modified" reply instead of the "200 OK" for any fresh files and never allow a CLIENT_REFRESH_MISS for any files called 'rss.xml'. I would appreciate any help! Thanks, Ken --- Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > > On Thu, 30

Re: [squid-users] Cache refresh after edit using Zope

2005-01-17 Thread Ken Ara
... Ken --- Kinkie <[EMAIL PROTECTED]> wrote: > On Mon, 2005-01-17 at 03:14 -0800, Ken Ara wrote: > > > I publish a large number of RSS feeds which I > update > > once a day. These are cached by Squid and bear > > "Last-Modified", "Expir

[squid-users] Multiple accel ports

2005-04-15 Thread Ken Ara
I run Squid as accelerator for Zope with these settings: http_port 216.12.34.56:80 httpd_accel_host mydomain.myisp.com httpd_accel_port 81 This is to serve mydomain.com. I am on a freeBSD jailhost. Now I have been given a second IP address to run a second instance of Zope on port 82 to serve my

[squid-users] Which deny rule was used?

2005-08-24 Thread Ken Ara
I have seen this question asked before but I have been unable to find the answer. Using squid-2.5.STABLE9 as reverse proxy, I try to defend my server against assorted nasties using lots of 'src' and 'browser' acls. But in access.log, when a 403 is reported, there seems to be no way to detect whic

Re: [squid-users] Re: Which deny rule was used?

2005-08-25 Thread Ken Ara
Thanks for these answers. --- Christoph Haas <[EMAIL PROTECTED]> wrote: > > Set 'debug_options ALL,1 33,2' in your squid.conf > and run 'squid -k > reconfig'. The cache.log should then tell you why an > access is denied. > So, Googling for "debug_options ALL,1 33,2" I see this is an FAQ.. Ac

[squid-users] Disallow client refresh?

2004-06-15 Thread Ken Ara
Hi, I use Squid in accelerator mode to cache dynamic content. But it seems that even if a fresh cached file is available, certain aggressive bots can cause a cache MISS. For that matter, I wouldn't mind disallowing a refresh to all user-agents except my own. If I could count on Squid to serve

[squid-users] deny access based on referer

2004-11-25 Thread Ken Ara
L (or referer-regexp)? Thanks, Ken Ara __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[squid-users] Cache refresh after edit using Zope

2004-12-30 Thread Ken Ara
I am using Squid in accelerator mode to cache complex pages generated by Zope. I use a combination of Python and DTML to update individual database records. This Method ends with a redirect to the publicly viewable page that has just been modified, however to view my changes I need to force a refr