ПРОЕКТЫ 


  АРХИВ 


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: [bug_report] 0.8.44 кэширование p ost


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: [bug_report] 0.8.44 кэширование p ost
  • From: "SaveFrom.net" <savefrom@xxxxxxxxx>
  • Date: Thu, 11 Mar 2010 00:03:57 +0300
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=jfNCOErfWxKnDmP4YF6xZnUjffZF53DY7nPvqYl5pgg=; b=oL2OW3zhBLMrCiFAsgb2nUkJqbPrayEnZpp6xTqamBSFsLCG6dLf9U9LUTT7ElMrBs W6MPG0DV6/d+6RMDqf6++FyQVmWapFQNYF7TKseWPXQ+Kc/4RA6dZts3b4EmAdJcrQhe OtUzSXq6CXSxc+6Blia88fJNc0+5v30U0qDIQ=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RMY987W+SurHwO01/oYSdIgWqUHo/bb8xW7xSk68P9dE4QCZXogSRiF099qLIrGvJr CNthwVeflXSH4pDXPacj5q/N8rUKnwWonWtI7BEDH3IpynrNQ08KREwAff76ojV06+1O DHDB0Dx+u2ee2pWjdw8Zn8Uf8MJ1Rw9zhquEY=
  • In-reply-to: <4B97CCAA.3060502@xxxxxxxxx>
  • References: <f4079bd81003031625p1ba9dd1av1c913fbebe7e30ef@xxxxxxxxxxxxxx> <f4079bd81003100827x565983a4v3f272568f7cdb449@xxxxxxxxxxxxxx> <4B97CCAA.3060502@xxxxxxxxx>

Ошибся в версии.
0.8.34, конечно же. 
Собран с  --with-http_ssl_module --with-http_gzip_static_module --with-http_stub_status_module --with-debug

10 марта 2010 г. 19:45 пользователь Anton Bessonov <exelib@xxxxxxxxxxxxxx> написал:
Когда дождёмся выхода версии 0.8.44, тогда и будем решать проблему.
актуально.

4 марта 2010 г. 3:25 пользователь SaveFrom.net <savefrom@xxxxxxxxx <mailto:savefrom@xxxxxxxxx>> написал:


   Nginx продолжает кэшировать post запросы, что весьма отрицательно
   сказывается на функциональности сайта.

   location = /ssi_inс.php {
             *  #подключается по ssi *
               rewrite ^ /index.php break;

               fastcgi_cache index_fastcgi;
               fastcgi_cache_min_uses 2;
               fastcgi_cache_methods GET HEAD;
               fastcgi_cache_valid 200 301 302 304 1h;
               fastcgi_cache_key
   "$request_method|$uri$is_args$args|$http_if_modified_since|$http_if_none_match";
               fastcgi_hide_header "Set-Cookie";
               fastcgi_ignore_headers "Cache-Control" "Expires";
               fastcgi_cache_use_stale updating error timeout
   invalid_header;
                              include /etc/nginx/includes/fastcgi.conf;
               fastcgi_pass php-fpm;
                              error_page 502 504 = @apache_ssi_index;
           }
   В качестве значения ключа видим: KEY:
   POST|/index.php?ssi_ver=2.09&lang=ru||
   и соответствующее поведение.


   Воспроизводится и на proxy_cache.


------------------------------------------------------------------------


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


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

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


 




Copyright © Lexa Software, 1996-2009.