Trying to find the decision for cache - yes / no

2009-02-17 Thread snayit
Hi Guys, I'm trying to find in Squid where does it decide whether or not to RELEASE or SWAPOUT the file, but i think i'm around it for a while. Does it have a central point of decision? If not, where should i zoom in? I've tried some debugging for store.cc and store_swapout.cc but with no luck ,

Introducing myself to the group

2009-02-17 Thread Jack Quinlin
Hello, I would like to introduce myself to the group and join the squid-dev. My name is Jack Quinlin and I have been using Squid in production environments for five years now and have 20+ Squid servers deployed. I think the best use of my skill set would be in testing and some lite d

Purging multiple objects from the cache

2009-02-17 Thread Chris Goughnour
I would like to squid as a reverse proxy, but the ability to purge multiple objects from the cache based on wildcards is important to me. Is there any interest in a patch for maintaining a list of cached objects and allowing purging of multiple objects? Thanks. Chris Goughnour

Randomly getting ERR_ICAP_FAILURE - Error 27

2009-02-17 Thread makuchaku
Hello all, This is my maiden attempt at hacking Squid's codebase. I am trying to modify the example adapter in the ecap_adapter_sample tarball - such that, each "" found in the virgin body is replaced by " - Modified". This is just to understand how the adapter is interfaced with libecap and squi

A configuration issue...

2009-02-17 Thread Vivek Sharma
We have an enterprise setup in our organisation with more than 500 users who need to authenticate through LDAP for web access with content being filtered by SQUID-Cache. As a policy of organisaiton we need to enforce a default initial page (After User authentication) to our organisation page for al

Info on release

2009-02-17 Thread Malik Cherif
Hello, I have one question regarding STABLE6 version, do you know when this one will be available to download on squid-cache.org official website please ? Best regards. ps: i found of course this version available to download on other site but i need to download it from official site. Bes

Re: Purging multiple objects from the cache

2009-02-17 Thread Henrik Nordstrom
fre 2009-02-13 klockan 21:00 +0900 skrev Chris Goughnour: > I would like to squid as a reverse proxy, but the ability to purge > multiple objects from the cache based on wildcards is important to me. > Is there any interest in a patch for maintaining a list of cached > objects and allowing purging

Re: Info on release

2009-02-17 Thread Henrik Nordstrom
tis 2009-02-17 klockan 16:38 +0100 skrev Malik Cherif: > Hello, > > I have one question regarding STABLE6 version, do you know when this one > will be available to download on squid-cache.org official website please ? 2.7.STABLE6 has been available for download quite some time, even before the a

Re: Introducing myself to the group

2009-02-17 Thread Amos Jeffries
Jack Quinlin wrote: Hello, I would like to introduce myself to the group and join the squid-dev. My name is Jack Quinlin and I have been using Squid in production environments for five years now and have 20+ Squid servers deployed. I think the best use of my skill set would be in te

Re: A configuration issue...

2009-02-17 Thread Amos Jeffries
Vivek Sharma wrote: We have an enterprise setup in our organisation with more than 500 users who need to authenticate through LDAP for web access with content being filtered by SQUID-Cache. As a policy of organisaiton we need to enforce a default initial page (After User authentication) to our or

[MERGE] libcompat round 4

2009-02-17 Thread Amos Jeffries
adds removal of a few bad include paths and a duplicate assert.h on top of round 3.

Re: [MERGE] libcompat round 4

2009-02-17 Thread Bundle Buggy
Bundle Buggy has detected this merge request. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C499B6C6B.1040904%40treenet.co.nz%3E Project: Squid

Re: [MERGE] libcompat round 4

2009-02-17 Thread Alex Rousskov
Alex Rousskov has voted approve. Status is now: Approved Comment: Assuming that all "make" targets work in your tests, this code is worth committing now. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C499B6C6B.1040904%40treenet.co.nz%3E Project: Squid

SourceLayout and adaptation/esi

2009-02-17 Thread Alex Rousskov
Hi Amos, I am working on the adaptation-related SourceLayout changes this week. I have updated the wiki page. The adaptation directories on the wiki page do not reflect the last consensus regarding moving icap and ecap inside adaptation/, but that is OK. I will update the wiki page if my chang

Re: Randomly getting ERR_ICAP_FAILURE - Error 27

2009-02-17 Thread Alex Rousskov
On 02/15/2009 09:39 PM, मयंक जैन (makuchaku) wrote: > I am trying to modify the example adapter in the ecap_adapter_sample > tarball - such that, each "" found in the virgin body is > replaced by " - Modified". This is just to understand how the > adapter is interfaced with libecap and squid. >