Re: Too Many Redirects - CDN Rewrite Rule
I talked to NetDNA and they said my redirect would in fact cause a redirect loop. Unfortunately the PHP project I am using the CDN for would take a long time to convert URLs to the CDN for static files...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
On 21 March 2013 19:13, toddlahman <nginx-forum@nginx.us> wrote:> I talked to NetDNA and they said my redirect would in fact cause a redirect> loop. Unfortunately the PHP project I am using...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
On Thu, Mar 21, 2013 at 03:13:43PM -0400, toddlahman wrote:Hi there,> I talked to NetDNA and they said my redirect would in fact cause a redirect> loop. Unfortunately the PHP project I am using...
View ArticleRe: Upstream least_conn behavior irregularity
On Thu, Mar 21, 2013 at 12:03:59PM -0700, John Watson wrote:> Well doesn't make sense when theres >4 concurrent requests> At any given time there's around 12 active_connections, but sock-3...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
As I already said, the code doesn't work with NetDNA, so there is nothing to fix. A different approach must be taken, and I am looking for solutions other than that which is already broken.
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
On 21 March 2013 19:39, toddlahman <nginx-forum@nginx.us> wrote:> As I already said, the code doesn't work with NetDNA, so there is nothing to> fix. A different approach must be taken, and...
View ArticleRe: Upstream least_conn behavior irregularity
Going to pushing out the change to 1 worker later today.It's just become more of an exercise in understanding why it was behavingthat way.Even under "high" load (in this case ~50 active_connections),...
View Articleпеременный limit_req_zone
Приветствую.Пусть есть простой запрос:http://127.0.0.1/api?username=testuserХочу ограничивать кол-во cоединений в единицу времени в зависимости от имени пользователя в параметре: кому-то разрешить...
View ArticleRe: переменный limit req zone
> Есть ли способ выставлять rate для limit_req_zone динамически?Именованные локации?_______________________________________________nginx-ru mailing...
View ArticleHow to make nginx establish persistent connections with squid?
hi,I use nginx as load balance and forward request to squid use http/1.1, the topology is below:chrome ---> nginx(:80) ---> squid(:8080) ---> origin server(nginx :80)the nginx...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
On Thu, Mar 21, 2013 at 06:48:43PM -0400, toddlahman wrote:Hi there,> The reply I received from NetDNA after supplying the same information as I> did here is as follows:>> "Too many...
View ArticleRe: переменный limit req zone
Спасибо, способ выглядит достаточно компактным. Проверить пока не могу потому, что> location / {> limit_req zone=default_limit;> limit_req zone=user_bob;> limit_req zone=user_alice;>...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
Hi,What Peter said is correct the best way is to prepare your application for using CDNs. But I think for a quick workaround of the problem you can try to make another server to be used only from...
View ArticleRe: переменный limit req zone
On Friday 22 March 2013 13:28:12 cat wrote:> Спасибо, способ выглядит достаточно компактным. Проверить пока не могу> потому, что>> > location / {> >> > limit_req...
View ArticleRe: How to make nginx establish persistent connections with squid?
Hello!On Fri, Mar 22, 2013 at 05:25:15AM -0400, selphon wrote:> hi,> I use nginx as load balance and forward request to squid use http/1.1, the> topology is below:>> chrome --->...
View ArticleRe: Upstream question
Hi Chris,Nginx is using a round robin algorithm to decide which host should get the request, since you are (probably) the only user tomcat 1 and tomcat 2 are getting each 50% of the trafic.Now you want...
View ArticleRe: Simple question about proxy cache
On 18/03/13 11:21, John Moore wrote:> On 17/03/13 23:08, Maxim Dounin wrote:>> Hello!>>>> On Sun, Mar 17, 2013 at 08:08:39PM +0000, John Moore wrote:>>>>> I've used...
View ArticleRe: Simple question about proxy cache
On 22/03/13 11:18, John Moore wrote:>> Actually, there is one final tweak I'd like. There are a number of> different locations which I'd like to use the proxy cache for. I cannot> repeat...
View ArticleRe: Simple question about proxy cache
Hello!On Fri, Mar 22, 2013 at 11:18:50AM +0000, John Moore wrote:[...]> Actually, there is one final tweak I'd like. There are a number of> different locations which I'd like to use the proxy...
View ArticleRe: Simple question about proxy cache
On 22/03/13 11:43, Maxim Dounin wrote:> Hello!>> On Fri, Mar 22, 2013 at 11:18:50AM +0000, John Moore wrote:>> [...]>>> Actually, there is one final tweak I'd like. There are a...
View Article