Re: Deploying newly compiled nginx from test server to production

2015-06-15 Thread ajjH6
Thanks ryd994. I eventually build the RPM ok. I am attempting to build a stripped down nginx RPM with minimal modules, but also with modsec. I found a suggested config at - https://www.digitalocean.com/community/tutorials/how-to-compile-nginx-from-source-on-a-centos-6-4-x64-vps ./configure \ --

Re: config parsing (fastouter)

2015-06-15 Thread Maxim Dounin
Hello! On Fri, Jun 12, 2015 at 12:28:33PM -0700, kristian kvilekval wrote: > I am trying to configure fastrouter through environment variable and > running into trouble. > > 1. A blank loop still seems to run.. expect that no subscription would > take place? > > [uwsgi] > ... > fastrouter_keys

Re: Deploying newly compiled nginx from test server to production

2015-06-15 Thread ryd994
I would prefer RPM. Just patching the official one. RPM patching process is pretty standardized and shouldn't take more than a few minutes. Could you explain what problem you have? On Mon, Jun 15, 2015, 05:59 ajjH6 wrote: > Hello > > What is a good method for deploying a newly compiled nginx bi

Re: Redirect on specific threshold !!

2015-06-15 Thread Valentin V. Bartenev
On Sunday 14 June 2015 22:12:37 shahzaib shahzaib wrote: > Hi, > >We're using Nginx to serve videos on one of our Storage server(contains > mp4 videos) and due to high amount of requests we're planning to have a > separate caching Node based on Fast SSD drives to serve "Hot" content in > order

Re: sendfile_max_chunk breaking unbufferred php-fcgi

2015-06-15 Thread Valentin V. Bartenev
On Sunday 14 June 2015 09:52:26 Floris wrote: > Hi, > > I was having the problem that if a single client on the local LAN is > downloading a large static file, the download is effectively monopolizing > nginx, and no other requests are handled simultaneously. > Reading the manual I came across the

Deploying newly compiled nginx from test server to production

2015-06-15 Thread ajjH6
Hello What is a good method for deploying a newly compiled nginx binary with an extra module? (mod_security) I can get all to compile ok. However, I do not want to compile on my production server. There are two many dependencies (ie HTTPD for mod_sec). In the case of mod_security, it seems only

答复: nginx plus with ssl on TCP load balance not work

2015-06-15 Thread smith
My backend is work normally under nginx http/https load balancer. And also works under amazon Elastic load balancer. -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月15日 9:50 收件人: nginx@nginx.org 主题: Re: nginx plus with ssl on TCP lo

Re: nginx plus with ssl on TCP load balance not work

2015-06-15 Thread Roman Arutyunyan
Redirect usage is not related to the TCP proxy. Please search for problems in your backend. TCP proxy can be used for proxying any protocol unless you need to change the data bytes (alter HTTP headers, change method etc) > On 15 Jun 2015, at 08:33, smith wrote: > > Thanks, is this means TCP pro

Re: Redirect on specific threshold !!

2015-06-15 Thread shahzaib shahzaib
Hi, Thanks for the help guys. Regarding @ryd994 suggestion, the reason we don't want to deploy this structure is that the Caching node will have to respond for each client's request and even it will be only doing proxy for most of the requests(without caching them), high i/o will still be requi

Re: TCP-Loadbalancer and allow/deny

2015-06-15 Thread mex
thank you very much, looks promising! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259613,259617#msg-259617 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx