ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: memcached status



On Wed, Dec 02, 2009 at 08:56:12AM -0800, Konstantin Svist wrote:

> On 12/02/2009 03:26 AM, Igor Sysoev wrote:
> > On Tue, Dec 01, 2009 at 02:52:46PM -0800, Konstantin Svist wrote:
> >
> >    
> >> Можно ли поймать удачный возврат от memcached?
> >> т.е. типа
> >>
> >> location /fоо/ {
> >>     set $memcached_key  "$arg_x";
> >>     memcached_pass      localhost:6363;
> >>     error_page 404 500 502 504 = @foo_backend;
> >>
> >>     error_page 200 = @memcached_success;
> >> # или
> >>     if ($upstream_status = 200) {
> >>       ...
> >>     }
> >> }
> >>      
> > Удачный ответ обрабатывается в контексте данного location'а.
> > Зачем его перехватывать ?
> >
> >    
> 
> Xочу добавить set $upstream_http_myheader "processed by memcached"
> Если добавляю от балды, то от upstream настоящий header теряется.

А
add_header  myheader  "processed by memcached";
не подходит ?


-- 
Игорь Сысоев
http://sysoev.ru

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.