RE: [squid-users] What 3rd party tools do you guys use?

2009-06-08 Thread Boniforti Flavio
For trend analysis, alerting, log parsing, configuration, etc. etc.? The only 3rd party tool we currently use is SARG. Me using webalizer (stats) and webmin (server management). In another environment I used to use the above + calamaris and SARG.

[squid-users] R: [squid-users] R: [squid-users] installing Squid2.7Stable3 + regex

2009-06-08 Thread Riccardo Castellani
I already installed Squid 2.7 Stable3 package by aptitude without errors and I had old docs which says to install regex but installing Squid sources. Now I was going to understand if regex library is always necessary, but I can see, according to squid support, regex is unnecessary because it's

[squid-users] How to force expire pages

2009-06-08 Thread Nguyen Huy Quang
Hi every body, I use the following code to force expire some pages (method POST) when user clicks on Back button of IE. response.setHeader(Expires, Thu, 19 Nov 1981 08:52:00 GMT); response.setHeader(Cache-Control, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0);

[squid-users] Problem Squid = Download start very long time

2009-06-08 Thread Phibee Network Operation Center
Hi I have a big problems with my Proxy Squid Server: I don't know why, when a user want download a PDF from a website, it's very very long to start (6/8 mn really) It's not for all site, only a lot of web site. If the user don't use the proxy, that work's very good. Anyone know this problems

Re: [squid-users] Problem Squid = Download start very long time

2009-06-08 Thread Jeff Pang
Phibee Network Operation Center: Hi I have a big problems with my Proxy Squid Server: I don't know why, when a user want download a PDF from a website, it's very very long to start (6/8 mn really) It's not for all site, only a lot of web site. How large is the pdf? You may consider to

Re: [squid-users] How to force expire pages

2009-06-08 Thread Amos Jeffries
Nguyen Huy Quang wrote: Hi every body, I use the following code to force expire some pages (method POST) when user clicks on Back button of IE. response.setHeader(Expires, Thu, 19 Nov 1981 08:52:00 GMT); response.setHeader(Cache-Control, max-age=0, no-store, no-cache, must-revalidate,

Re: [squid-users] How to force expire pages

2009-06-08 Thread Nguyen Huy Quang
Dear Amos, It's server code. Thanks for replying, Quang - Original Message From: Amos Jeffries squ...@treenet.co.nz To: Nguyen Huy Quang huyquangt...@yahoo.com Cc: squid-users@squid-cache.org Sent: Monday, June 8, 2009 5:42:38 PM Subject: Re: [squid-users] How to force expire pages

Re: [squid-users] Problem Squid = Download start very long time

2009-06-08 Thread Phibee Network Operation Center
Jeff Pang a écrit : Phibee Network Operation Center: Hi I have a big problems with my Proxy Squid Server: I don't know why, when a user want download a PDF from a website, it's very very long to start (6/8 mn really) It's not for all site, only a lot of web site. How large is the pdf? You

Re: [squid-users] Problem Squid = Download start very long time

2009-06-08 Thread Amos Jeffries
Phibee Network Operation Center wrote: Jeff Pang a écrit : Phibee Network Operation Center: Hi I have a big problems with my Proxy Squid Server: I don't know why, when a user want download a PDF from a website, it's very very long to start (6/8 mn really) It's not for all site, only a lot of

Re: [squid-users] Help, wccp on ubuntu

2009-06-08 Thread Alex Montoanelli
Hello Ketua, You can't use REDIRECT target of iptables. You need use DNAT --to-destination: IP_OF_ETHERNET:3128 If you redirect to localhost, the packets are silent droped. Regards On Mon, Jun 8, 2009 at 12:43 AM, ketua kampung ke...@kampung.web.id wrote: Hi, I have problem to running

[squid-users] Specific Cache Peer for a ACL ?

2009-06-08 Thread Phibee Network Operation Center
Hi i have a destination ACL on my squid, if i want a specific cac he-peers for this destination/acl, it's possible ? thanks

[squid-users] Transparent and parent not transparent.

2009-06-08 Thread Soporte Técnico @lemNet
I have a squid1 transparent that´s using as parent to squid2 (not transparent) I have a router limiting bw. to 256kbit (between router and squid1, the gateway) and is using as gateway to squid1, i want that if internet content come from squid2 (not transparent and used as parent for squid1)

[squid-users] proxy only

2009-06-08 Thread Tech W.
Hello, How to make squid proxy only without caching? Thanks. Regards. Need a Holiday? Win a $10,000 Holiday of your choice. Enter

[squid-users] Multi route

2009-06-08 Thread Jacopo Cappelli
I have a question... I make a squid server that do this: Log user on Active Directory and if the user is in a group or in other i must route him on a different router... Is possible? Thanks very much, Jacopo -- Linux, Windows Xp ed MS-DOS (anche conosciuti come il Bello, il Brutto ed il

Re: [squid-users] proxy only

2009-06-08 Thread Kinkie
On Mon, Jun 8, 2009 at 3:52 PM, Tech W.tech...@yahoo.com.cn wrote: Hello, How to make squid proxy only without caching? Thanks. in squid.conf: cache deny all See http://www.squid-cache.org/Doc/config/cache/ -- /kinkie

[squid-users] tproxy 4.1

2009-06-08 Thread 7441122
Hello, Anybody had success, setting tproxy 4.1 ? I have followed below url, but something is not right and packet do not get to tproxy and end up with timeout. http://wiki.squid-cache.org/Features/Tproxy4 Any help !

RE: [squid-users] FW: Re[2]: squid with tproxy

2009-06-08 Thread Ritter, Nicholas
No troublesgetting it working the first time is tricky... Lets break it down and see if we can figure out where they problem is happening. 1) The acl for the wccp on the router should really be empty unless there are specific hosts (either destination web sites, or source clients) that

Re: [squid-users] What 3rd party tools do you guys use?

2009-06-08 Thread Kurt Buff
On Fri, Jun 5, 2009 at 18:05, Chris Robertsoncrobert...@gci.net wrote: Kurt Buff wrote: Question for both of you - What's your operational context? ISP, company resource, how many users, etc? Kurt I work for an ISP.  I have a bit over 100 hub (child) Squid installs which all use a pair

[squid-users] Squidtools phishtank filter

2009-06-08 Thread John Horne
Hello, I came across Adrian Chadd's phishtank filtering software for Squid at http://code.google.com/p/squidtools/downloads/list As far as I can tell, if the phishtank (XML) list is updated regularly - and again as far as I can tell from phishtank, you are allowed to freely download the latest

[squid-users] Block Certain Mime Types

2009-06-08 Thread Jeff Rigby
Been at this for a few hours to no avail so I'd thought I turn to the collective genius of this list. I'm trying to block all connections to anything but images, text, javascript, and CSS. I would like to reply with a 404 error. My server is setup in Accel mode. Even blocking only text/html

[squid-users] Is there a way to select a cache peer before URL rewrite occur ?

2009-06-08 Thread Lucas Brasilino
Hi all: I wonder if it's possible to select a peer before URL rewrite takes place. This my scenario: I've got 2 domains: www.foo.org and www.bar.org, and a rewriter that does the following rewriting: www.foo.org = localhost/foo www.bar.org = localhost/bar My config is: cache_peer localhost

Re: [squid-users] help with cache_peer/cache_peer_domain

2009-06-08 Thread Chris Robertson
Jayel Villamin wrote: I have added the following to my squid.conf. + cache_peer x.x.x.x parent 8008 0 no-query cache_peer_domain x.x.x.x .nickjr.com .imrworldwide.com .2o7.net .mtvnservices.com My son likes to watch some videos from nickjr.com and the website limits them to

Re: [squid-users] Specific Cache Peer for a ACL ?

2009-06-08 Thread Chris Robertson
Phibee Network Operation Center wrote: Hi i have a destination ACL on my squid, if i want a specific cac he-peers for this destination/acl, it's possible ? http://www.squid-cache.org/Doc/config/cache_peer_access/ thanks Chris

Re: [squid-users] Transparent and parent not transparent.

2009-06-08 Thread Chris Robertson
Soporte Técnico @lemNet wrote: I have a squid1 transparent that´s using as parent to squid2 (not transparent) I have a router limiting bw. to 256kbit (between router and squid1, the gateway) and is using as gateway to squid1, i want that if internet content come from squid2 (not transparent

Re: [squid-users] Multi route

2009-06-08 Thread Chris Robertson
Jacopo Cappelli wrote: I have a question... I make a squid server that do this: Log user on Active Directory and if the user is in a group or in other i must route him on a different router... Is possible? Once you have identified the connection destined for the special route...

Re: [squid-users] Block Certain Mime Types

2009-06-08 Thread Chris Robertson
Jeff Rigby wrote: Been at this for a few hours to no avail so I'd thought I turn to the collective genius of this list. I'm trying to block all connections to anything but images, text, javascript, and CSS. I would like to reply with a 404 error. My server is setup in Accel mode. Even blocking

Re: [squid-users] Is there a way to select a cache peer before URL rewrite occur ?

2009-06-08 Thread Chris Robertson
Lucas Brasilino wrote: Hi all: I wonder if it's possible to select a peer before URL rewrite takes place. This my scenario: I've got 2 domains: www.foo.org and www.bar.org, and a rewriter that does the following rewriting: www.foo.org = localhost/foo www.bar.org = localhost/bar My config is: