[squid-users] Re: gzip with Squird working fine with our site but not with our vbulletin forum. Any advice?

2011-10-05 Thread Manuel
Problems 1 2 and 3 should not be a problem, I guess. Only guests users get content from the cache and only their requests are cached (this is done by checking a cookie). Logued in users do not get content from cache nor their requests are cached either. Regarding your last point seems to have much

Re: [squid-users] WCCP transparent proxy

2011-10-05 Thread Horacio H.
Hi, You're missing a few things. Please review the FAQ again, here are some hints: 1) Make sure there are no firewalls between your Squid and router (WCCP). 2) Make sure the GRE module is loaded: modprobe ip_gre echo ip_gre >> /etc/modules 3) Create a GRE interface: ip tunnel add gre

RE: [squid-users] WCCP transparent proxy

2011-10-05 Thread Ritter, Nicholas
With current versions of TPROXY you should not do REDIRECTs. You should do something like this: -A DIVERT -j MARK --set-xmark 0x1/0x -A DIVERT -j ACCEPT -A PREROUTING -p tcp -m socket -j DIVERT -A PREROUTING -p tcp -m tcp --dport 80 -j TPROXY --on-port 3129 --on-ip --tproxy-mark 0x1/0x1

[squid-users] Read timeout on FTP server

2011-10-05 Thread Marc Muehlfeld
Hi, we're running Squid 3.1.10 that was shipped with Scientific Linux 6 (RHEL6 clone). We'd discovered, that we can't access one FTP site (ftp://ftp.molis.be): -- ERROR The requested URL could not be retrieved The following error was encountered while trying to retr

[squid-users] Re: altium.com does not load

2011-10-05 Thread Gerson Barreiros
solved. if using "forwarded_for off" site doesnt load. Em 5 de outubro de 2011 13:55, Gerson Barreiros escreveu: > Upgraded to squid 3.1.15 by amos > > still not loading. > > Em 04/10/2011 12:35, "Gerson Barreiros" escreveu: >> Hi, i'm using >> >> squid3 -v >> Squid Cache: Version 3.1.14 >> >>

[squid-users] Re: Re: Squid authenticate via squid_kerb_ldap

2011-10-05 Thread Markus Moeller
Hi Ricardo, That looks basically all correct. Can you capture the traffic on port 88 ( Kerberos ) with wireshark ? At this point 2011/10/04 20:52:53| squid_kerb_ldap: Setting up connection to ldap server srvarq.domain.local:389 2011/10/04 20:52:53| squid_kerb_ldap: Bind to ldap server with

RE: [squid-users] WCCP transparent proxy

2011-10-05 Thread Amos Jeffries
On Wed, 5 Oct 2011 09:29:01 -0500, Ritter, Nicholas wrote: With current versions of TPROXY you should not do REDIRECTs. You should do something like this: -A DIVERT -j MARK --set-xmark 0x1/0x -A DIVERT -j ACCEPT -A PREROUTING -p tcp -m socket -j DIVERT -A PREROUTING -p tcp -m tcp --dpor