Re: Least connections and multi_accept
Hello!On Tue, Apr 16, 2013 at 09:51:34AM +0200, António P. P. Almeida wrote:> Recently Ruslan, while replying to someone stated that the internal> counters for the least connections load...
View ArticleRe: Отработка лимитов, вопрос
16.04.2013 15:41, Maxim Dounin пишет:> Hello!>> On Tue, Apr 16, 2013 at 04:43:29AM +0400, denis wrote:>>> 16.04.2013 0:04, Maxim Dounin пишет:>>> но для большинства задач...
View ArticleRe[2]: Отработка лимитов, вопрос
--- Исходное сообщение ---От кого: "denis" <denis@webmaster.spb.ru>Дата: 16 апреля 2013, 14:52:34> Оффтопик, но интересно как такое вообще можно сделать. Ну закрыл> соединение nginx...
View ArticleRe: Least connections and multi_accept
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: Отработка лимитов, вопрос
Hello!On Tue, Apr 16, 2013 at 03:52:22PM +0400, denis wrote:> 16.04.2013 15:41, Maxim Dounin пишет:> >Hello!> >> >On Tue, Apr 16, 2013 at 04:43:29AM +0400, denis wrote:>...
View ArticleRe: Отработка лимитов, вопрос
On 16.04.2013 14:41, Maxim Dounin wrote:> ...лимитируется количество> соединений в nginx'е, в то время как на самом деле -> предполагается лимитировать количество занятых процессов бекенда.а...
View ArticleRe: Отработка лимитов, вопрос
Hello!On Tue, Apr 16, 2013 at 03:09:52PM +0300, Gena Makhomed wrote:> On 16.04.2013 14:41, Maxim Dounin wrote:>> >...лимитируется количество> >соединений в nginx'е, в то время как на...
View Article[nginx] svn commit: r5176 - trunk/src/event/modules
Author: mdouninDate: 2013-04-16 12:58:03 +0000 (Tue, 16 Apr 2013)New Revision: 5176URL: http://trac.nginx.org/nginx/changeset/5176/nginxLog:Events: backout eventport changes (r5172) for now.Evenport...
View Article[nginx] svn commit: r5177 - trunk/docs/xml/nginx
Author: mdouninDate: 2013-04-16 14:05:11 +0000 (Tue, 16 Apr 2013)New Revision: 5177URL:...
View Article[nginx] svn commit: r5178 - tags
Author: mdouninDate: 2013-04-16 14:05:22 +0000 (Tue, 16 Apr 2013)New Revision: 5178URL: http://trac.nginx.org/nginx/changeset/5178/nginxLog:release-1.3.16...
View Article[nginx-announce] nginx-1.3.16
Changes with nginx 1.3.16 16 Apr 2013*) Bugfix: a segmentation fault might occur in a worker process ifsubrequests were used; the bug had appeared in 1.3.9.*) Bugfix: the "tcp_nodelay" directive caused...
View Articlenginx-1.3.16
Changes with nginx 1.3.16 16 Apr 2013*) Bugfix: a segmentation fault might occur in a worker process ifsubrequests were used; the bug had appeared in 1.3.9.*) Bugfix: the "tcp_nodelay" directive caused...
View Articlenginx-1.3.16
Изменения в nginx 1.3.16 16.04.2013*) Исправление: в рабочем процессе мог произойти segmentation fault,если использовались подзапросы; ошибка появилась в 1.3.9.*) Исправление: директива tcp_nodelay...
View ArticleRewrite rule for all domains.
Pardon me if I missed this in the docs...My issue is that I want to rewrite every domain and not create a serverblock for each.I am trying to rewrite every domain thats pointing to Nginxfrom...
View ArticleRe: Rewrite rule for all domains.
On 16 April 2013 15:47, David | StyleFlare <david@styleflare.com> wrote:> Pardon me if I missed this in the docs...>> My issue is that I want to rewrite every domain and not create a...
View ArticleRe: Rewrite rule for all domains.
Thanks, I will test it.Appreciate it.On 4/16/13 11:07 AM, Jonathan Matthews wrote:> On 16 April 2013 15:47, David | StyleFlare <david@styleflare.com> wrote:>> Pardon me if I missed this...
View ArticleRe: Rewrite rule for all domains.
Adding to Jonathan suggestion with a twist:1. Use a map directive at the http level:map $host $rewrite_domain {default 0;~www\.(?<domain>.*)$ $domain;}2. Create a default server while leaving all...
View ArticleRe: Status Code 001 In Logs
Sorry for the delay. I do think part of the issue is tied to the load balancer since that connection is timing out (we set it very low for testing purposes), but the load balancer terminating the...
View ArticleRe: Status Code 001 In Logs
Hello!On Tue, Apr 16, 2013 at 12:04:32PM -0400, abstein2 wrote:> Sorry for the delay. I do think part of the issue is tied to the load> balancer since that connection is timing out (we set it...
View ArticleRe: Status Code 001 In Logs
Based on your post, I was actually dug a little bit deeper because there was nowhere in my Perl I could find that returned 1.After disabling most of the Perl, I was getting 499 errors which made sense,...
View Article