Tags
There are no tags for this page.
Attachments
Dobrica Pavlinušić's random unstructured stuff
nginx
Links
Compilation and packaging
dpavlin@llin:/rest/unix/www$ wget http://sysoev.ru/nginx/nginx-0.7.31.tar.gz
dpavlin@llin:/rest/unix/www$ tar tvfz nginx-0.7.31.tar.gz
dpavlin@llin:/rest/unix/www/nginx-0.7.31$ ./configure --with-http_ssl_module --prefix=/srv/nginx
make
sudo checkinstall
Installation
root@seaside:~# dpkg -i nginx_0.7.31-1_i386.deb
Selecting previously deselected package nginx.
(Reading database ... 8333 files and directories currently installed.)
Unpacking nginx (from nginx_0.7.31-1_i386.deb) ...
Setting up nginx (0.7.31-1) ...
root@seaside:~# cd /srv/nginx/
Changes
|