Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-02 Thread George
Tested fine with ECC 256 bit and RSA 2048 bit SSL and chacha20_poly1305 https://community.centminmod.com/threads/nginx-and-libressl-alternative-to-openssl.3146/ :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259325,259333#msg-259333 ___

Re: Как распаковать ZIP'ованный запрос перед передачей на backend?

2015-06-02 Thread Eugene Mychlo
Думаю, не раньше чем появится DSO в nginx. ;) 2 июня 2015 г., в 10:08, Vadim A. Misbakh-Soloviov m...@mva.name написал(а): В письме от Вт, 2 июня 2015 09:39:15 пользователь Juriy Strashnov написал: Коллеги, подскажите: возможно ли настроить nginx таким образом, чтобы он принимал body

Re: Регулярные выражения в location

2015-06-02 Thread s.ivanov
Иван Мишин Wrote: --- Предложенный вами синтаксис location/ пришлось сократить, иначе при проверке конфигурации возникала ошибка: nginx: [emerg] named location @nameloc can be on the server level only Будьте внимательнее! В

Re: [RFC] event/openssl: Add dynamic record size support for serving ssl trafic

2015-06-02 Thread W-Mark Kubacki
2015-06-02 3:04 GMT+02:00 SplitIce mat...@gmail.com: From memory SSL_CIPHER_is_AES is a BoringSSL addition isnt it? I did a quick look over the OpenSSL source and it does not seem like its been added either. I havent had a chance to compile this yet to confirm it, but if correct then this is

fastcgi_param REQUEST_SCHEME $scheme

2015-06-02 Thread S.A.N
РНР скрипты которые работали под Apache, получали перемененную окружения REQUEST_SCHEME, в fastcgi_params этот параметр не назначается, я прописал fastcgi_param REQUEST_SCHEME $scheme. Вопрос, не нарушил ли я спецификацию FastCGI, если нет, тогда почему этот параметр не указан в fastcgi_params из

Re: Add header based on fastcgi response

2015-06-02 Thread Szépe Viktor
Could anyone comment on this? Idézem/Quoting Szépe Viktor vik...@szepe.net: Good morning! I'd like to add a X-Fastcgi-Cache header when there is a fastcgi cache hit, when the response is stored to or retrieved from the cache. add_header X-Fastcgi-Cache 600; Could you help me? Thank

Any reason stub_status would return 0.00 for last CPU?

2015-06-02 Thread knofun
Server is running really hot so investigating. Stub_status displays requests, but CPU data is 0.00 for all: http://pastebin.com/U0pLCBQ8 I'm running 1.8.0 with php-fpm and fastcgi caching Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259350,259350#msg-259350

Re: Add header based on fastcgi response

2015-06-02 Thread ryd994
On Tue, Jun 2, 2015 at 5:04 PM Szépe Viktor vik...@szepe.net wrote: Could anyone comment on this? Idézem/Quoting Szépe Viktor vik...@szepe.net: Good morning! I'd like to add a X-Fastcgi-Cache header when there is a fastcgi cache hit, when the response is stored to or retrieved from the

Re: Any reason stub_status would return 0.00 for last CPU?

2015-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 02, 2015 at 04:55:34PM -0400, knofun wrote: Server is running really hot so investigating. Stub_status displays requests, but CPU data is 0.00 for all: http://pastebin.com/U0pLCBQ8 I'm running 1.8.0 with php-fpm and fastcgi caching The output in question is not from

Re: fastcgi_param REQUEST_SCHEME $scheme

2015-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 02, 2015 at 04:59:53PM -0400, S.A.N wrote: РНР скрипты которые работали под Apache, получали перемененную окружения REQUEST_SCHEME, в fastcgi_params этот параметр не назначается, я прописал fastcgi_param REQUEST_SCHEME $scheme. Вопрос, не нарушил ли я спецификацию

[nginx] Fixed misspellings of the word dependencies.

2015-06-02 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/4e5dda15f18f branches: changeset: 6164:4e5dda15f18f user: Ruslan Ermilov r...@nginx.com date: Wed Jun 03 08:23:35 2015 +0300 description: Fixed misspellings of the word dependencies. diffstat: auto/make | 8 1 files changed, 4

Re: Как распаковать ZIP'ованный запрос перед передачей на backend?

2015-06-02 Thread Валентин Бартенев
On Tuesday 02 June 2015 11:06:40 Eugene Mychlo wrote: Думаю, не раньше чем появится DSO в nginx. ;) Уже скоро, в 1.9.x: http://trac.nginx.org/nginx/roadmap -- Валентин Бартенев 2 июня 2015 г., в 10:08, Vadim A. Misbakh-Soloviov m...@mva.name написал(а): В письме от Вт, 2 июня

Re: Как распаковать ZIP'ованный запрос перед передачей на backend?

2015-06-02 Thread Vadim A. Misbakh-Soloviov
Так то плюс. И по вполне очевидным причинам блобистости :) А я про перенос апстрима, например :) // хотя, для этого, наверное, потребуется чтобы agentzh перешёл из клаудфлари на работу в ngx inc. // а ещё меня беспокоит судьба ngx_postgres. А на самом деле всё потому, что это те модули, поломку

Re: Как распаковать ZIP'ованный запрос перед передачей на backend?

2015-06-02 Thread Илья Шипицин
Lua есть в сборке nginx plus: http://nginx.com/products/releases/ уже очень давно 2 июня 2015 г., 12:08 пользователь Vadim A. Misbakh-Soloviov m...@mva.name написал: В письме от Вт, 2 июня 2015 09:39:15 пользователь Juriy Strashnov написал: Коллеги, подскажите: возможно ли настроить nginx

Re: SSL session caching

2015-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 02, 2015 at 10:29:31AM -0400, CJ Ess wrote: In my current setup I have nginx behind a load balancing router (OSPF) where each connection to the same address has about 16% chance of hitting the same server as the last time. In a setup like that, does SSL session caching

Re: Find out if config file is loaded/used

2015-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 02, 2015 at 11:52:41AM +0200, Oliver Schrenk wrote: Hi, we configured load balancing around 10 machines in 2 clusters using symbolic links to various configuration file. We change the symbolic link to a different file if we need to do maintenance on one of the

Re: проверка файла после изменения адреса

2015-06-02 Thread AlexsnderS
Спасибо за ответ. Так не заработало, но получилось следующим образом: location ~ /news/[\w\-_]+/([\w\-_]+)\-(\d+x\d+x[i|p])\-(\d+)\.jpg$ { rewrite /news/[\w\-_]+/([\w\-_]+)\-(\d+x\d+x[i|p])\-(\d+)\.jpg$ /data/cache/news/$3/$1-$2.jpg; try_files $uri /$yii_bootstrap; } location ~

Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-02 Thread George
thanks seems with LibreSSL 2.1.6 no longer need the steps for creating .openssl/lib and copying files to that directory and symlink to make it work seems it works on Nginx 1.9.1 with LibreSSL 2.1.6 sweet ! nginx -V nginx version: nginx/1.9.1 built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC)

Как распаковать ZIP'ованный запрос перед передачей на backend?

2015-06-02 Thread Juriy Strashnov
Коллеги, подскажите: возможно ли настроить nginx таким образом, чтобы он принимал body http запроса в формате zip (НЕ GZIP!!!), распаковывал его и уже в распакованном виде передавал в обработку на backend (proxy_pass)? -- Best regards, Juriy Strashnov Please consider the environment before