Sending basic auth to "backend" servers

2016-05-25 Thread jrhodes
Hey everyone I'm trying to achieve something a little unique (have read a LOT of documentation and posts) I want to use ngnix as a LB to a handful of squid servers I have to distribute http requests on a round robin basis. Each squid web server in the "backend" accepts a unique username and

Re: Несколько доменов с SSL

2016-05-25 Thread Илья Шипицин
пардон, а что мешает сделать как вам удобно? 25 мая 2016 г., 21:22 пользователь kpoxa написал: > Часто это неудобно, хочется единым конфигом и без инклюдов. > > ср, 25 мая 2016 г. в 18:00, Юрий : > >> каждый сайт - свой конфиг. Проверенная и рабочая годами

Re: Несколько доменов с SSL

2016-05-25 Thread kpoxa
Часто это неудобно, хочется единым конфигом и без инклюдов. ср, 25 мая 2016 г. в 18:00, Юрий : > каждый сайт - свой конфиг. Проверенная и рабочая годами схема - достаточно > производительно. > > 25 мая 2016 г., 16:35 пользователь kpoxa написал: > >> Добрый

Re: proxy http version 2; без SSL, для мультиплексирование запросов к бекенду

2016-05-25 Thread Валентин Бартенев
On Wednesday 25 May 2016 19:01:36 Evgeniy Berdnikov wrote: > On Wed, May 25, 2016 at 07:19:04AM -0400, S.A.N wrote: > > Вы правы, я наконец то понял, браузеры отправляют в одном соединении запросы > > последовательно, всегда дожидаясь ответа на предыдущий, т.е. очередь > > запросов в соединении

VM for Windows builds

2016-05-25 Thread R3s1stanc3
Hi Since I tried for 8 straight hours to build nginx under Windows 7 today, I wanted to ask if anyone has a VM where I can build a 64bit Windows binary of nginx, he wants to share with me ;) greetings ___ nginx-devel mailing list nginx-devel@nginx.org

Re: Несколько доменов с SSL

2016-05-25 Thread Юрий
каждый сайт - свой конфиг. Проверенная и рабочая годами схема - достаточно производительно. 25 мая 2016 г., 16:35 пользователь kpoxa написал: > Добрый день. > > А как лучше описать несколько доменов с SSL для одного сервера? > > -- > Рустам > >

2016 NGINX User Survey: Help Us Shape the Future

2016-05-25 Thread Michelle Brinich
Hello! It’s that time of year again for the annual NGINX User Survey. We want to hear about your experiences with NGINX today, and your feedback on how NGINX and our products can continue to evolve. Please take a moment to complete the 2016 NGINX User Survey[1]. It will remain open through June

Несколько доменов с SSL

2016-05-25 Thread kpoxa
Добрый день. А как лучше описать несколько доменов с SSL для одного сервера? -- Рустам ___ nginx-ru mailing list nginx-ru@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-ru

Re: Зависание nginx из-за memcached

2016-05-25 Thread Илья Шипицин
если не секрет, как именно используется headers-more-nginx-module ? 25 мая 2016 г., 15:28 пользователь Vadim Osipov написал: > 1) Проверил у себя, да, в те 3 location, в которые поступали запросы с > дальнейшим перенаправлением в memcached, имеются директивы из >

Re: CPU load monitoring / dynamically limit number of connections to server

2016-05-25 Thread ohenley
Thx gariac. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267003,267145#msg-267145 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.11.0

2016-05-25 Thread Dmitry Volyntsev
On 25.05.2016 12:01, Alexey Genus wrote: > *) Feature: the "map" directive supports combinations of multiple variables as resulting values. Does this mean this ticket can be resolved? https://trac.nginx.org/nginx/ticket/663 Yes, it is resolved.

Possible cached file corruption with aio_write enabled

2016-05-25 Thread vedranf
Hello, I've recently upgraded one of the nginx servers within a caching (proxy_cache module) cluster from 1.8.1 to 1.10 and soon after I noticed unusually high number of various errors only on that server which I eventually pin pointed to a mismatch between the actual cached file size on disk and

Re: Зависание nginx из-за memcached

2016-05-25 Thread Валентин Бартенев
On Wednesday 25 May 2016 04:39:27 Vadim Osipov wrote: > Это не секрет. > Сейчас пробежался по конф. файлу - > 1) для отладки (как альтернатива dummy location с return xxx "text" и > log_format) > 2) некоторые location содержат > location /some_url/jsonpp/ { > echo_before_body

Re: nginx-1.11.0

2016-05-25 Thread Alexey Genus
> *) Feature: the "map" directive supports combinations of multiple variables as resulting values. Does this mean this ticket can be resolved? https://trac.nginx.org/nginx/ticket/663 On Wed, May 25, 2016 at 12:19 AM, George wrote: > nice RSA + ECDSA certs

Re: Зависание nginx из-за memcached

2016-05-25 Thread Vadim Osipov
Это не секрет. Сейчас пробежался по конф. файлу - 1) для отладки (как альтернатива dummy location с return xxx "text" и log_format) 2) некоторые location содержат location /some_url/jsonpp/ { echo_before_body "core.RequestManager.response("; proxy_pass http://localhost/some_url2/;