Debian 7
Hey,I only want to ask, when the Debian Wheezy package will be released inhttp://nginx.org/packages/debian/Best RegardsDavid_______________________________________________nginx mailing...
View ArticleRe: патч для Connection: Keep-Alive
Hello!On Tue, May 14, 2013 at 02:24:31PM +0600, Илья Шипицин wrote:> Добрый день!>> предлагаю оставить только "Connection: Keep-Alive" в случае HTTP/1.0> во всех остальных случаях предлагаю...
View ArticleRe: Debian 7
Have a look at http://nginx.org/packages/debian/pool/nginx/n/nginx/Try squeeze files or build your own.All needed packages for build are in the link above.best regardsBastiAm 14.05.2013 13:27, schrieb...
View ArticleRe: Negated Regular Expressions in location
location ~ ^/(favicon\.ico$|resources/|robots\.txt)$ {include caching.conf;}location ~ ^/ {proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;proxy_set_header Host $host;proxy_http_version...
View ArticleRe: патч для Connection: Keep-Alive
14 мая 2013 г., 17:41 пользователь Maxim Dounin <mdounin@mdounin.ru> написал:> Hello!>> On Tue, May 14, 2013 at 02:24:31PM +0600, Илья Шипицин wrote:>>> Добрый...
View ArticleRe: Debian 7
On 14 May2013, at 15:27 , David Geistert <david@geistert.info> wrote:> Hey,> I only want to ask, when the Debian Wheezy package will be released in...
View ArticleRe: proxy doesn't cache
Thanks a lot Maxim. This really solved my problem. :-)StefanAm 11.05.2013 22:55, schrieb Maxim Dounin:> Hello!>> On Fri, May 10, 2013 at 11:13:42AM +0800, Stefan Xenon wrote:>>>...
View ArticleRe: Negated Regular Expressions in location
VoodoKobra, with your version location "/resources/images" will not be captured.Andrejs
View ArticleNginx giving 502 Bad Gateway in random intervals
I am getting a 502 Bad Gateway on my server after any random intervals.If i run the following code the server starts working again:/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f...
View ArticleRe: Nginx giving 502 Bad Gateway in random intervals
Increase the pm.max_children, pm.start_servers, pm.min_spare_servers and pm.max_spare_servers in the www.confthis should help
View ArticleRe: патч для Connection: Keep-Alive
Hello!On Tue, May 14, 2013 at 06:15:05PM +0600, Илья Шипицин wrote:[...]> во всех случаях, когда добавлялся Keep-Alive: timeout, добавлялся> также и Connection. не вижу ничего некорректного....
View ArticleRe: патч для Connection: Keep-Alive
14 мая 2013 г., 21:16 пользователь Maxim Dounin <mdounin@mdounin.ru> написал:> Hello!>> On Tue, May 14, 2013 at 06:15:05PM +0600, Илья Шипицин wrote:>> [...]>>> во всех...
View ArticleRe[2]: патч для Connection: Keep-Alive
Здравствуйте, Илья.> у нас 50 миллионов запросов в день. это в районе 1 гигабайта на> хедерах "Connection:". нам эта цифра интересна.> мы, пожалуй, потестируем, всех желающих тоже приглашаю к...
View ArticleRe: Re[2]: патч для Connection: Keep-Alive
ну так, чтобы пользователю на узком канале прилетело меньше трафика,надо меньше его отдать.14 мая 2013 г., 22:05 пользователь Михаил Монашёв<postmaster@softsearch.ru> написал:> Здравствуйте,...
View ArticleRe: патч для Connection: Keep-Alive
Hello!On Tue, May 14, 2013 at 09:39:42PM +0600, Илья Шипицин wrote:> 14 мая 2013 г., 21:16 пользователь Maxim Dounin <mdounin@mdounin.ru> написал:> > Hello!> >> > On Tue, May...
View ArticleRe: патч для Connection: Keep-Alive
не слать "Connection: Keep-Alive" для HTTP/1.1 - статистически то жесамое, что я предлагал (ввиду малораспространенностине-кипэлайв-соединений)давайте так и сделаем ?вариант "не слать Connection...
View ArticleRe: Nginx giving 502 Bad Gateway in random intervals
darshan.choudhary Wrote:-------------------------------------------------------> Did everything you mentioned above but still it is showing after I> run/etc/init.d/php-fpm start>> -bash:...
View ArticleДоступ по ip ИЛИ через клиентский сертификат - возможно ли?
Добрый день!Уважаемые гуру, подскажите, возможно ли средствами nginx сделать доступ к сайту с определенных ip ИЛИ через клиентские сертификаты с любого ip?Т.е. чтобы клиент с установленным клиентским...
View ArticleRe: Nginx giving 502 Bad Gateway in random intervals
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: Can I cache a page conditionally based on cookie value?
Maxim, that's what I need. Thanks a lot!
View Article