nginx-0.7.60

Anatoly Mikhailov lists at ruby-forum.com
Sat Jun 20 21:57:35 MSD 2009


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 at 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.

-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list