Re: NGINX not binding to localhost:80 only 127.0.0.1:80
lsof says NGINX is listening on localhostnginx 3315 root 8u IPv4 0xfd9b22b8ee1eac23 0t0 TCP localhost:http (LISTEN)When I run another web server on that port localhost works fine but not with this...
View ArticleRe: memcache_assume_gzipped for 1.2.6
Hello!On Thu, Dec 20, 2012 at 02:51:44PM -0500, Daniel Church wrote:> I'm running nginx on a cheap VPS, which has pretty horrible disk i/o. As> such I keep most of my content in memcached so that...
View ArticleRe: memcache_assume_gzipped for 1.2.6
Looks like that's only in the "development" version though and not the"stable" version. May have been smarter to back-port the feature ratherthan adding a different one though.On Thu, Dec 20, 2012 at...
View ArticleRe: NGINX not binding to localhost:80 only 127.0.0.1:80
Hello!On Thu, Dec 20, 2012 at 12:41:26PM -0800, Bill Culp wrote:> Ive had this issue with tomcat apache in the past and always> fixed it by specifying localhost as part of the listen...
View ArticleRe: image_filter configuration inheritance
Hello!On Fri, Dec 21, 2012 at 12:23:22AM +0400, ivan babrou wrote:> Russian description:> Исправление: директивы модуля image_filter некорректно наследовались, когдаThnx, but I asked about proper...
View ArticleRe: Замена $request method в proxy pass
Здравствуйте, Уважаемый(-ая, -ое) aaaa5!a> Может пропатчить что-то надо чтобы убрать этот слеш? Что?Что мешает поставить нормальный прокси? squid, 3proxy, да что угодно?Вместо того, чтобы молотком...
View ArticleRe: NGINX not binding to localhost:80 only 127.0.0.1:80
Maxim,I used thelisten localhost:80;listen [::]:80;And now the server responds to localhost.Not sure why this would be happening unless nginx was binding to v6 rather than v4either way its nice to have...
View ArticleRe: Зазеркалить сайт через свой ПК
Вторую неделю уже борюсь с nginx и никак не могу настроить зеркалирование сайта в локальную сеть.Сайт уже загружается и картинки отображаются, но ссылки с сайта и ссылки на изображения ведут на...
View Article[PATCH] Ignore unexpected 1xx status messages from the upstream.
Ignore unexpected 1xx status messages from the upstream.RFC2616 10.1 Informational 1xx says:A client MUST be prepared to accept one or more 1xx status responsesprior to a regular response, even if the...
View ArticleRe: image_filter configuration inheritance
Hah, by name is Иван Бобров in Russian, btw.On 21 December 2012 02:40, Maxim Dounin <mdounin@mdounin.ru> wrote:> Hello!>> On Fri, Dec 21, 2012 at 12:23:22AM +0400, ivan babrou...
View ArticleRe: Как добавить медиа типы для конкретного сайта
NS>> Не подскажите ли, как для конкретного сайта добавить медиа-тип.>Не вижу смысла. Почему не добавить их в общие типы? Реальный, живой пример>такой необходимости можете привести?Под сайт...
View ArticleRe: Как добавить медиа типы для конкретного сайта
> > > > Не подскажите ли, как для конкретного сайта добавить медиа-тип.> > > >> > > > В сети находятся либо рекомендации по редактированию> > > >...
View ArticleRe: nginx/windows и проблема с autoindex
Maxim Dounin Wrote:> Нет, autoindex сейчас не умеет правильно работать с не-ascii> символами в именах файлов под Windows.Досадно. В планах нет исправления, случайно?И странно при этом, что...
View Article[nginx] svn commit: r4980 - trunk/src/http/modules
Author: ruDate: 2012-12-21 08:44:39 +0000 (Fri, 21 Dec 2012)New Revision: 4980URL: http://trac.nginx.org/nginx/changeset/4980/nginxLog:There's no need to normalize address returned by...
View Article[nginx] svn commit: r4981 - trunk/src/http/modules
Author: ruDate: 2012-12-21 08:46:52 +0000 (Fri, 21 Dec 2012)New Revision: 4981URL: http://trac.nginx.org/nginx/changeset/4981/nginxLog:Geo: ensure that default entry is always present.If 0.0.0.0/32...
View ArticleRe: Зазеркалить сайт через свой ПК
Есть у меня подозрения, что Вам просто нужно прокси типа сквида... Nginx -немного другое решение.2012/12/21 Gnome <nginx-forum@nginx.us>> Вторую неделю уже борюсь с nginx и никак не могу...
View Articlespdy+eval+memcached=signal 11
Hello.Testing spdy + eval + memcached module for our deployment. Without spdythis works fine. Worker processes die with following configuration:# cat /etc/nginx/nginx.confuser nginx;worker_processes...
View ArticleRe: Зазеркалить сайт через свой ПК
21.12.2012 10:54, Роман Москвитин пишет:> Мне нужно сделать так чтобы при вводе в браузере моего ip открывался> сайта> который находится в интернете все картинки выгружались с него на мой>...
View ArticleRe: Как добавить медиа типы для конкретного сайта
Hello!On Fri, Dec 21, 2012 at 09:40:51AM +0400, Nikolay Shaplov wrote:> > > > > Не подскажите ли, как для конкретного сайта добавить медиа-тип.> > > > >> > > >...
View ArticleRe: NGINX not binding to localhost:80 only 127.0.0.1:80
Hello!On Thu, Dec 20, 2012 at 05:07:26PM -0800, Bill Culp wrote:> Maxim,>> I used the>> listen localhost:80;> listen [::]:80;>> And now the server responds to localhost.>>...
View Article