Here I just use this and never had problems: acl mynetwork src 192.168.0.0/24 header_access Via Allow mynetwork Via Deny all header_access X-Forwarded-For Allow mynetwork X-Forwarded-For Deny all On Tue, Aug 4, 2009 at 4:33 PM, George<izghitu@xxxxxxxxx> wrote: > Hi, > > On another server I have the same setup working and not showing the > Warning. When I go to www.whatismyipaddress.com it does not detect me > as proxy. > > On the new server with this warning I am detected as proxy thus Via is still on. > > How do I disable it? > > Please advise > > On Tue, Aug 4, 2009 at 10:31 PM, Leonardo > Rodrigues<leolistas@xxxxxxxxxxxxxx> wrote: >> George escreveu: >>> >>> I compiled squid with --enable-http-violations. Whenever I put in >>> squid.conf: >>> via off >>> When I start squid it says: WARNING: HTTP requires the use of Via >>> and it's still on >>> >>> What did I do wrong? >>> >> >> You did wrong just on the interpretation of what you're seeing on >> cache.log. >> >> WARNING is not an ERROR. It's just WARNING you that 'HTTP requires the use >> of Via' ... and which you have just disabled. >> >> There's nothing wrong, you've successfully disabled the Via thing. >> >