Avoid cache on zero-bytes-returned?
I have a case where a user requires authorization to retrieve content.Ngnix correctly returns the tomcat's 401, and then the user attemptsauthentication.However, if the user fails to authenticate,...
View ArticleПерезапуск кэш-менеджера
Всем привет.Возник вопрос с тем, как перезапустить только процесс кэш-менеджера, нетрогая основной процесс и работающих воркеров?--Best regards,Anton...
View ArticleRe: Avoid cache on zero-bytes-returned?
On 13 March 2013 14:15, AJ Weber <aweber@comcast.net> wrote:> Is there a way to leave my default caching enabled, but tell nginx to NOT> cache zero-byte results? If the correct content is...
View ArticleRe: Перезапуск кэш-менеджера
Здравствуйте, Anton.http://nginx.org/ru/docs/control.html--С уважением,Михаил mailto:postmaster@softsearch.ru_______________________________________________nginx-ru mailing...
View ArticleRe: Перезапуск кэш-менеджера
А где там про кэш-менеджер?2013/3/13 Михаил Монашёв <postmaster@softsearch.ru>> Здравствуйте, Anton.>> http://nginx.org/ru/docs/control.html>>> --> С уважением,> Михаил...
View ArticleRe: imap proxy and untagged commands
Hello!First of all, thank you for Dovecot!On Wed, Mar 13, 2013 at 03:53:16PM +0200, Timo Sirainen wrote:> Hi,>> I noticed that the IMAP proxying code currently doesn't ignore extra>...
View ArticleRe: Перезапуск кэш-менеджера
Hello!On Wed, Mar 13, 2013 at 06:25:15PM +0400, Anton Kiryushkin wrote:> Возник вопрос с тем, как перезапустить только процесс кэш-менеджера, не> трогая основной процесс и работающих...
View ArticleRe: Avoid cache on zero-bytes-returned?
On 3/13/2013 10:40 AM, Jonathan Matthews wrote:>> It looks to me like> http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_no_cache> is what you need to use.> If the backend...
View ArticleRe: Avoid cache on zero-bytes-returned?
On 13 March 2013 15:02, AJ Weber <aweber@comcast.net> wrote:>>> On 3/13/2013 10:40 AM, Jonathan Matthews wrote:>>>>>> It looks to me like>>...
View ArticleRe: Перезапуск кэш-менеджера
13.03.2013 18:53, Maxim Dounin пишет:> Hello!>> On Wed, Mar 13, 2013 at 06:25:15PM +0400, Anton Kiryushkin wrote:>>> Возник вопрос с тем, как перезапустить только процесс...
View ArticleRe: Перезапуск кэш-менеджера
Вот воркеров как раз и не хочется перезапускать, так как это очень большиенакладные затраты по ресурсам.13 марта 2013 г., 19:24 пользователь Andrey Kopeyko <andrey@kopeyko.ru>написал:>...
View ArticleRe: Перезапуск кэш-менеджера
13.03.2013 19:25, Anton Kiryushkin пишет:> Вот воркеров как раз и не хочется перезапускать, так как это очень> большие накладные затраты по ресурсам.Чем же таким тяжелым ваши воркеры занимаются...
View ArticleRe: Перезапуск кэш-менеджера
Просто очень много подключения к ним. Очень много.13 марта 2013 г., 19:28 пользователь Andrey Kopeyko <andrey@kopeyko.ru>написал:> 13.03.2013 19:25, Anton Kiryushkin пишет:>> Вот...
View ArticleRe: Перезапуск кэш-менеджера
13.03.2013 20:04, Anton Kiryushkin пишет:> Просто очень много подключения к ним. Очень много.>Вы не путаете reload и restart случаем? reload вполне себе лёгкий, сплавным...
View ArticleRe: Перезапуск кэш-менеджера
On 13.03.2013 16:25, Anton Kiryushkin wrote:> Возник вопрос с тем, как перезапустить только процесс кэш-менеджера, не> трогая основной процесс и работающих воркеров?зачем его перезапускать, в его...
View ArticleRe: [BUG] Posted requests not handled after dns resolving
Hello!On Wed, Mar 13, 2013 at 12:31:00AM +0800, lanshun zhou wrote:> in ngx_http_upstream_resolve_handler, posted requests are not handled, so> if a run time> dns resolving is failed in a...
View ArticleSupport for progressive jpeg in image_filter module
This patch adds support for progressive jpeg and pgn encoding withimage_filter_interlace on/off setting. Google suggests to use progressivejpegs so why not with nginx?diff --git...
View Articlemap a null/missing variable?
OK,So I'm still working on my caching "issue", but this is a more generalquestion, so for the sake of indexing and helping others in the futurewith (hopefully) a response...How do I use a map to map...
View ArticleRe: map a null/missing variable?
On 13 March 2013 18:19, AJ Weber <aweber@comcast.net> wrote:> OK,>> So I'm still working on my caching "issue", but this is a more general> question, so for the sake of indexing and...
View ArticleRe: Перезапуск кэш-менеджера
Нет, reload не путается с restart. К тому же не забывайте, что при reload,создаются две копии рабочих процессов. Это может быть достаточно серьезнойнагрузкой на сервер, которую не хочется лишний раз...
View Article