Re: [squid-users] CARP setup

2008-10-22 Thread Paras Fadte
Ok. On 10/21/08, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > Scrolling back to my first response in this thread: > > http://marc.info/?l=squid-users&m=122366977412432&w=2 > > > On tis, 2008-10-21 at 21:18 +0530, Paras Fadte wrote: > > Hi Henrik, > &g

Re: [squid-users] Warning in cache.log

2008-10-21 Thread Paras Fadte
ulimit -n shows 1024 On 10/21/08, Alejandro Bednarik <[EMAIL PROTECTED]> wrote: > > Which is the output of "ulimit -n" (for linux) or "sysctl -a | grep > maxfiles" (for BSD) > > Cheers! > > > Paras Fadte wrote: > > Hi, > > >

[squid-users] Warning in cache.log

2008-10-21 Thread Paras Fadte
Hi, I get following message in cache.log . WARNING! Your cache is running out of filedescriptors How can it be resolved ? Thanks. -Paras

Re: [squid-users] CARP setup

2008-10-21 Thread Paras Fadte
Hi Henrik, Thanks for your reply. What would be your suggestion for a CARP setup which would provide an efficient caching system? Thanks in advance. -Paras On 10/16/08, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On tor, 2008-10-16 at 09:42 +0530, Paras Fadte wrote: >

Re: [squid-users] CARP setup

2008-10-15 Thread Paras Fadte
as On Tue, Oct 14, 2008 at 4:17 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On tis, 2008-10-14 at 14:10 +0530, Paras Fadte wrote: > >> Also , should the squid server with the below configuration be made >> not to cache anything fetched from the parent caches by s

Re: [squid-users] CARP setup

2008-10-14 Thread Paras Fadte
arded to a particular parent cache ? Thank you. -Paras On Mon, Oct 13, 2008 at 7:18 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > Most likely your proxy is not allowed to access the parent. > > > On mån, 2008-10-13 at 17:42 +0530, Paras Fadte wrote: >> Hi Henrik, >> &

Re: [squid-users] CARP setup

2008-10-13 Thread Paras Fadte
, I get an access control list error. Any help in this regard would be appreciated and thanks in advance. -Paras On Mon, Oct 13, 2008 at 9:44 AM, Paras Fadte <[EMAIL PROTECTED]> wrote: > Thanks Henrik. > > On Sat, Oct 11, 2008 at 1:39 AM, Henrik Nordstrom > <[EMAIL PRO

Re: [squid-users] CARP setup

2008-10-12 Thread Paras Fadte
Thanks Henrik. On Sat, Oct 11, 2008 at 1:39 AM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On fre, 2008-10-10 at 16:40 +0530, Paras Fadte wrote: > >> How do I setup CARP in squid ? Whats a typical setup like ? > > Squid only support CARP parents, that is a Squid pare

[squid-users] CARP setup

2008-10-10 Thread Paras Fadte
Hi, How do I setup CARP in squid ? Whats a typical setup like ? -Paras

[squid-users] Purging cached web objects

2008-08-23 Thread Paras Fadte
Hi, Is there any utility for purging cached web objects in squid with wildcard support ? Thank you. -Paras

[squid-users] Log analyzer

2008-08-17 Thread Paras Fadte
Hi, Can anyone suggest which is the best log analyzer for squid ? Thank you. -Paras

[squid-users] Squid Caching Hierarchy

2008-08-11 Thread Paras Fadte
Hi, In the following S1,S2,S3,S4,S5 represent squid caching servers. A request coming through Load balancer will go to S1,S2 or S3 and if they don't have the requested web object it will contact S4/S5 which In turn would contact O1 or O2 which are origin servers. Is this setup plausible enough to

[squid-users] Caching Hierarchy

2008-08-10 Thread Paras Fadte
Hi, What is the best caching hierarchy using squid so that the load on origin servers is kept to minimum ? Thank you. -Paras

[squid-users] Adding Header file

2008-04-15 Thread Paras Fadte
Hi, I was trying to add header file "stack.h" in one of the squids source code file so that I could define stack data types. But it doesn't seem to work . Can anybody help me out with this please? Thank you. -plf

[squid-users] handling of requests by squid

2008-03-30 Thread Paras Fadte
Hi, Can anybody please tell me if squid by default handles only one request at a time or does it process many requests simultaneously at one time. Thank you. -plf

[squid-users] ESI choose/when statement

2008-03-11 Thread Paras Fadte
Hi, I have an html page with following ESI code This is $(number) On $(HTTP_HOST) And I am in "when" I am in "Otherwise" The problem that I encounter is that it does't seem to execute statement correctly since it evaluates $(number) as a variable whose value is unknown