RE: Record all traffic option?

2003-02-07 Thread Robert Collins
On Fri, 2003-02-07 at 05:49, LA Walsh wrote: > > Well, first thoughts: > > > > 1) if you want to redirect everything coming to from squid, > > use network > > layer interception. It exists, and works. It has issues - but no > more > > than 100% alteration via squid itself. > --- > One of t

Re: cvs commit: squid/src cache_cf.c

2003-02-07 Thread Robert Collins
On Thu, 2003-02-06 at 19:17, Henrik Nordstrom wrote: > Robert Collins wrote: > > > > On Thu, 2003-02-06 at 16:00, [EMAIL PROTECTED] wrote: > > > wessels 2003/02/05 22:00:20 MST > > > > > > Modified files: > > > src cache_cf.c > > > Log: > > > Emit a warning if we fin

Re: changes to make mib.txt work with current net-snmp

2003-02-07 Thread Duane Wessels
On Fri, 7 Feb 2003, David Luyer wrote: > You can make that more compact as: > > SQUID-MIB DEFINITIONS ::= BEGIN > enterprises OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) > 1 } > nlanr OBJECT IDENTIFIER ::= { enterprises 3495 } > > (you can merge those two lines also, but th

Re: changes to make mib.txt work with current net-snmp

2003-02-07 Thread Duane Wessels
On Fri, 7 Feb 2003, Henrik Nordstrom wrote: > fre 2003-02-07 klockan 06.50 skrev Duane Wessels: > > I find that a recent installation of net-snmp apparently does > > not parse Squid's mib.txt file until I make this change: > > What version of net-snmp? Our mib.txt used to work with something l

Re: changes to make mib.txt work with current net-snmp

2003-02-07 Thread Henrik Nordstrom
fre 2003-02-07 klockan 06.50 skrev Duane Wessels: > I find that a recent installation of net-snmp apparently does > not parse Squid's mib.txt file until I make this change: What version of net-snmp? -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden

Re: How to push prompt to browser?

2003-02-07 Thread Henrik Nordstrom
You have two options a) Send a temporary redirect to another URL with the question b) Respond with a uncacheable content displaying the question. And in both cases you have figure out a way how the user can confirm that he wants the object downloaded.. However you need to know that HTTP knows

Re: changes to make mib.txt work with current net-snmp

2003-02-07 Thread David Luyer
You can make that more compact as: SQUID-MIB DEFINITIONS ::= BEGIN enterprises OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) 1 } nlanr OBJECT IDENTIFIER ::= { enterprises 3495 } (you can merge those two lines also, but that's going a bit far) Although you shouldn't have to do

Re: Getting URL in background when cache_miss

2003-02-07 Thread Senthil Kumar.R
Louis Lau wrote: > > Hi there, > > I want to modify squid so that when the client get a cache miss, the squid > will first display a screen > telling that the content is not in the cache and ask them to come back > later, while at the > same time, squid will try to get the content in its backgro

How to push prompt to browser?

2003-02-07 Thread Louis Lau
I don't know if this would simplify my problem. Does anyone know how to push prompt to browser in some occassion? like if they are accessing a site not in cache, prompt them and only get that page directly if they want?