Re: [1.4.1] Finding docroot directory?
On Mon, May 13, 2013 at 07:02:14AM -0400, Shohreh wrote:Hi there,> I'm confused about the multiple configuration files used by Nginx:>> /etc/nginx.conf> /etc/conf.d/>...
View Article[nginx] Version bump.
details: http://hg.nginx.com/nginx/rev/6082e0ab3d89branches: stable-1.2changeset: 5205:6082e0ab3d89user: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 13 13:18:31 2013 +0400description:Version...
View Article[nginx] nginx-1.2.9-RELEASE
details: http://hg.nginx.com/nginx/rev/0e80c5bf5e1bbranches: stable-1.2changeset: 5207:0e80c5bf5e1buser: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 13 14:41:51 2013...
View Article[nginx] release-1.2.9 tag
details: http://hg.nginx.com/nginx/rev/9c3c460f8a05branches: stable-1.2changeset: 5208:9c3c460f8a05user: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 13 14:43:06 2013...
View Article[nginx] Fixed chunk size parsing.
details: http://hg.nginx.com/nginx/rev/abfe9e6e72cbbranches: stable-1.2changeset: 5206:abfe9e6e72cbuser: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 13 13:19:28 2013 +0400description:Fixed...
View Article[nginx-announce] nginx-1.2.9
Changes with nginx 1.2.9 13 May 2013*) Security: contents of worker process memory might be sent to a clientif HTTP backend returned specially crafted response (CVE-2013-2070);the bug had appeared in...
View Articlenginx-1.2.9
Changes with nginx 1.2.9 13 May 2013*) Security: contents of worker process memory might be sent to a clientif HTTP backend returned specially crafted response (CVE-2013-2070);the bug had appeared in...
View Articlenginx security advisory (CVE-2013-2070)
Hello!A security problem related to CVE-2013-2028 was identified,affecting some previous nginx versions if proxy_pass tountrusted upstream HTTP servers is used.The problem may lead to a denial of...
View Articlenginx-1.2.9
Изменения в nginx 1.2.9 13.05.2013*) Безопасность: содержимое памяти рабочего процесса могло бытьотправлено клиенту, если HTTP-бэкенд возвращал специально созданныйответ (CVE-2013-2070); ошибка...
View Articlenginx security advisory (CVE-2013-2070)
Hello!Была обнаружена связанная с CVE-2013-2028 проблема безопасности,затрагивающая некоторые предыдущие версии nginx при использованииproxy_pass к недоверенным HTTP-серверам.Проблема может приводить к...
View Article[nginx-announce] nginx security advisory (CVE-2013-2070)
Hello!A security problem related to CVE-2013-2028 was identified,affecting some previous nginx versions if proxy_pass tountrusted upstream HTTP servers is used.The problem may lead to a denial of...
View ArticleRe: [1.4.1] Finding docroot directory?
Thanks everyone for the infos. "nginx -V" doesn't say where the docroot is, but I noticed that /etc/nginx/nginx.conf does use "/etc/nginx/conf.d/*.conf", where default.conf says:[code]location / {root...
View ArticleRe: [nginx] Version bump.
Hi! Details link doesn't work: http://hg.nginx.com/nginx/rev/6082e0ab3d89On 13 May 2013 15:29, Maxim Dounin <mdounin@mdounin.ru> wrote:> details: http://hg.nginx.com/nginx/rev/6082e0ab3d89>...
View ArticleПеренаправление на мобильную версию сайта
Создал карту агентов.Nginx правильно разделяет мобильные устройства и не мобильные, но есть одноно.Для мобильных устройств есть возможность попасть на полную версию сайта приопределенной переменной в...
View ArticleRe: Перенаправление на мобильную версию сайта
Мы используем куукиз.13 мая 2013 г., 16:00 пользователь Роман <n.g.i.n.x.e.r@gmail.com> написал:> Создал карту агентов.> Nginx правильно разделяет мобильные устройства и не мобильные, но...
View ArticleRe: [nginx] Version bump.
Hello!On Mon, May 13, 2013 at 03:59:20PM +0400, ivan babrou wrote:> Hi! Details link doesn't work: http://hg.nginx.com/nginx/rev/6082e0ab3d89Thanks for pointing this. An obvious workaround is to...
View ArticleRe: Nginx eats 100% cpu in ngx_event_pipe_write_to_downstream
Hello Maxim,Yes, my module cannot work with streams, we need full response body beforeit starts working.So what you suggest it something like this in my move_chain_to_brigado() ?while (chain) {buf =...
View ArticleRe: Перенаправление на мобильную версию сайта
13 мая 2013 г., 16:00 пользователь Роман <n.g.i.n.x.e.r@gmail.com> написал:> Создал карту агентов.> Nginx правильно разделяет мобильные устройства и не мобильные, но есть> одно но.>...
View ArticleRe: [PATCH] PCRE: retain input pattern for all regular expressions
Hello!On Sun, May 12, 2013 at 01:37:18PM +0400, Vadim Lazovskiy wrote:> It is a pity that commits are no longer sent to the mailing list.This was a fallout from migrating to Mercurial. Should be...
View Article[nginx] Upstream: allow to intercept responses with status 300.
details: http://hg.nginx.com/nginx/rev/07e515e65984branches:changeset: 5209:07e515e65984user: Ruslan Ermilov <ru@nginx.com>date: Mon May 13 14:10:22 2013 +0400description:Upstream: allow to...
View Article