Thanks for the explanation. We are on not on 3.2 (or greater) yet and
it doesn't appear concurrency is supported, so it looks like a single
threaded redirector for a little while longer.
On Sat, Nov 26, 2016, at 01:44 AM, Amos Jeffries wrote:
> On 26/11/2016 8:54 a.m., cred...@eml.cc wrote:
>
On 26/11/2016 8:54 a.m., cred...@eml.cc wrote:
> Using the first example in the link that was shared
> (http://wiki.squid-cache.org/Features/Redirectors), I was able to get it
> to work after seeing what was being sent to the redirector script. In
> my case the URL was at $X[0] and I had to remove
Using the first example in the link that was shared
(http://wiki.squid-cache.org/Features/Redirectors), I was able to get it
to work after seeing what was being sent to the redirector script. In
my case the URL was at $X[0] and I had to remove all references to $X[0]
in what was being sent back to
On 24/11/2016 9:31 p.m., Eliezer Croitoru wrote:
> Amos,
>
> I'm not sure I understood:
> Redirect using url_rewrite helper which will rewrite(transparently) to some
> special url\page?
No, not rewrite. Redirect ...
With a 30x status code. URL helpers have always been able to redirect,
just by
users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf
Of Amos Jeffries
Sent: Thursday, November 24, 2016 04:42
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Accelerator http to https
On 24/11/2016 2:19 p.m., creditu wrote:
> I'm in the process of converting all our site
On 24/11/2016 2:19 p.m., creditu wrote:
> I'm in the process of converting all our sites from purely http to https
> using squid accelerators . During the initial roll out both http and
> https will be accepted. After that we want to only accept https, so a
> redirect from http to https will be n
I'm in the process of converting all our sites from purely http to https
using squid accelerators . During the initial roll out both http and
https will be accepted. After that we want to only accept https, so a
redirect from http to https will be needed. What I have below seems to
work, but I w