[squid-users] Force Video content caching?

2014-04-21 Thread Joshua B.
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=* Security: Proprietary +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=* I've been thinking lately. Would it be possible to ensure the 100% cacheability of video content? By configuring Squid in a certain way. So, for example. I could

[squid-users] refresh pattern questions

2013-07-14 Thread Joshua B.
I have some questions related to refresh pattern options First, since “no-cache” now seems in-effective with http 1.1, what would be a possible way to force an object to cache using both standards of html 1.0 and 1.1? If it’s not possible, then is there any plans to implement in a future versio

Re: [squid-users] Help with Squid HTTPS proxy

2012-12-17 Thread Joshua B.
Netflix doesn't work through Squid The only option you have to allow Netflix to work through a proxied environment without adding exceptions on all your clients, is to put this code in your configuration file: acl netflix dstdomain .netflix.com cache deny netflix That allows Netflix to fully

[squid-users] Refresh Pattern useless?

2012-11-28 Thread Joshua B.
I'm beginning to conclude that refresh pattern in Squid is useless. I had a neat refresh pattern which is supposed to help cache just about everything, below: refresh_pattern ([^.]+\.)?(download|(windows)?update)\.(microsoft\.)?com/.*\.(cab|exe|msi|msp|psf) 4320 100% 43200 override-expire rel

Re: [squid-users] requests per second

2012-03-12 Thread David B.
Hi, It's only a reverse proxy cache, not a proxy. This is different. We use squid only for images. Squid : 3.1.x OS : debian 64 bits Le 12/03/2012 12:44, Student University a écrit : > Hi David > > You achieve 2K with what version of squid ,,, > do you have any special configuration tweaks

Re: [squid-users] requests per second

2012-03-12 Thread David B.
Hi Jenny, Reverse proxy or not ? We're using squid as reverse proxy et only that. We can achieve about 2K RPS with our boxes and this server isn't overloaded... In fact, it's common hardware, like mono dual core Xéon, some RAM and a poor RAID 1 disk array without BBU. I think 5K RPS is possible.

Re: [squid-users] 3.2.0.13: Cannot bind socket FD 21 to [::]:22381: (98) Address already in use

2011-10-24 Thread Fred B
Hi David, Please remove icp_port > Oct 24 09:35:32 prxysquid squid[3586]: assertion failed: > icp_v2.cc:778: > "Comm::IsConnOpen(icpOutgoingConn)" -> maybe ICP Bug with workers ? - "David Touzeau" a écrit : > Dear > > I encounter many times this issue. > > "Cannot bind socket FD 21 to

Re: [squid-users] squid-3.1.16: squid -k shutdown causes crash

2011-10-18 Thread Fred B
Hum, i saw nothing Perhaps shutdown_lifetime i don't use this option Or maybe debug_options, I had problems with high load - "Ralf Hildebrandt" a écrit : > * Ralf Hildebrandt : > > * Fred B : > > > Hi, > > > > > > No problem fo

Re: [squid-users] squid-3.1.16: squid -k shutdown causes crash

2011-10-18 Thread Fred B
nternal error: pc 0x1 in read in > psymtab, but not in symtab.) > > , > theContext = 0x0, > theRead = { > fd = 405033456, > buf = 0x816cb20 "S\203\354\030\213D$ > \213\030\205\333t!\211\034$\350\332\025\376\377\200=\020%6\b"

[squid-users] [statusIfComplete: Request not yet fully sent "PROPFIND ...] Should I worry ?

2011-10-18 Thread David B.
Hi squid-users, We're using squid as reverse proxy on several boxes since several months All seems to be working great. But i can find theses on me logs. I can't remenber when this have show up. 2011/10/18 11:39:05| statusIfComplete: Request not yet fully sent "PROPFIND http://my_public_url.com/

Re: [squid-users] squid-3.2.0.13 exception: theGroupBSize > 0

2011-10-17 Thread Fred B
Not now, but i guess that Alex Rousskov working on a fix - "Saleh Madi" a écrit : > Hi Fred, > > Is there any fix for this bug? > > Thanks and Best Regards, > Saleh > > > Hi, > > > > http://bugs.squid-cache.org/show_bug.cgi?id=3383 > > > > > > - "Saleh Madi" a écrit : > > > >> Hi,

Re: [squid-users] squid-3.2.0.13 exception: theGroupBSize > 0

2011-10-17 Thread Fred B
Hi, http://bugs.squid-cache.org/show_bug.cgi?id=3383 - "Saleh Madi" a écrit : > Hi, > > I have just compiled squid version squid-3.2.0.13. Everything work > with > the default configuration, until I put "workers 2" in the squid.conf. > > Example: > > workers 2 > cpu_affinity_map proces

Re: [squid-users] squid 3.2.0.12 delay_pool

2011-10-13 Thread Fred B
- "Amos Jeffries" a écrit : > On Wed, 12 Oct 2011 17:45:49 +0200, Jean-Philippe Menil wrote: > > Le 12/10/2011 09:12, Fred B a écrit : > >> > >> Perhaps a link with > http://bugs.squid-cache.org/show_bug.cgi?id=3358 > > Ok, now my delay_po

Re: [squid-users] squid 3.2.0.12 delay_pool

2011-10-12 Thread Fred B
- "Jean-Philippe Menil" a écrit : > Le 12/10/2011 09:12, Fred B a écrit : > > > > Perhaps a link with > http://bugs.squid-cache.org/show_bug.cgi?id=3358 > Ok, now my delay_pools seems to work with one or multiple workers > without problems. > > D

Re: [squid-users] squid 3.2.0.12 delay_pool

2011-10-12 Thread Fred B
- "Jean-Philippe Menil" a écrit : > Le 12/10/2011 06:50, Amos Jeffries a écrit : > > On 12/10/11 04:49, Jean-Philippe Menil wrote: > >> Hi, > >> > >> i recently compiled squid 3.2.0.12, and it seems that i'm unable to > make > >> delay_pool working correctly. > >> > >> My delay_pools configu

Re: [squid-users] Recurrent crashes and warnings: "Your cache is running out of filedescriptors"

2011-10-11 Thread Fred B
- "Leonardo" a écrit : > Hi all, > > I'm running a transparent Squid proxy on a Linux Debian 5.0.5, > configured as a bridge. The proxy serves a few thousands of users > daily. It uses Squirm for URL rewriting, and (since 6 weeks) sarg > for > generating reports. I compiled it from sourc

[squid-users] Squid 3.1.16

2011-10-11 Thread Fred B
Hi, Does anyone know the release date for squid 3.1.16 (approximately of course) ? Thanks Fred

Re: [squid-users] Transparent / Standard mode comparative

2011-10-11 Thread Fred B
- "David Touzeau" a écrit : > Dear all > > I would like to know what are the limitations using squid in > transparent > mode between using squid in standard mode > > I know there are > > Transparent mode limitations : > No user authentication method. > No all HTTPS features. > > Is some

[squid-users] RockStore squid 3.2

2011-09-23 Thread Fred B
Hi, Actually i use squid with workers and diskd workers 2 if ${process_number} = 1 cache_dir diskd /cache1 13 128 512 else cache_dir diskd /cache2 13 128 512 endif But i lost cache performance because the caches are not shared How to use (test) the new feature RockStore with squid-3.2.

Re: [squid-users] [3.2.0.12] ErrorDetailManager.cc(222) parse: WARNING! invalid error detail name:

2011-09-22 Thread Fred B
> > > tried with 3.2.0.12-20110921-r11341 without success... > > > 2011/09/22 16:20:31 kid1| Adding domain touzeau.com > from /etc/resolv.conf > 2011/09/22 16:20:31 kid1| Adding nameserver 192.168.1.105 > from /etc/resolv.conf > 2011/09/22 16:20:31 kid1| Adding nameserver 192.168.1.1 > from /et

Re: [squid-users] squid 3.2 help misconfiguration: acl manager proto cache_object

2011-09-22 Thread Fred B
away > part > of the specified IP in '127.0.0.1/8' > 2011/09/22 11:50:05| WARNING: (B) '127.0.0.1' is a subnetwork of (A) > '127.0.0.0/8' > 2011/09/22 11:50:05| WARNING: because of this '127.0.0.0/8' is > ignored > to keep splay tree searching

Re: [squid-users] SMP Workers and delay pool

2011-09-22 Thread Fred B
> After test it's seems like this, squid use 40 Mbits > > So if i want 20 i should use delay_parameters 1 1000 (x2 for each > workers) > Maybe I misconfigured squid but delay_pool simply doesn't want to work. I tried with tc (traffic control) no problem, but with delay_pool the bandwidth

Re: [squid-users] SMP Workers and delay pool

2011-09-21 Thread Fred B
After test it's seems like this, squid use 40 Mbits So if i want 20 i should use delay_parameters 1 1000 (x2 for each workers) - fredbm...@free.fr a écrit : > Hello, > > I don't understand on thing about delay pools and smp > How i can read this ? The delay pool limit is by kid or f

Re: [squid-users] blacklist to block adults sites

2011-08-28 Thread Jaime Herazo B.
I have used Squidguard very successfully in the past. You take HUGE blocklists that bring Squid's regexes to it's knees (personally tested this), and it just breezes through them It's also very customizable. If you've used IPCop with the Copfilter addon, you've used Squidguard. Also there's some bl

RE: [squid-users] squid webmin start problem

2011-01-24 Thread Tom B.
t; > > it can be because of the cahce partition /dir or just settings.. > > > > On 24/01/2011 15:33, Tom B. wrote: > > > Hi to all, > > > > i had installed squid as part of the webmin package and configured it as > > proxy. > > No problem with that,

[squid-users] squid webmin start problem

2011-01-24 Thread Tom B.
Hi to all, i had installed squid as part of the webmin package and configured it as proxy. No problem with that, it worked flawlessly. But yesterday i discovered that the proxy is not working anymore. When i tried to start the squid with "/etc/init.d/squid start" i get just "ok" and no other

[squid-users] Re: Reverse proxy to multiple ports on same origin

2010-09-28 Thread Todd B
Having an issue with an inherited install of squid 2.7 running on Windows, acting as a reverse proxy to an IIS box with multiple sites on it. The squid is in our DMZ (pokes for 8085 and 8086 are in place), IIS is internal. The problem I'm seeing is that squid is returning the content on po

[squid-users] possible OT: squidGuard, LDAP and FreeBSD ports..

2010-08-03 Thread B. Cook
Does anyone know if this combination works? It seems the FreeBSD port (with ldap enabled) does not actually build an ldap enabled squidguard.. Clues appreciated.

Re: [squid-users] Optimized Squids

2010-06-29 Thread B. Cook
Optimization tip #3: use fastest disk IO method available. Fedora being a linux that would be AUFS. see tip #3. AUFS makes use of multi-core threads, diskd process is single-threaded even if it runs additional to the Squid main thread. What would it be for FreeBSD? http://wiki.squid-c

Re: [squid-users] Squid 3.1 and strange "Bad header encountered" error

2010-06-08 Thread David B.
Le 08/06/2010 11:12, Amos Jeffries a écrit : > David B. wrote: >> Hi Squid users, >> >> I think I need some help to understand a new error with squid. :( >> I've got several squid boxes, all in 3.0 branch (reverse proxy cache). >> All is ok. >> >>

[squid-users] Squid 3.1 and strange "Bad header encountered" error

2010-06-08 Thread David B.
Hi Squid users, I think I need some help to understand a new error with squid. :( I've got several squid boxes, all in 3.0 branch (reverse proxy cache). All is ok. Now, I've tried to upgrade one (and only one boxe) to 3.1 branch (Starting Squid Cache version 3.1.3 for x86_64-pc-linux-gnu...). Thi

[squid-users] connection refused by proxy.. where to start..

2010-05-04 Thread B. Cook
Running a squid box for a large network, about 3k computers; but only about 1/3 are ever on at one time.. Squid Object Cache: Version 2.7.STABLE7 Start Time: Tue, 06 Apr 2010 17:49:52 GMT Current Time: Tue, 04 May 2010 13:16:48 GMT Connection information for squid: Number of client

[squid-users] Squid 3 Reverse proxy "Invalid response Error"

2010-04-10 Thread Paul B Issak
Hi, Recently I've got an error while commenting on a Wordpress post. http://i43.tinypic.com/2guz98x.jpg The squid 3 is configured as a reverse proxy http_port xxx.xxx.xxx.xxx:80 vhost vport accel cache_peer     127.0.0.1  parent 8080 0 originserver default cache_dir ufs /var/spool/squid3 1000

[squid-users] New squid3 error : DiskThreadsDiskFile::openDone: (2) No such file or directory

2010-01-22 Thread David B.
Hi squids users, I've made somes changes to my squid boxes (new fresh server, more powerful). All seems to be ok, but now i've got some strange errors (from time to time) on cache.log. Exemple : 2010/01/15 18:59:47| DiskThreadsDiskFile::openDone: (2) No such file or directory 2010/01/15 18:59:47|

[squid-users] seemingly stupid question about cache_dir and TCP_HIT

2009-12-15 Thread B. Cook
Trying to setup a small local proxy for testing.. 2.7 Stable7 on FreeBSD 32bit here are the mem and cache entries from squid.conf.. # memory options memory_pools off cache_mem 1024 MB maximum_object_size_in_memory 2 MB ## cache options cache deny all cache_dir null /tmp cache_access_log /var/l

Re: [squid-users] Squid3 reverse proxy & Failed to select source strange errors

2009-11-24 Thread David B.
Amos Jeffries a écrit : >> This is quite strange, I think I'm misunderstanding something. >> I'm using squid as a reverse proxy. >> > > I understand. > > >> Clients (internet people surfing on my website) should connect to squid >> boxes to retrieve static content. Squid send the right file

Re: [squid-users] Squid3 reverse proxy & Failed to select source strange errors

2009-11-23 Thread David B.
Hi mike, Mike Marchywka a écrit : > [snip] >> Normal website attacks. >> >> One of the benefits of using Squid is to prevent these resource wasters >> getting near the backend processors. "Failed to select source" is good >> news. >> >> You might also want to occasionally scan the access.log to se

Re: [squid-users] Squid3 reverse proxy & Failed to select source strange errors

2009-11-23 Thread David B.
Amos Jeffries a écrit : > [snip] >> >> >> Exemple : >> 2009/11/23 08:36:28| Failed to select source for >> 'http://img43.imageshack.us/img43/416/greysanatomypromotional.jpg' >> 2009/11/23 08:36:28| always_direct = 0 >> 2009/11/23 08:36:28|never_direct = 0 >> 2009/11/23 08:36:28|timedo

[squid-users] Squid3 reverse proxy & Failed to select source strange errors

2009-11-23 Thread David B.
Hi Squid users, We're using squid3 as a reverse proxy on several boxes and he's working quite well. Squid configuration is quite simple : cache_peer X.X.X.X parent 80 0 no-query originserver no-digest cache_peer Y.Y.Y.Y parent 80 0 no-query originserver no-digest cache_peer_domain X.X.X.X static

Re: [squid-users] Squid3 and lots of FIN_WAIT1

2009-11-19 Thread David B.
Amos Jeffries a écrit : > Wonderful. > > Was the timeout a default LVS setting? if so what exact LVS > device/software was it so we can document the fix here. > > Cheers > Amos Nop, default LVS timeout is ok, ours were very low. Défault : Timeout (tcp tcpfin udp): 900 120 300 Faultly values : Time

Re: [squid-users] Squid3 and lots of FIN_WAIT1

2009-11-19 Thread David B.
Hi Squid users, >>> [Snip] >>> >>> I have not seen FIN_WAIT1 before, but often see FIN_WAIT like this when >>> Squid is receiving a lot of connections. >>> >>> I think its due to squid using sockets for short times (non-persistent >>> connections) and moving on. The system TCP timeouts are much

Re: [squid-users] Squid3 and lots of FIN_WAIT1

2009-11-18 Thread David B.
Amos Jeffries a écrit : > [snip] Perhaps my load is too high and i need to tune kernel via sysctl, but i can't figure what to do. For now, i've tried several things and i can't solved this issue. >>> >>> You may want to check: >>> * persistent connections is tur

Re: [squid-users] Squid3 and lots of FIN_WAIT1

2009-11-17 Thread David B.
Hi Amos, Amos Jeffries a écrit : > On Mon, 16 Nov 2009 16:40:16 +0100, "David B." > wrote: > > [Snip] > > I have not seen FIN_WAIT1 before, but often see FIN_WAIT like this when > Squid is receiving a lot of connections. > > I think its due to squ

[squid-users] Squid3 and lots of FIN_WAIT1

2009-11-16 Thread David B.
Hi Squid users, We're using squid as a reverse proxy cache. Server (debian lenny) running squid (from lenny stable / squid/3.0.STABLE8) seems to have some stange behaviour. For example, we've got lots of TIN_WAIT1 TCP Connexions and we can't figure why. :( # netstat -na | wc -l 20065 # netstat -

Re: [squid-users] Web Messengers

2009-04-23 Thread Jaime Herazo B.
If you don't want to use squidguard (or another filtering proxy) in addition to squid, you can use some of it's blacklists and load it directly on squid with an url_regex, as long as you don't filter much. I remember that some of the free blacklists had a "chat" category, so you may want to use one

[squid-users] sqstat, cachemgr and chained proxies

2009-04-02 Thread Jaime Herazo B.
Hi. I have a problem. I have a machine with squid serving a LAN, but it also uses HAVP for antivirus filtering. HAVP is the one that receives the requests in the first place, then forwards them to squid. After that, sarg makes nice reports. Of course, i ran into the everything-comes-from-localhost

[squid-users] Re: Advantages of squid?

2009-02-14 Thread Eric B.
"Amos Jeffries" wrote in message news:499751ad.5030...@treenet.co.nz... > Eric B. wrote: > I've found a noticable speed increase (50%) in all sites when I placed a > squid box in front of the web servers. But your experience may vary. Wow - that's amazing. I gues

[squid-users] Advantages of squid?

2009-02-14 Thread Eric B.
Hi, I'm brand new to squid and have been doing research into it and how i might leverage its power for my application, but am having a lot of difficulty in seeing how it might advantage my setup. I design java applications that run on tomcat servers. Currently our java apps are running on tom

Re: [squid-users] Mid-size Schools that use Squid

2009-02-04 Thread B. Cook
On 2/4/09 4:40 PM, Mickey Walker wrote: I am interested in talking with Tech Support individuals that have implemented Squid in mid-sized school districts. I would like to know what kinds of problems they had with the implementation and the performance improvements they received. I am trying to

[squid-users] FreeBSD 7/zfs recommendations

2008-11-17 Thread B. Cook
Hello all, Playing w/ zfs on an i386 and amd64 machines. Wondering if anyone has any recommendations they would make for FreeBSD 7 and squid 2.4 (or would 3 be better?) Looking for aufs vs diskd vs coss. diskd seems faster on a GENERIC kernel, but after the recommended kernel entries are

Re: [squid-users] When worlds collide

2008-07-14 Thread Tuc at T-B-O-H.NET
> On s=C3=B6n, 2008-07-13 at 10:46 -0400, Tuc at T-B-O-H.NET wrote: > > Thanks for the reply. It turns out, oddly, that the IP that the > > system is sending them to doesn't seem to be contactable either. Interest= > ingly, > > its generating those "0 0

Re: [squid-users] When worlds collide

2008-07-13 Thread Tuc at T-B-O-H.NET
n the Squid machine and to make sure > > that /etc/nsswitch.conf has "hosts:files dns"? > > > > That way, Squid sees it the same way, which is what it looks like > > Tuc is trying to do. > > > > Paul > > > > On Jul 12, 2008, at 8:55

Re: [squid-users] When worlds collide

2008-07-13 Thread Tuc at T-B-O-H.NET
> > Tuc at T-B-O-H.NET wrote: > > Hi, > > > > Running into a problem, not sure if or how to handle it. > > > > User running windows has an entry in their (Windows > > equiv of /etc/hosts) that says : > > > > 192.168.3.10SNE

[squid-users] When worlds collide

2008-07-12 Thread Tuc at T-B-O-H.NET
Hi, Running into a problem, not sure if or how to handle it. User running windows has an entry in their (Windows equiv of /etc/hosts) that says : 192.168.3.10SNEAKY.EXAMPLE.COM For the rest of the world, SNEAKY.EXAMPLE.COM doesn't exist (NXDOMAIN). W

Re: [squid-users] Combined log showing 0/0 for status/bytes?

2008-07-06 Thread Tuc at T-B-O-H.NET
> > Tuc at T-B-O-H.NET wrote: > > Hi, > > > > I'm running "squid/2.6.STABLE20+ICAP" via WCCP2. I seem to be > > getting more and more instances of : > > > > 192.168.3.249 - - [05/Jul/2008:19:08:44 -0400] "GET > &

Re: [squid-users] Combined log showing 0/0 for status/bytes?

2008-07-06 Thread Tuc at T-B-O-H.NET
> On s=C3=B6n, 2008-07-06 at 13:50 -0400, Tuc at T-B-O-H.NET wrote: > > Hi, > >=20 > > I'm running "squid/2.6.STABLE20+ICAP" via WCCP2. I seem to be > > getting more and more instances of : > >=20 > > 192.168.3.249 - - [05/Jul/2008:19

[squid-users] Combined log showing 0/0 for status/bytes?

2008-07-06 Thread Tuc at T-B-O-H.NET
Hi, I'm running "squid/2.6.STABLE20+ICAP" via WCCP2. I seem to be getting more and more instances of : 192.168.3.249 - - [05/Jul/2008:19:08:44 -0400] "GET http://photos-c.ak.facebook.com/photos-ak-sctm/v43/18/2433486906/app_2_2433486906_3650.gif HTTP/1.1" 0 0 "http://www.facebook.com/ho

[squid-users] FreeBSD rrd performance graphs?

2008-07-01 Thread B. Cook
I am looking for something that will graph the effectiveness of my squid proxies, something like mailgraph for squid. Anyone have any suggestions?

Re: [squid-users] Squid on steroids

2008-06-18 Thread Tuc at T-B-O-H.NET
> Just consider balancing the load on source IP, or NATing the Squid > servers, as there are a number of websites that don't like a single HTTP > "session" originating from multiple IPs. > Long ago, far away, when I owned a managed server hosting company... We used Foundry load balancer

Re: [squid-users] BitTorrent

2008-06-11 Thread Tuc at T-B-O-H.NET
> On ons, 2008-06-11 at 09:56 -0400, Tuc at T-B-O-H.NET wrote: > > WCCP2 and transparent, yes sir. > > Then this problem is more or less unavoidable. Caused by the > interception sending port 80 to an HTTP proxy. Triggered by people > abusing port 80 for non-HTTP traffic.

Re: [squid-users] BitTorrent

2008-06-11 Thread Tuc at T-B-O-H.NET
> On tis, 2008-06-10 at 09:08 -0400, Tuc at T-B-O-H.NET wrote: > > Hi, > >=20 > > There seemed to have been some discussion back in October > > about BitTorrent. I just noticed that I had : > >=20 > > 2008/06/10 03:02:39| parseHttpRequest: Requestheader c

Re: [squid-users] BitTorrent

2008-06-10 Thread Tuc at T-B-O-H.NET
> > Tuc at T-B-O-H.NET wrote: > > Hi, > > > > There seemed to have been some discussion back in October > > about BitTorrent. I just noticed that I had : > > > > 2008/06/10 03:02:39| parseHttpRequest: Requestheader contains NULL > > char

[squid-users] BitTorrent

2008-06-10 Thread Tuc at T-B-O-H.NET
0 03:02:39| clientReadRequest: FD 27 (192.168.3.15:64673) Invalid Request and 2008/06/10 05:02:01| parseHttpRequest: Unsupported method '<94>V^WukJ8amx'2^_I<97>Mj<97><94><81>|<9D><90> <9F>^W^P^Q<9D>G/<87>SJ<92><94

Re: [squid-users] squid_radius_auth - How long?

2008-05-23 Thread Tuc at T-B-O-H.NET
> On fre, 2008-05-23 at 22:02 -0400, Tuc at T-B-O-H.NET wrote: > > > Is it even possible given the rest of squid to=20 > > keep track of a "timetolive" per connection, or would another helper or a > > custom helper need to be written to address this? > >

Re: [squid-users] squid_radius_auth - How long?

2008-05-23 Thread Tuc at T-B-O-H.NET
> On fre, 2008-05-23 at 20:43 -0400, Tuc at T-B-O-H.NET wrote: > > > Once someone is authorized to squid_radius_auth, how > > long does their session go before it ends, "times out", asks > > for reauth,etc? > > Between the browser and Squi

[squid-users] squid_radius_auth - How long?

2008-05-23 Thread Tuc at T-B-O-H.NET
Hi, Once someone is authorized to squid_radius_auth, how long does their session go before it ends, "times out", asks for reauth,etc? Thanks, Tuc

Re: [squid-users] redirect_program and non-redirection

2008-05-09 Thread Tuc at T-B-O-H.NET
> > Tuc at T-B-O-H.NET wrote: > >> Tuc at T-B-O-H.NET wrote: > >>> Hi, > >>> > >>> I'm having an issue I'm not sure why. Unfortunately I'm > >>> not at the site to see the problem, so debugging is a bit

Re: [squid-users] redirect_program and non-redirection

2008-05-09 Thread Tuc at T-B-O-H.NET
> > Tuc at T-B-O-H.NET wrote: > > Hi, > > > > I'm having an issue I'm not sure why. Unfortunately I'm > > not at the site to see the problem, so debugging is a bit difficult. > > > > I have : > > > > redirect_prog

[squid-users] redirect_program and non-redirection

2008-05-09 Thread Tuc at T-B-O-H.NET
Hi, I'm having an issue I'm not sure why. Unfortunately I'm not at the site to see the problem, so debugging is a bit difficult. I have : redirect_program /usr/local/bin/squidintercept.pl And the program (as mentioned before) is fairly generic. If its a "GET", if the URL

Re: [squid-users] Of redirect_program, perl, DBs and URLs

2008-05-08 Thread Tuc at T-B-O-H.NET
> > On tor, 2008-05-08 at 14:04 -0400, Tuc at T-B-O-H.NET wrote: > > > I'm trying to implement a redirect_program in perl. Its > > a fairly simple program. I'm trying to find a spot when a user > > is accessing a directory or site, and if they a

[squid-users] Of redirect_program, perl, DBs and URLs

2008-05-08 Thread Tuc at T-B-O-H.NET
Hi, I'm trying to implement a redirect_program in perl. Its a fairly simple program. I'm trying to find a spot when a user is accessing a directory or site, and if they aren't in the "already showed file", generate a 302 to a page of my choice. For the URL, I'm checking for just /

[squid-users] Config file tweak archive?

2008-04-20 Thread Tuc at T-B-O-H.NET
Hi, I've done a bunch of googling to see if I could find any sort of archive of squid configs and/or tweaks. I'm trying to look for an agressive, but not overly agressive caching of objects. Is there also the notion of forward caching? (If thats the right name). Where it automa

[squid-users] trying to use cache_peer (I think?)

2008-04-09 Thread B. Cook
Hello All, I'm sure this will work if I can get it to.. (until I run into the next snag). Here at the school we get free Road Runner cable access (about 2mb down). What I wanted to do is put an ipcop machine with something called updatexlrator. basically it caches the windows updates and

[squid-users] newbie squidclient mgr:info questions

2008-04-07 Thread B. Cook
Hello All, I found this the other day and have been trying to find out as much as I can.. and still a little confused.. HTTP/1.0 200 OK Server: squid/2.6.STABLE19 Date: Mon, 07 Apr 2008 13:05:15 GMT Content-Type: text/plain Expires: Mon, 07 Apr 2008 13:05:15 GMT Last-Modified: Mon, 07 Apr 200

[squid-users] newbie syslog.conf and coss questions

2008-04-04 Thread B. Cook
Morning all, I am running squid 2.6.stable18 from FreeBSD ports. (FreeBSD 6.x and 7.x) I have two questions.. 1) regarding coss. I have enabled coss as shown in the squid faq and all seems to be working wonderfully. I had some questions about the cache_swap_log so I was reading squid.

[squid-users] FreeBSD 7.0, coss and squid version?

2008-03-31 Thread B. Cook
Hello all, I recently decided to try to put coss into my squid.conf and found it worked much faster with little effort. However I found that 3.0.2 has an 'authentication' bug, and it seems that 3.0.2 with coss has it's own set of 'questionable' events. Would squid with squidguard and cos

[squid-users] Not sure how to summarize this request :)

2008-03-28 Thread Tuc at T-B-O-H.NET
Hi, Sorry, I couldn't think of a short way to summarize this. I'm not sure if I need squid minds, firewall minds, or both. :) I have a site with a Cisco router, running WCCP, to a FreeBSD box. Wikis and watching what other people post had it working almost straight off.

Re: [squid-users] squidGuard - log but allow access

2008-03-27 Thread Dennis B. Hopp
Quoting Marcus Kool <[EMAIL PROTECTED]>: Dennis, A negation (!) is needed if you want "Pornography NOT to pass". The pass line should be: pass !Pornography !Warez all I know that. I was trying to get it to pass but log. Every free blacklist that I have used seems to use "porn" as the d

Re: [squid-users] squidGuard - log but allow access

2008-03-27 Thread Dennis B. Hopp
Ooops... the acl should be acl { default { pass Pornography Warez all redirect http://cache1.server/cgi-bin/squidGuard.cgi?url=%u } } It still doesn't do what I want though Quoting "Dennis B. Hopp" <[EMAIL PROTECT

[squid-users] squidGuard - log but allow access

2008-03-27 Thread Dennis B. Hopp
I've setup squidGuard and it works pretty well. What I would like to do is to have squidGuard log when somebody tries to go to a specific targetgroup but allow them access rather then doing a redirect. I can only seem to get it to either log and block access or allow access but not log. T

[squid-users] 3.0.2 ncsa_auth broken?

2008-03-26 Thread B. Cook
Hello all, Still looking at it but it looks like 3.0.1 had no problem with this. I have squid 3.0.2 with squidguard from FreeBSD ports running on 7.0 and 6.2 and 6.3 and it acted the same way on all of them, went back to 3.0.1 and problem went away. After I upgraded to 3.0.2 and restarted

Re: [squid-users] CentOS 5.1, Squid, PIX WCCP

2008-03-20 Thread Dennis B. Hopp
Quoting Adrian Chadd <[EMAIL PROTECTED]>: Could you ask Cisco TAC if there are any bug id's relating to WCCP between your previous and current versions? I haven't had a chance to call them but in the release notes for 7.2(3) there is this: CSCsi52370 WCCP may result in 1550 block depleti

Re: [squid-users] CentOS 5.1, Squid, PIX WCCP

2008-03-18 Thread Dennis B. Hopp
Just giving an update on this problem. I recently upgraded my pix to IOS 7.2(3) and the early results seem to be that this fixed my problem. I made no changes to my squid configuration but I can now go to all the sites I was having problems with before (foxnews.com, cnn.com, msnbc.com to

[squid-users] Need a cache_peer only when normal path down

2008-02-29 Thread Tuc at T-B-O-H.NET
Hi, I'm terrible at trying to make short subjects, sorry. I have a FreeBSD squid cache in transparent mode off a Cisco 3640 (Thanks to the Wiki on that!). The 3640 is running IP SLA between a wireless broadband and satellite connection. If everything is great, the default route i

[squid-users] Port Changing in Fedora 8

2008-02-29 Thread Steve B
. 4) Not from what I had seen. On Fri, Feb 29, 2008 at 5:03 AM, Peter Albrecht <[EMAIL PROTECTED]> wrote: > Hi Steve, > > > > On Thursday 28 February 2008 20:18, Steve B wrote: > > I am trying to change the port that Squid uses from 3128(default) to > >

Re: [squid-users] Redirection

2008-02-28 Thread Steve B
ard. > > -Marcus > > > > > Steve B wrote: > > Sorry Mark, the problem didn't help and I don't have the email anymore... > > > > Anyways. I am trying to get squidGuard reinstalled on Fedora 8, which > > it was installed before. I un-installed

[squid-users] Redirection

2008-02-28 Thread Steve B
Sorry Mark, the problem didn't help and I don't have the email anymore... Anyways. I am trying to get squidGuard reinstalled on Fedora 8, which it was installed before. I un-installed 1.2.1 and am trying to install 1.3. I use the command './configure --with-db=/usr/local/BerkeleyDB.4.6/' and it do

[squid-users] Port Changing in Fedora 8

2008-02-28 Thread Steve B
I am trying to change the port that Squid uses from 3128(default) to something other than it obviously. My main problem is that when I change the port to Anything, even 3127(made something up), squid will NOT start. For example when I type the command 'service squid start' with the port at 3128, it

Re: [squid-users] Cisco/Linux/WCCP - Different Interface(Almost there)

2008-02-10 Thread Tuc at T-B-O-H.NET
> Others on the list my correct me, as I've only ever done this once. I don't > know if my setup was "right" or not, but it did work. > > I found that: > > the client sends a SYN to the remote site, which is sent down the GRE tunnel > by cisco. > > sniffing eth0 should show the GRE packets. >

Re: [squid-users] Cisco/Linux/WCCP - Different Interface

2008-02-10 Thread Tuc at T-B-O-H
55.255 > UP POINTOPOINT RUNNING NOARP MTU:1476 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b

Re: [squid-users] Cisco/Linux/WCCP - Different Interface

2008-02-10 Thread Tuc at T-B-O-H.NET
ns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Though the router claims to have sent it : WCCP Client information: WCCP Client ID: 2.3.4.236 Protoco

[squid-users] Cisco/Linux/WCCP - Different Interface

2008-02-09 Thread Tuc at T-B-O-H.NET
Hi, Trying to follow : http://wiki.squid-cache.org/SquidFaq/InterceptionProxy Cisco is a 2851 : Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 12.4(12), RELEASE SOFTWARE (fc1) Linux is Centos 4: Linux ports.example.com 2.6.9-42.0.10.EL #1 Tue Feb

Re: [squid-users] CentOS 5.1, Squid, PIX WCCP

2008-02-06 Thread Dennis B. Hopp
> Which supervisor version? I hear the later Sups for the 4000 do WCCPv2 > of sorts, but its hard to tell from where I am. Sorry, forgot to copy and paste that info... cisco WS-C4006 (MPC8245) processor (revision 14) with 524288K bytes of memory. Processor board ID FOX0740013V MPC8245 CPU at 333

Re: [squid-users] CentOS 5.1, Squid, PIX WCCP

2008-02-06 Thread Dennis B. Hopp
I'm ccing the list because I forgot to CC on my first reply... Quoting Adrian Chadd <[EMAIL PROTECTED]>: On Wed, Feb 06, 2008, Dennis B. Hopp wrote: Sorry didn't mean to be so short on the last e-mail, accidentally hit send... Yes the cache engine and the host are both be

[squid-users] CentOS 5.1, Squid, PIX WCCP

2008-02-05 Thread Dennis B. Hopp
I'm trying to get squid to use WCCP v2 with a cisco PIX. The PIX has ios 7.2(1) on it which has the WCCP feature. The linux box I'm using is running CentOS 5.1 (kernel 2.6.18-53.1.6.el5). sqiod 2.6.STABLE6-5.el5_1.2. I have also tried the lastest 2.6.STABLE18 with the same results. The

RE: [squid-users] How to fix skype sound problem over squid ?

2008-01-08 Thread C B
fix skype sound problem over squid ? > > C B wrote: >> >> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >> Subject: RE: [squid-users] How to fix skype sound problem over squid ? >> Date: Sun, 6 Jan 2008 0

Re: [squid-users] How to fix skype sound problem over squid ?

2008-01-06 Thread C B
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [squid-users] How to fix skype sound problem over squid ? Date: Sun, 6 Jan 2008 09:36:48 + Dear Matus, I adjusted skype settings accoırding to the skype and there is nothing seem

[squid-users] Fwd: Differentiating http and ssl requests.

2007-11-09 Thread Srinivas B
Forwarding my earlier post. Any idea? -- Forwarded message -- From: Srinivas B <[EMAIL PROTECTED]> Date: Nov 6, 2007 10:28 AM Subject: Differentiating http and ssl requests. To: squid-users@squid-cache.org Hi All, I am using Squid 2.6 Stable 12. I have my configuratio

[squid-users] Differentiating http and ssl requests.

2007-11-06 Thread Srinivas B
Hi All, I am using Squid 2.6 Stable 12. I have my configuration like below. http_port 8080 accel defaultsite=myhttpsite.net https_port 8081 accel defaultsite=myhttpsite.net cert= key= protocol=http By looking above, you might understand the setup. Its Client <---http & ssl--->Squid<---http--->H

[squid-users] ssl cert chain support for squid

2007-11-01 Thread Srinivas B
Hi, As we know, Verisign is switching to 3 tier ssl, It requires Intermediate cert now. I am using Squid 2.6 stable 12. and also was looking at this thread http://www.squid-cache.org/mail-archive/squid-users/200410/1017.html But I dont know how to specify this. any help?? Thanks srini

  1   2   3   >