Re: [squid-users] Squid reverse proxy. Redirect based on http header

2015-09-03 Thread PSA4444
Hey never mind. I had the wrong idea by using deny_info. I've got it working now. Thanks for the help. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-reverse-proxy-Redirect-based-on-http-header-tp4673063p4673083.html Sent from the Squid - Users mailin

Re: [squid-users] best practices for setting up large proxy server

2015-09-03 Thread Jason Enzer
not a popular topic i guess. can anyone point in the right direction for setting up multiple squid instances on centos 6.6? thanks, jason On Thu, Sep 3, 2015 at 3:43 PM, Jason Enzer wrote: > if i had 250+ ip addresses and wanted to run a large anonymous proxy > server what is the best practice

Re: [squid-users] Squid reverse proxy. Redirect based on http header

2015-09-03 Thread PSA4444
Hi, I've managed to catch the requests with the following acl: # acl ios browser ^MYApp\/1\.3\.1 # And I am able to redirect them were I want them with the following: # deny_info http://my.other.domain ios http_reply_access deny ios # The requests are going through to the correct server, but the r

[squid-users] best practices for setting up large proxy server

2015-09-03 Thread Jason Enzer
if i had 250+ ip addresses and wanted to run a large anonymous proxy server what is the best practice? i know there is a 128 port limit on squid and i can increase max http port setting and rebuild squid. is that best practice? should i run multiple instances of squid on same server? i have a qua

Re: [squid-users] Lots of "Vary object loop!"

2015-09-03 Thread Sebastián Goicochea
Amos, I recompiled 3.5.8 with this configuration (removed ipv6 and ssl): Squid Cache: Version 3.5.8 Service Name: squid configure options: '--prefix=/usr/local' '--datadir=/usr/local/share' '--bindir=/usr/local/sbin' '--libexecdir=/usr/local/lib/squid' '--localstatedir=/var' '--sysconfdir=/etc

Re: [squid-users] Lots of "Vary object loop!"

2015-09-03 Thread Amos Jeffries
On 4/09/2015 6:24 a.m., Sebastián Goicochea wrote: > Regarding configure options, I disable IPv6 because of the latency that > adds to DNS queries, enable-ssl could be removed, gnuregex gave no > problems (or that I think). > > That options on the config file are the core of my configuration. Just

Re: [squid-users] squid 3.5.5 crash: problem with tcp logger buffer overflowed

2015-09-03 Thread Amos Jeffries
On 3/09/2015 6:32 p.m., Paul Martin wrote: > Hello, > > I have this error on squid 3.5.5: > (squid-1): tcp logger buffer overflowed then the process exit with status 1 > and (squid -1) restart. > and some minutes after (squid -1) crashes again. > > What can I do to solve problem? See the docs, i

Re: [squid-users] Lots of "Vary object loop!"

2015-09-03 Thread Amos Jeffries
On 4/09/2015 3:20 a.m., Sebastián Goicochea wrote: > Amos, I spent a couple of days doing some test with the info you gave me: > > Retested emptying the cache several times, disabled the rewriter, > different config files .. all I could think of > > > Downloaded fresh 3.5.8 tar.gz (just in case

Re: [squid-users] High-Availability in Squid

2015-09-03 Thread Amos Jeffries
On 4/09/2015 3:56 a.m., Imaginovskiy wrote: > Thanks for this will about to start some testing in a test environment to see > the behaviour of the cache_peer method listed earlier. > > Sorry to be a pain (will create a new thread for this question if needed), > but would I need to recompile with

Re: [squid-users] High-Availability in Squid

2015-09-03 Thread Imaginovskiy
Thanks for this will about to start some testing in a test environment to see the behaviour of the cache_peer method listed earlier. Sorry to be a pain (will create a new thread for this question if needed), but would I need to recompile with Squid v4.0 to get SNI and ECDHE support for PFS? Have

Re: [squid-users] Lots of "Vary object loop!"

2015-09-03 Thread Sebastián Goicochea
Amos, I spent a couple of days doing some test with the info you gave me: Retested emptying the cache several times, disabled the rewriter, different config files .. all I could think of Downloaded fresh 3.5.8 tar.gz (just in case it was some 3.5.4 thing) and compiled it using this configure