# wget http://sysoev.ru/nginx/nginx-0.7.31.tar.gz # tar xzf nginx-0.7.31.tar.gz # cd nginx-0.7.31 # apt-get install libpcre3 libpcre3-dev libpcrecpp0 # /etc/init.d/nginx stop; # ./configure --sbin-path=/usr/local/sbin --with-http_ssl_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --prefix=/var/lib/nginx --sbin-path=/usr/sbin --conf-path=/etc/nginx/ --error-log-path=/var/log/nginx --http-log-path=/var/log/nginx --pid-path=/var/run --lock-path=/var/lock # cd objs # cp -f ./nginx /usr/sbin # /etc/init.d/nginx start;