Welcome! Log In Create A New Profile

Advanced

в логах ошибки stalled cache updating

Alex Smorodin
April 14, 2011 10:02AM
Добрый день. После обновления nginx до 0.8.54 в логи сыпятся ошибки:

[alert] 48374#0: *13944719 stalled cache updating, error:0 while closing
request
[alert] 48374#0: *13944725 stalled cache updating, error:0 while closing
request

самому смоделировать ситуацию их проявления не получилось.
посмотрел на 0.7.66 - таких ошибок не было.

вот такой конфиг для кэширования:
location / {
proxy_pass http://127.0.0.1:80;
proxy_set_header Host test.com;
proxy_set_header X-Real-IP $remote_addr;
proxy_next_upstream error timeout invalid_header http_500
http_503;
proxy_cache one;
proxy_cache_key $host$uri?$args|$cookie_newcw_lg|;
proxy_no_cache $cookie_newcw_lg $http_x_requested_with;
proxy_cache_bypass $cookie_newcw_lg $http_x_requested_with;
proxy_pass_header Set-Cookie;
proxy_ignore_headers "Expires";
proxy_cache_valid 200 301 302 304 3h;
}
Спасибо.
--
С уважением,
Смородин Александр

mailto: agsmorodin@gmail.com
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

в логах ошибки stalled cache updating

Alex Smorodin April 14, 2011 10:02AM

Re: в логах ошибки stalled cache updating

Vadim Sadovsky May 05, 2011 01:05PM

Re: в логах ошибки stalled cache updating

Alex Smorodin May 05, 2011 03:56PM

Re: в логах ошибки stalled cache updating

Alex Smorodin May 16, 2011 04:30AM

Re: в логах ошибки stalled cache updating

Igor Sysoev May 16, 2011 05:06AM

Re: в логах ошибки stalled cache updating Attachments

Alex Smorodin May 16, 2011 07:34AM

Re: в логах ошибки stalled cache updating Attachments

Alex Smorodin May 23, 2011 09:14AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 289
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready