Re: proxy_cache_path's max_size being violated/ignored
Maxim Dounin Wrote:-------------------------------------------------------> Hello!** snip**> (On the other hand, it may iterfere with normal cache operations> and may cause problems you...
View ArticleRe: no content length on 204s; hangs wget
Hello!On Mon, Apr 08, 2013 at 02:39:07PM -0400, Jeff Kaufman wrote:> I've written a content handler for nginx that does:>> return NGX_HTTP_NO_CONTENT;>> This produces output...
View ArticleRe: [PATCH] Make ngx_http_upstream provide a way to expose errors after...
Hello!On Sun, Apr 7, 2013 at 5:23 PM, Maxim Dounin wrote:>> This looks wrong.>> The u->length should be used/checked in case of non-buffered processing> only, u->pipe->length -...
View ArticleX-Forwarded-For Header Apparently Not Being Pulled Correctly
Hello. We are using nginx as a reverse-proxy feeding into a Django/WSGI/gunicorn environment. We are planning to upgrade the web site and need to show a custom 503 page. This is trivial, but we also...
View ArticleRe: [PATCH] Make ngx_http_upstream provide a way to expose errors after...
Hello!On Mon, Apr 08, 2013 at 12:05:31PM -0700, agentzh wrote:> Hello!>> On Sun, Apr 7, 2013 at 5:23 PM, Maxim Dounin wrote:> >> > This looks wrong.> >> > The...
View ArticleRe: [PATCH] Make ngx_http_upstream provide a way to expose errors after...
Hello!On Mon, Apr 8, 2013 at 3:36 PM, Maxim Dounin wrote:>> I think the information that u->length == -1 isn't ok at eof> should be explicitly exposed by protocol modules (or, rather,>...
View ArticleПравильные права доступа
На сервере крутятся несколько сайтов. Хочу сделать их изолированными друг от друга.Ситуация примерно такая:сайт в директории /var/www/site.ru/www/права доступа такие: /var/www/site.ru/ (root:root) 750....
View ArticleRe: [PATCH] Make ngx_http_upstream provide a way to expose errors after...
Hello!On Mon, Apr 08, 2013 at 04:12:18PM -0700, agentzh wrote:> Hello!>> On Mon, Apr 8, 2013 at 3:36 PM, Maxim Dounin wrote:> >> > I think the information that u->length == -1...
View ArticleRe: прозрачное проксирование с AWS S3
А в чем проблема? Задача довольно тривиальная.9 апреля 2013 г., 16:37 пользователь Anatoly Mikhailov<anatoly@sonru.com>написал:>> On Apr 4, 2013, at 1:01 PM, Daniel Podolsky...
View ArticleRe: прозрачное проксирование с AWS S3
On Apr 4, 2013, at 1:13 PM, denis <denis@webmaster.spb.ru> wrote:> 04.04.2013 15:04, Anatoly Mikhailov пишет:>> Добрый день,>>>> появилась бизнес-задача организовать...
View ArticleRe: прозрачное проксирование с AWS S3
On Apr 9, 2013, at 1:39 PM, Andrey Velikoredchanin <uncleandyv@gmail.com> wrote:> А в чем проблема? Задача довольно тривиальная.не знаю что вам ответить, наверное ничего.>>> 9 апреля...
View ArticleRe: прозрачное проксирование с AWS S3
> я не зря предоставил ссылку на блог пост, прочтите его еще раз.Больно Вас разочаровывать, но - совершенно зря предоставили, никто поней не пойдет.> S3 - обычная файловая помойка со своим API...
View ArticleRe: nginx + my module crashes only when ignore client abort = on
after a few addons to the code - in totally irrelevant places - the error returns so it did not help.Now i try to create a new upstream handler so i can use it instead of the subrequest model.i...
View ArticleRe: прозрачное проксирование с AWS S3
On Apr 9, 2013, at 1:48 PM, Daniel Podolsky <onokonem@gmail.com> wrote:>> я не зря предоставил ссылку на блог пост, прочтите его еще раз.> Больно Вас разочаровывать, но - совершенно зря...
View ArticleRe: try_files for alias
Tip: I had overcame alias+try_files problem by using symlinks insted of aliases.Bests,Andor
View Articleограничения по количеству записей в map
Добрый день.Существуют ли ограничения по количеству записей в map ?Требуется поместить в map список соответствия hostname/url внутреннемуидентификатору и передавать идентификатор на backend в...
View Articleзапуск Nginx от имени непривилигированного пользователя
Подскажите пожалуйста как запустить nginx от имени непривилигированного пользователя.OS SUSE 12.3из репозитариея загрузил nginx и установил его.В каталоге /etc/init.d есть программа запуск nginx ее...
View ArticleRe: запуск Nginx от имени непривилигированного пользователя
09.04.2013 18:20, misha_shar53 пишет:> #! /bin/sh> sudo /etc/init/d/nginx start>> И пытаюсь его запустить щелкая на нем но ничего не происходит.> Я подозреваю что делаю что то не...
View ArticleRe: ограничения по количеству записей в map
On 04/09/13 18:10, Oleg Motienko wrote:> Существуют ли ограничения по количеству записей в map ?>> Требуется поместить в map список соответствия hostname/url внутреннему> идентификатору и...
View ArticleRe: запуск Nginx от имени непривилигированного пользователя
Да ошибка в сообщении. команда выглядит по другомуsudo /etc/init.d/nginx startНо суть понятна. Надо запускать сервис.
View Article