6 messages in ru.sysoev.nginxRe: nginx-0.7.60
FromSent OnAttachments
Igor SysoevJun 15, 2009 3:03 am 
andan andanJun 15, 2009 3:26 am 
andan andanJun 15, 2009 3:28 am 
Igor SysoevJun 15, 2009 4:16 am.Other
andan andanJun 15, 2009 4:42 am 
Anatoly MikhailovJun 20, 2009 10:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.7.60Actions...
From:Anatoly Mikhailov (lis@ruby-forum.com)
Date:Jun 20, 2009 10:57:12 am
List:ru.sysoev.nginx

Installing the latest stable Nginx 0.7.6 regardless of the Nginx 0.6.3 by mod_rails defaults(http://www.railsgeek.com/2009/6/20/installing-the-latest-stable-nginx-0-7-6-regardless-of-the-nginx-0-6-3-by-mod_rails-default)

mkdir ~/temp && cd ~/temp wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz tar xzf ./pcre-7.9.tar.gz

wget http://sysoev.ru/nginx/nginx-0.7.60.tar.gz tar xzvf ./nginx-0.7.60.tar.gz cd ~/temp/nginx-0.7.60 ./configure --add-module=/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/passenger-2.2.3/ext/nginx --with-pcre=~/temp/pcre-7.9 --prefix=/opt/nginx076 make sudo make install sudo cp /etc/init.d/nginx /etc/init.d/nginx076 sudo sed -i 's,/opt/nginx,/opt/nginx076,g' /etc/init.d/nginx076 sudo /etc/init.d/nginx076 start

andan andan wrote:

2009/6/15 Igor Sysoev <is@rambler-co.ru>:

$> ./configure --with-http_stub_status_module --with-http_ssl_module .... Any idea ? Thanks in advance.

This is because of --without-http-cache. The attached patch fixes the bug.

Works like a charm.

Thanks so much.