Re: nginx за nginx
On Tuesday 26 March 2013 19:45:57 baltazor wrote:> Не заработало, т.е. на apache IP показывается тот что нужно , а вот на> втором nginx IP в логах показывается сервера>А вы соответствующий...
View ArticleRe: Sub-domain in variable
Check your subdomain regex. Right now, if will only work if yoursubdomain is a dot ;)It should be (?<subdomain>[^\.]*) or (?<subdomain>[^\.]+)_NikOn 3/26/2013 5:56 AM, huttarichard...
View ArticleLogging the response body with Nginx Lua
Hi,I have a reverse proxy that l want to log request body with which currently looks lielog_format my_tracking '"$request" "$http_soapaction" "$http_content_type" "$request_body"';which is logging...
View ArticleRe: Sub-domain in variable
Thanks lot, but still wont to work.And how i set $subdomain to "default" if subdomain doesnt exists?I try this:~^(www\.)(?<subdomain>[^\.]*)(?<domain>[^\.]*)\.(?<tld>[^\.]*)$
View ArticleRe: Sub-domain in variable
The "www" part is probably causing a problem too. As the regex iswritten it will only match "www.<subdomain>.<domain>.<tdl>" which I'mguessing isn't what you intent. I would instead...
View ArticleRe: nginx за nginx
Пробовал так, проблема в том что apache видит нужный IP адрес, а вот nginx второй видит IP не мой а IP первого nginxsofiamay Wrote:-------------------------------------------------------> на первом...
View ArticleRe[2]: nginx за nginx
Прошу прощения, действительно, думал у вас c Apache проблема. Тогда вам уже дали совет выше: http://nginx.org/ru/docs/http/ngx_http_realip_module.htmlВторник, 26 марта 2013, 14:50 -04:00 от "baltazor"...
View ArticleWordPress multisite subdirectory rules not working
I have a wordpress multisite setup. So I looked around and found the "correct" way to set up the location directive. Apparently this should work according to the nginx codex example...
View ArticleRe: патч для nginx/win32
вот такой вариант ?--- src/os/win32/ngx_process_cycle.c.orig 2013-03-2709:53:48.000000000 +0600+++ src/os/win32/ngx_process_cycle.c 2013-03-27 09:48:56.000000000 +0600@@ -303,6 +303,8...
View Articlengx_slab_alloc() failed: no memory in cache keys zone "zone-xyz"
Hi,We have a nginx1.0.5 version installed in our system. We are getting thiserror continuously in our nginx error log. ngx_slab_alloc() failed: nomemory in cache keys zone "zone-xyz". I have increased...
View Articlepassword change
Hello,I want to change the root password.What happend if I change it? (Dose Nginx work? Do I have to do something for work?)Do I need to stop Nginx(#service nginx stop)?Regards
View ArticleRe: патч для nginx/win32
я проверил банальный ngx_msleep(1000) - он не помогает.вот тутhttp://msdn.microsoft.com/ru-RU/library/windows/desktop/ms686722%28v=vs.85%29.aspxнаписано " When the system is terminating a process, it...
View ArticleFwd: client_max_body_size
HiI am trying to resend (with small modification..) my request for helpMany ThanksHagai----------------------------------------------------------------------------------------------HiIs there any way...
View ArticleRe: патч для nginx/win32
Hello!On Wed, Mar 27, 2013 at 06:57:05PM +0600, Илья Шипицин wrote:> я проверил банальный ngx_msleep(1000) - он не помогает.>> вот тут>>...
View ArticleRe: Transfer-Encoding: chunked для статических файлов
On Wednesday 27 March 2013 14:09:54 ciklop wrote:> >Некий Бен скорее всего неправ, и streaming_callback работает вне>> зависимости>> >от chunked transfer encoding. Во всяком...
View ArticleCaching by Vary: Accept header
I'm working to implement the webp image format on our servers following the ideas posted here:http://www.igvita.com/2012/12/18/deploying-new-image-formats-on-the-web/Opera includes "image/web" in the...
View Article[nginx] svn commit: r5141 - in trunk/src: core http/modules/perl
Author: mdouninDate: 2013-03-27 15:15:34 +0000 (Wed, 27 Mar 2013)New Revision: 5141URL: http://trac.nginx.org/nginx/changeset/5141/nginxLog:Version...
View Article[nginx] svn commit: r5142 - trunk/src/event
Author: mdouninDate: 2013-03-27 15:16:45 +0000 (Wed, 27 Mar 2013)New Revision: 5142URL: http://trac.nginx.org/nginx/changeset/5142/nginxLog:Event connect: don't penalize AF_INET6 connections.Problems...
View Article[nginx] svn commit: r5143 - trunk/src/http
Author: mdouninDate: 2013-03-27 15:18:34 +0000 (Wed, 27 Mar 2013)New Revision: 5143URL: http://trac.nginx.org/nginx/changeset/5143/nginxLog:Upstream: fixed tcp_nodelay with connection upgrade (ticket...
View Article