[squid-users] Squid internals

2009-05-05 Thread Laurent Luce
Where can I find a doc on the internals of Squid ? Cache internals for example. Laurent

Re: [squid-users] Squid internals

2009-05-05 Thread Kinkie
Documentation is a bit sparse and being worked on. Some is in the programming guide, some in Doxigen autodocs, some in the wiki. The easiest ways to find it are google and browsing the sources. Any help in improving it is of course welcome. On Tuesday, May 5, 2009, Laurent Luce

[squid-users] How can i forwadr headers and response to an external application?

2009-05-05 Thread akinf
Hello, We are planning to use squid as a http proxy as an alternative to wapgw. Our requirements include: reject some requests based on a businesslogic( we used redirector and implented this. Squid forward each url request wiht ip to our java based application. Actually this a telecom

[squid-users] problem with acl urlpath_regex

2009-05-05 Thread gui
Hello, I have a problem with my acl urlpath_regex Extract from squid.conf : acl all src 0.0.0.0/0.0.0.0 acl invalid_uri urlpath_regex ^/% http_access deny invalid_uri http_access allow all Now some test with wget : wget http://zayin.yahubb.cn/%ag --17:11:16-- http://zayin.yahubb.cn/%25ag

Re: [squid-users] problem with acl urlpath_regex

2009-05-05 Thread Jeff Pang
gui: Hello, I have a problem with my acl urlpath_regex Extract from squid.conf : acl all src 0.0.0.0/0.0.0.0 acl invalid_uri urlpath_regex ^/% http_access deny invalid_uri http_access allow all Now some test with wget : wget http://zayin.yahubb.cn/%ag --17:11:16--

[squid-users] real time sarg

2009-05-05 Thread Arun Shrimali
Dear All, Might be it a wrong forum for this mail, but many of you would have solved this problem and can help me. I have setup Squid (with NCSA authentication) and trying to setup sarg for reports. For the real time reports, I have configured the sarg conf as follows # TAG:

Re: [squid-users] Please give a solution - Tproxy

2009-05-05 Thread Amos Jeffries
adnan wrote: - Original Message - From: Amos Jeffries squ...@treenet.co.nz To: Monzur Md.. Alam mon...@citechco.net Cc: squid-users@squid-cache.org Sent: Monday, May 04, 2009 7:19 PM Subject: Re: [squid-users] Please give a solution - Tproxy Monzur Md.. Alam wrote: Dear all, I have

Re: [squid-users] Squid internals

2009-05-05 Thread Amos Jeffries
Kinkie wrote: Documentation is a bit sparse and being worked on. Some is in the programming guide, some in Doxigen autodocs, some in the wiki. The easiest ways to find it are google and browsing the sources. Any help in improving it is of course welcome. Doxygen is the most current and

Re: [squid-users] How can i forwadr headers and response to an external application?

2009-05-05 Thread Amos Jeffries
akinf wrote: Hello, We are planning to use squid as a http proxy as an alternative to wapgw. Our requirements include: reject some requests based on a businesslogic( we used redirector and implented this. Squid forward each url request wiht ip to our java based application. Actually this a

Re: [squid-users] real time sarg

2009-05-05 Thread Rob Asher
Instead of or in addition to Sarg for realtime statistics, you might be interested in SqStat from here: http://samm.kiev.ua/sqstat/ You can have your page refresh set to a low value for almost realtime monitoring. HTH, Rob - Rob Asher Network Systems

Re: [squid-users] WCCP return method

2009-05-05 Thread kgardenia42
On Fri, May 1, 2009 at 5:28 AM, Amos Jeffries squ...@treenet.co.nz wrote: kgardenia42 wrote: On 4/30/09, Ritter, Nicholas nicholas.rit...@americantv.com wrote: * WCCP supports a return method for packets which the web-cache decides to reject/return.  Does squid support this?  I see that the

[squid-users] A Big Thank you..

2009-05-05 Thread Dustin Hane
Hey all..I've had a few questions in the past. Not many, but a few here and there. I've also been reading almost every post to learn more about squid... I just wanted to send out a big Thank you for all the knowledge everyone has passed on, and all the effort you've put into this to help other

Re: [squid-users] URL redirection

2009-05-05 Thread rcbandit
Amos Jeffries-2 wrote: Hi, I would like to ask you is there a way to configure squid to redirect IPs. I want squid to read IP's from file saved in .TXT format saved on HDD or server on internet. And when user's IP matches with the IP from the TXT file squid redirects it to external

Re: [squid-users] URL redirection

2009-05-05 Thread Amos Jeffries
rcbandit wrote: Amos Jeffries-2 wrote: Hi, I would like to ask you is there a way to configure squid to redirect IPs. I want squid to read IP's from file saved in .TXT format saved on HDD or server on internet. And when user's IP matches with the IP from the TXT file squid redirects it to

[squid-users] limit download size

2009-05-05 Thread gagita
hy guys, I am new comer in this mailing list how can I limit download size of files some users in squid -- Gagita Ubuntu Registered User #20779 Linux Registered User #452968 YM : rubenfreitas2003

[squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-05 Thread molybtek
I'm trying to limit download accelerators making multiple connections, the only reliable way I could think of to identify them is their use of the Range header. However, if I block all range requests, then that would stop even legitimate partial downloads. So I was thinking of using maxconn as

[squid-users] Message assertion failed: HttpHeader.cc:1196: Headers[id].type == ftInt64

2009-05-05 Thread Wong
Dear All, My Squid seems restarted after messages assertion failed: HttpHeader.cc:1196: Headers[id].type == ftInt64 in cache.log Below some captured log -cut 2009/05/06 10:10:36| store_swap_size = 82464 2009/05/06 10:10:36| storeLateRelease: released 0 objects 2009/05/06 10:17:03|

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-05 Thread molybtek
muhammad panji wrote: molybtek wrote: I'm trying to limit download accelerators making multiple connections, the only reliable way I could think of to identify them is their use of the Range header. However, if I block all range requests, then that would stop even legitimate partial

Re: [squid-users] WCCP return method

2009-05-05 Thread Adrian Chadd
Squid doesn't currently implement any smarts for the WCCPv2 return path. Adrian 2009/5/6 kgardenia42 kgardeni...@googlemail.com: On Fri, May 1, 2009 at 5:28 AM, Amos Jeffries squ...@treenet.co.nz wrote: kgardenia42 wrote: On 4/30/09, Ritter, Nicholas nicholas.rit...@americantv.com wrote: