Re: [squid-users] Build issues with squid 3.1 and 3.2

2011-08-25 Thread Amos Jeffries
On 26/08/11 16:43, gewe...@gmx.net wrote: I'm then confronted with the old nemesis: ... cc1plus: warnings being treated as errors Address.cc: In member function 'bool Ip::Address::IsSlaac() const': Address.cc:279: warning: comparison is always false due to limited range of data type Address.cc

Re: [squid-users] Build issues with squid 3.1 and 3.2

2011-08-25 Thread gewehre
> > > > I'm then confronted with the old nemesis: > > ... > > cc1plus: warnings being treated as errors > > Address.cc: In member function 'bool Ip::Address::IsSlaac() const': > > Address.cc:279: warning: comparison is always false due to limited range > of data type > > Address.cc:280: warning: co

Re: [squid-users] Build issues with squid 3.1 and 3.2

2011-08-25 Thread gewehre
src/cf_parser.cci in the build directory contains a default definition > for the "all" ACL? > > And please make sure this is still a problem when you do a fresh clean > set of sources. > > I can't imagine how I could've confused the two, given 3.2 takes

Re: [squid-users] Accelerating proxy not matching cgi files

2011-08-25 Thread Amos Jeffries
On 26/08/11 01:59, Mateusz Buc wrote: 2011/8/25 Mateusz Buc wrote: However, I still can't make these URLs/images cached on my squid. Is there any chance they can be served directly from squid cache when they do not change? Right now I have reduced network bandwidth obviously, but not sure about

Re: [squid-users] Accelerating proxy not matching cgi files

2011-08-25 Thread Amos Jeffries
On 25/08/11 21:38, Mateusz Buc wrote: 2011/8/24 Amos Jeffries: Maybe. We would need to see the HTTP headers produced by gen.cgi to be sure. From the description of how index.cgi/gen.cgi interact I think it highly likely the lack of Cache-Control and Last-Modified information from gen.cgi is ca

Re: [squid-users] Accelerating proxy not matching cgi files

2011-08-25 Thread Mateusz Buc
2011/8/25 Mateusz Buc : > > However, I still can't make these URLs/images cached on my squid. Is > there any chance they can be served directly from squid cache when > they do not change? Right now I have reduced network bandwidth > obviously, but not sure about CPU load - it still takes almost the

Re: [squid-users] Loadbalanced ICAP-Requests?

2011-08-25 Thread Amos Jeffries
On 26/08/11 00:46, Tom Tux wrote: Hi Is there a configuration option (squid 3.1.14) which instructs squid to loadbalance the icap-requests? I saw, that it's possible to define failover with an adaptation_service_set. But also loadbalancing? Thanks a lot. Tom I attempted to add such a thing to

Re: [squid-users] Modify the HTML by squid be return to the visitor

2011-08-25 Thread Amos Jeffries
On 26/08/11 00:23, Carlos Manuel Trepeu Pupo wrote: On Thu, Aug 25, 2011 at 1:25 AM, Amos Jeffries wrote: Please consider the more socially acceptable alternative of a splash/welcome page instead. Keeping in mind that even this portal approach is only acceptable for free or "cheap" services.

[squid-users] Loadbalanced ICAP-Requests?

2011-08-25 Thread Tom Tux
Hi Is there a configuration option (squid 3.1.14) which instructs squid to loadbalance the icap-requests? I saw, that it's possible to define failover with an adaptation_service_set. But also loadbalancing? Thanks a lot. Tom

Re: [squid-users] Modify the HTML by squid be return to the visitor

2011-08-25 Thread Carlos Manuel Trepeu Pupo
On Thu, Aug 25, 2011 at 1:25 AM, Amos Jeffries wrote: > On 25/08/11 15:14, 铀煌林 wrote: >> >> I am running the squid on my proxy server and provide proxy service to >> visitors. >> I want to add some HTML codes such as "Hi [USERNAME], you are >> useing my proxy" at the first line inside the  tag. An

Re: [squid-users] Accelerating proxy not matching cgi files

2011-08-25 Thread Mateusz Buc
2011/8/24 Amos Jeffries : > > Maybe. We would need to see the HTTP headers produced by gen.cgi to be sure. > From the description of how index.cgi/gen.cgi interact I think it highly > likely the lack of Cache-Control and Last-Modified information from gen.cgi > is causing the cache algorithms to de