Re: if ($args)/if ($arg_) + location
Hello!On Wed, Mar 20, 2013 at 05:09:38AM -0400, john2do wrote:> Столкнулся тут с странным поведением, а именно:> если использовать конструкцию в локейшине вида:>> if ( $arg_nossi != 1 )...
View Article[nginx] svn commit: r5120 - trunk/src/http
Author: vbartDate: 2013-03-20 09:36:27 +0000 (Wed, 20 Mar 2013)New Revision: 5120URL: http://trac.nginx.org/nginx/changeset/5120/nginxLog:URI processing code moved to a separate function.This allows to...
View ArticleRe: When does nginx return a Bad gateway (502)?
Thank you.BTW: having googled it for different expressions I've found that it is a well known issue and that it has nothing to do with nginx or the Rails app itself. Unicorn in and of itself can...
View Article[nginx] svn commit: r5121 - trunk/src/os/win32
Author: vbartDate: 2013-03-20 10:18:26 +0000 (Wed, 20 Mar 2013)New Revision: 5121URL: http://trac.nginx.org/nginx/changeset/5121/nginxLog:Win32: disabled MSVC warning about '\0' not fitting into...
View Article[nginx] svn commit: r5122 - in trunk: auto src/http src/http/modules
Author: vbartDate: 2013-03-20 10:36:57 +0000 (Wed, 20 Mar 2013)New Revision: 5122URL: http://trac.nginx.org/nginx/changeset/5122/nginxLog:Preliminary experimental support for SPDY draft...
View ArticleEnvironment variables, php-fpm & Nginx
I have an ubuntu server with a handful of custom environment set in/etc/environment as per the ubuntu community...
View ArticlePlease tell me how can I configure php-fpm on dedicate server.
Please tell me how can I configure php-fpm on dedicate server.I am looking for php-fpm and nginx settings.I have 3 raspberry pi small servers with 512MB and 8GB usb sticks.I wish to install nginx on...
View ArticleConvert rewrite from apache to nginx
Hello,I have this .htaccess file in my apache configuration:RewriteCond %{REQUEST_FILENAME} -f [OR]RewriteCond %{REQUEST_FILENAME} -l [OR]RewriteCond %{REQUEST_FILENAME} -dRewriteRule ^.* -...
View Articlelimiting queries
Hi All,I have one frontend and some backends(for ex. 6). Every backend can processing ~50 requests simultaneously. How i can limit numbers of sessions to one backend, such a way that requests put on...
View ArticleRe: Is it possible that nginx will not buffer the client body?
On Thu, Mar 14, 2013 at 10:39:12AM +0200, Pasi Kärkkäinen wrote:> On Thu, Mar 14, 2013 at 01:17:16PM +0800, Weibin Yao wrote:> > Try the new patch, It could solve your problem.> > Thanks...
View Articleerroneous characters after protocol string
Здравствуйте, Maxim.В логе ошибок Апача вижу вот такие ошибки:[Wed Mar 20 18:48:05 2013] [error] [client 127.0.1.5] request failed: erroneous characters after protocol string: GET...
View Article[nginx] svn commit: r5123 - trunk/src/core
Author: ruDate: 2013-03-20 18:07:25 +0000 (Wed, 20 Mar 2013)New Revision: 5123URL: http://trac.nginx.org/nginx/changeset/5123/nginxLog:Core: fixed resource leak if binary upgrade fails due to no...
View ArticleRe: erroneous characters after protocol string
Hello!On Wed, Mar 20, 2013 at 09:55:55PM +0400, Михаил Монашёв wrote:> Здравствуйте, Maxim.>> В логе ошибок Апача вижу вот такие ошибки:> [Wed Mar 20 18:48:05 2013] [error] [client...
View Articlemap и limit_req
ЗдравствуйтеДрузья, растолкуйте пожалуйста такой кусок конфига, найден тут, в рассылкеmap $http_user_agent $bot_ua {~bot bot;}limit_req_zone $bot_ua zone=bot:10m rate=1r/s;limit_req zone=bot...
View ArticleRe: map и limit req
On Wed, Mar 20, 2013 at 02:46:20PM -0400, sergey_s wrote:> Здравствуйте> Друзья, растолкуйте пожалуйста такой кусок конфига, найден тут, в рассылке>> map $http_user_agent $bot_ua {> ~bot...
View ArticleRe: map и limit req
On Wednesday 20 March 2013 22:46:20 sergey_s wrote:> Здравствуйте> Друзья, растолкуйте пожалуйста такой кусок конфига, найден тут, в рассылке>> map $http_user_agent $bot_ua {> ~bot...
View ArticleRe[2]: erroneous characters after protocol string
Здравствуйте, Maxim.>> К апачу запросы проксирует nginx, у которого включён>> accept_filter=httpready . Я думал, что мусор до бэкенда пройти не>> может. Но как-то получилось, что...
View ArticleRe: map и limit req
Спасибо, более менее прояснилосьдокументацию я читал неоднократно и почти по слогам)
View ArticleRe: map и limit req
прошу прощения, не так выразился, имел в виду именно реквесты в секундуспасибо
View Article[Announce] Tengine-1.4.4 is released
Hi folks!We are excited to announce that Tengine-1.4.4 (development version) hasbeen released. You can either checkout the source code from GitHub:https://github.com/alibaba/tengine or download the...
View Article