[squid-users] Zero Penalty Hit Patch

2004-04-12 Thread Lizzy Dizzy
Hi, I've read with great interest about the patch called: Zero Penalty Hit patch for Squid by M. Stavrev (For marking TOS fields in packets going to the requesters). But unfortunately it cannot be found at http://www.it-academy.bg/zph/ anymore. Anyone have any idea where it can be downloaded?

[squid-users] Changing the TOS

2004-04-20 Thread Lizzy Dizzy
Hi fellow squids! Need advice/hints on where I can modify the client_side.c such that the TOS bits are marked on packets that is travelling from the proxy server to the client. Current implementation only marks those going from proxy to destination website. Thanks alot. Liz

[squid-users] Changing the TOS

2004-04-20 Thread Lizzy Dizzy
Hi fellow squids! Need to ask a simple developer question here: What condition could trigger this statement inside client_side.c if (http-out.offset == 0) Thanks alot. Liz _ Download games, logos, wallpapers and lots more at MSN

[squid-users] TCP_SWAPFAIL_MISS

2004-04-21 Thread Lizzy Dizzy
Hi all, when this code is being triggered, it means that the object was believed to be inside the cache disk, but could not be access. So in this circumstances, will squid go out and fetch the object from the origin server or does the user need to re-request the object again? Thanks Lizz

[squid-users] Another TCP_SWAPFAIL_MISS question.

2004-04-21 Thread Lizzy Dizzy
Sorry, Just another question to add, so if the object is retrieved from origin site, will there be another new entry inside access.log that says TCP_MISS for the object that could not be found inside the cache disk(and which is subsequently requested from the origin server)? Hi all, when this

Re: [squid-users] Possible squid exploit?

2004-05-14 Thread Lizzy Dizzy
Thanks! I saw an entry inside access log that looks like: GET ftp://site/path HTTP/1.X.. So does the user brower actually sends the request to port 80 or port 21? Thanks From: Hendrik Voigtländer [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re

[squid-users] Squid Performance

2004-04-30 Thread Lizzy Dizzy
Hi all, is there any website where I can find papers and reports on the performance of squid (e.g. what is the optimal cache disk size..., max memory size? Thanks Liz _ Find it on the web with MSN Search.

[squid-users] Squid + TCP Connection

2004-05-06 Thread Lizzy Dizzy
Hi everyone! I have a network setup such that my router will only throw dest port 80 8080 traffic to my squid server. Squid is listening to port 80 and 8080 only. I've got an acl that deny the CONNECT method for being used for all ports except 443. When I do a netstat I found out that:

[squid-users] Cache_dir using diskd

2004-05-16 Thread Lizzy Dizzy
Hi, anyone using the diskd option for squid's cache_dir under linux? Is it stable? Are you seeing a significant performance gain? Or is the performance gain only visible if your cache server is being pushed to it's limit? Thanks Liz

[squid-users] Squid performance issue [again]

2004-05-17 Thread Lizzy Dizzy
Hi, I understand that the size of the physical RAM has to be proportional to the total harddisk cache size. Supposing I have unlimited physical RAM, 1) What is the recommended size of 1 physical harddisk for each server (each server can have sda, sdb etc...). The reason I am asking this is

RE: [squid-users] Squid performance issue [again]

2004-05-17 Thread Lizzy Dizzy
Thanks. So does it means that the number of partition as well as the total size per harddisk does not matter? As long as the harddisk has multiple spindles, performance would be equivalent? Regards Liz From: Elsen Marc [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED],[EMAIL PROTECTED

[squid-users] aufs compile error

2004-05-17 Thread Lizzy Dizzy
Hi, I am configuring my squid 2.5S4 to used aufs. The following are the config: ./configure --enable-cache-digests --enable-gnuregex --enable-underscores --enable-err-languages=English --enable-storeio=aufs,ufs modified /src/fs/aufs/store_async.h such that ASYNC_WRITE is changed from 0 to 1.

[squid-users] Use Client IP instead of Proxy server IP for outgoing request

2004-05-17 Thread Lizzy Dizzy
Hi, I seems to read somewhere that it's possible to make squid use the client IP instead of it's own IP for outgoing request(In a transparent proxy environment). But I ca'nt seems to find the thread now. Anyone have any idea on how this can be done? Thanks Liz

RE: [squid-users] Real-Time Monitor

2004-06-04 Thread Lizzy Dizzy
Yo~ check out http://www.squid-cache.org/Scripts/ for squidtaild Liz From: Muhammad Ali [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [squid-users] Real-Time Monitor Date: Fri, 4 Jun 2004 09:53:06 +0600 Hi, I want to monitor all activities on Squid in Real-Time. Who is doing = what? Who is

[squid-users] How often should I restart Squid?

2004-06-20 Thread Lizzy Dizzy
Hi Folks, I've got a pretty busy squid proxy server (approx 50-100 request /sec). Is there any guideline as to how often do we need to restart squid (e.g. shutdown and start squid)? The reason is that I found out that squid uses up my 2.5GB of RAM leaving only 6MB. Also it uses up half of my

[squid-users] Linux 2.6 Kernel. Any benefits?

2004-06-23 Thread Lizzy Dizzy
Hi All, I am keen to switch my kernel to 2.6.7, due to reports that it is much more efficient that the current 2.4 kernel. I am currently using Squid 2.5-S4. Has anybody switched from a 2.4 kernel to a 2.6 kernel? Do you really see a performance boost in squid? Thanks Liz

[squid-users] ./squid -z questions

2004-06-27 Thread Lizzy Dizzy
Hi, I have a caching server with 6 SCSI disks. The first disk contains the squid application and kernel while the other 5 are just cache storage. Some times back, the first disk crashed and I recreated the OS and squid application on another similar machine and put the disk back. I ensure that

Re: [squid-users] ./squid -z questions

2004-06-28 Thread Lizzy Dizzy
cache_swap_high 85 == From: Hendrik Voigtländer [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [squid-users] ./squid -z questions Date: Mon, 28 Jun 2004 08:21:32 +0200 Lizzy Dizzy wrote: Hi, I have a caching server with 6 SCSI disks

[squid-users] Cachemgr talks to squid using https?

2004-06-28 Thread Lizzy Dizzy
Hi all, Can anyone advice me whether it is possible to configure cachemgr to talk to my squid cache using https? I can fetch the cachemgr.cgi result page via https (thru apache), but is it possible for https communication between cachemgr and the proxy server? Thanks Liz

[squid-users] diskd VS aufs

2004-06-29 Thread Lizzy Dizzy
Hi all, I've read that aufs and diskd are much much better than ufs. I am trying to decide between the two. I've read that aufs is the better one (in terms of performance), but probabability of crashing is higher? I am willing to sacrifice a bit of performance gain but would like to have

RE: [squid-users] diskd VS aufs

2004-06-30 Thread Lizzy Dizzy
Thanks. I suppose I do not need to rebuild the cache (./squid -z). But what makes you conclude that FreeBSD diskd is the better choice. Under Solaris and Linux use aufs.? Regards Liz From: Elsen Marc [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: [squid

[squid-users] How does your squid cache stacks up?

2004-07-05 Thread Lizzy Dizzy
Hi all, I have my squid caches running well over half a year since deployment. These are my daily cache statistics. I wonder if they can be improved even further. Anyone care to compare their stats? Maybe we can learn from each other... ;) Total request: 99.05 M Total request hits: 60.29 M

RE: [squid-users] How does your squid cache stacks up?

2004-07-07 Thread Lizzy Dizzy
statistics that plots how much byte hit per increase in disk cache? Rgds Liz From: Elsen Marc [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: [squid-users] How does your squid cache stacks up? Date: Tue, 6 Jul 2004 07:53:34 +0200 Hi all, I have my squid caches

[squid-users] download.windowsupdate.com

2004-07-15 Thread Lizzy Dizzy
Hi, anyone has their squid cache slowed down by this website? Especially these few days? I notice a surge in the number of request to this site. I have set my FileDescriptors to 8192, yet everytime it slows down the squid when only 4000 are used. Even cache HITS are affected. Rgds Lizz

Re: [squid-users] download.windowsupdate.com

2004-07-15 Thread Lizzy Dizzy
4.234.46..Cache-Control: no-cache, max-age=259200..Connection: keep-alive From: Robert Collins [EMAIL PROTECTED] To: Brett Glass [EMAIL PROTECTED] CC: Lizzy Dizzy [EMAIL PROTECTED],Squid Users [EMAIL PROTECTED] Subject: Re: [squid-users] download.windowsupdate.com Date: Fri, 16 Jul 2004 07:13:23

Re: [squid-users] download.windowsupdate.com

2004-07-16 Thread Lizzy Dizzy
there is any cache savings. Or perhaps, it is impossible to have any saving because different users will request different parts of the big block of data. Is it possible for users to get the same identical block of data? From: Guy Dawson [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED] CC

Re: [squid-users] download.windowsupdate.com

2004-07-19 Thread Lizzy Dizzy
: Microsoft-IIS/6.0..Content-Range: bytes 1267311-1288457/1996544..Content- Length: 21147..Connection: keep-alive Rgds Liz From: Henrik Nordstrom [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: Re: [squid-users

Re: [squid-users] download.windowsupdate.com

2004-07-19 Thread Lizzy Dizzy
.exe objects. Rgds Liz From: Henrik Nordstrom [EMAIL PROTECTED] To: Lizzy Dizzy [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: Re: [squid-users] download.windowsupdate.com Date: Mon, 19 Jul 2004 14:37:51 +0200 (CEST) On Fri, 16 Jul 2004, Lizzy Dizzy wrote

[squid-users] Squid Market Share

2004-08-10 Thread Lizzy Dizzy
Hi everyone, does anyone have any information on how much market share Squid is holding as compared to other caching product. Is there any formal statistics collected to compared how the various caching products performs. The one I found (something Caching Bake-Off by the Measurement factory)

[squid-users] Infinite Redirection Loop

2004-08-13 Thread Lizzy Dizzy
Hi all, I notice that http://multiply causes squid to do an infinite redirection loop. When I manually specify in squid.conf that this url be exempted from caching, the problem is resolved. I wonder how this could be done and whether there's any bug. Anyone face this before? Below are the dump