[squid-users] injecting small piece of html into pages retrieved

2008-03-21 Thread Edward Rosinzonsky
Hi, I'd like to inject a small piece of HTML into any page retrieved through the proxy. E.g. change /head to script .../head. The HTML is static. That is the same piece of HTML is to be injected into every page. Is this possible? If so, how? Is there perhaps a plugin, that could make this

Re: [squid-users] multicast peers: Does squid join the multicast group?

2006-11-04 Thread Edward Rosinzonsky
On 11/4/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: fre 2006-11-03 klockan 22:17 -0800 skrev Edward Rosinzonsky: The icp queries are received and everything works. However when I use a different multicast group, like 224.9.9.9 or 239.0.0.2, the peers do not receive icp queries. did you

[squid-users] Re: Anyone have sibling caches working on a reverse proxy?

2006-11-03 Thread Edward Rosinzonsky
bump On 10/28/06, Edward Rosinzonsky [EMAIL PROTECTED] wrote: Does anyone have sibling caches working on a reverse proxy (accelerating a server), in 2.6? If so, can you please send me your configuration file. Thanks.

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-11-03 Thread Edward Rosinzonsky
klockan 21:39 -0700 skrev Edward Rosinzonsky: unfortunately I still haven't been able to get sibling caches to work. However I occasionaly see the following line in acess.log: 1162009609.788 0 192.168.1.136 TCP_MISS/200 299 GET internal://rele132.relevad.lan/squid-internal-dynamic/netdb - NONE

[squid-users] multicast peers: Does squid join the multicast group?

2006-11-03 Thread Edward Rosinzonsky
Hi, I'm trying to configure multicast peers, but it doesn't look like the group is being joined. When I configure it with the all-hosts group like so: cache_peer 224.0.0.1 multicast 80 3130 ttl=4 The icp queries are received and everything works. However when I use a different multicast

[squid-users] Anyone have sibling caches working on a reverse proxy?

2006-10-28 Thread Edward Rosinzonsky
Does anyone have sibling caches working on a reverse proxy (accelerating a server), in 2.6? If so, can you please send me your configuration file. Thanks.

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-10-27 Thread Edward Rosinzonsky
? thanks. On 10/1/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: sön 2006-10-01 klockan 14:22 -0700 skrev Edward Rosinzonsky: I took out all the http_access rules, and nothing changed. However, upon closer examination of access.log, I see UDP_HITS for the static pages, but UDP_MISS for any url

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-10-01 Thread Edward Rosinzonsky
On 9/30/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: fre 2006-09-29 klockan 22:19 -0700 skrev Edward Rosinzonsky: I also see this in the cache.log file. Don't know what to make of it: 2006/09/29 21:35:25| temporary disabling (Not Found) digest from 127.0.0.1 Either the parent hasn't built

Re: [squid-users] not caching pages with http auth in squid 2.6

2006-10-01 Thread Edward Rosinzonsky
But it's more effective to use the cache directive to block things from caching. refresh_pattern only applies on pages where there is no explicit expiry information set by the origin server. acl page1 urlpath_regex /page1/ cache deny page1 Just tried that. It didn't seem to change anything.

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-10-01 Thread Edward Rosinzonsky
Quite likely your http_access rules blocks the digest exchanges. Or you are running an early 2.6 version where internal requests did not work in accelerator mode. which http_access rules can block digest exchanges? Can you give me an example? I'm running CVS as of this friday. Also, I see

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-10-01 Thread Edward Rosinzonsky
I took out all the http_access rules, and nothing changed. However, upon closer examination of access.log, I see UDP_HITS for the static pages, but UDP_MISS for any url with a ?= in it. Any idea how to fix that? On 10/1/06, Edward Rosinzonsky [EMAIL PROTECTED] wrote: Quite likely your

[squid-users] Re: cache_peer problenms in accelerator mode

2006-09-29 Thread Edward Rosinzonsky
bump On 9/26/06, Edward Rosinzonsky [EMAIL PROTECTED] wrote: Hi, I'm running squid in accelerator mode, and can't get a sibling cache working. The cache.log file doesn't say anything about siblings or ICP messages. It's almost as if the cache_peer line isn't being seen. I'm running 2.5

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-09-29 Thread Edward Rosinzonsky
machines. Thanks. On 9/29/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: fre 2006-09-29 klockan 13:36 -0700 skrev Edward Rosinzonsky: bump On 9/26/06, Edward Rosinzonsky [EMAIL PROTECTED] wrote: Hi, I'm running squid in accelerator mode, and can't get a sibling cache working. The cache.log

Re: [squid-users] Re: cache_peer problenms in accelerator mode

2006-09-29 Thread Edward Rosinzonsky
oops typo. The configuration is: http_port 80 vhost cache_peer 127.0.0.1 parent 82 0 no-query originserver cache_peer squid2 sibling 80 3130 cache_peer squid3 sibling 80 3130 On 9/29/06, Edward Rosinzonsky [EMAIL PROTECTED] wrote: Hi, Thanks for your reply. I uppgraded to 2.6, The cache.log

[squid-users] not caching pages with http auth in squid 2.6

2006-09-29 Thread Edward Rosinzonsky
Hi, I have some pages that I don't want to cache because they have http authentication. In squid 2.5 I used to do that with the following line in squid.conf: refresh_pattern ^http:.+/page1/ 0 0%0 but in squid 2.6, this doesn't seem to work. The page doesn't authenticate.

[squid-users] cache_peer problenms in accelerator mode

2006-09-26 Thread Edward Rosinzonsky
Hi, I'm running squid in accelerator mode, and can't get a sibling cache working. The cache.log file doesn't say anything about siblings or ICP messages. It's almost as if the cache_peer line isn't being seen. I'm running 2.5.STABLE14. My config is included below. The sibling is configured

[squid-users] can't get sibling cache to work in accelerator mode. help.

2006-09-25 Thread Edward Rosinzonsky
Hi, I'm running squid in accelerator mode, and can't get a sibling cache working. The cache.log file doesn't say anything about siblings or ICP messages. It's almost as if the cache_peer line isn't being seen. I'm running 2.5.STABLE14. My config is included below. The sibling is configured