Debian7编译安装nginx简明教程
Debian7编译nginx前的准备工作:
apt-getinstall-ygccmakevim apt-getinstall libpcre+* apt-getinstall-ygrepzlib1g* apt-getinstall-ylibssl1.0.0 apt-getinstall-ylibssl-dev
编译nginx:
ufo@ufo:~/$tarzxvfnginx-1.6.2.tar.gz ufo@ufo:~/$cdnginx-1.6.2/ ufo@ufo:~/nginx-1.6.2$./configure ufo@ufo:~/nginx-1.6.2$make ufo@ufo:~/nginx-1.6.2$makeinstall
执行nginx程序:
ufo@ufo:~/nginx-1.6.2$sudo/usr/local/nginx/sbin/nginx-c/usr/local/nginx/conf/nginx.conf ufo@ufo:~/nginx-1.6.2$psaux|grepnginx root 41764 0.0 0.0 28240 768? Ss 11:57 0:00nginx:masterprocess/usr/local/nginx/sbin/nginx-c/usr/local/nginx/conf/nginx.conf nobody 41765 0.0 0.1 28668 1412? S 11:57 0:00nginx:workerprocess ufo 41767 0.0 0.0 8064 872pts/1 S+ 11:58 0:00grepnginx