当前位置: 移动技术网 > 网络运营>服务器>nginx > Debian7编译安装nginx简明教程

Debian7编译安装nginx简明教程

2019年04月21日  | 移动技术网网络运营  | 我要评论

库存信息,速尔快递查询单号,卜案qvod

debian 7编译nginx前的准备工作:

复制代码 代码如下:

apt-get install -y gcc make vim
apt-get install  libpcre+*
apt-get install -y grep zlib1g*
apt-get install -y libssl1.0.0
apt-get install -y libssl-dev

编译nginx:
复制代码 代码如下:

ufo@ufo:~/$ tar zxvf nginx-1.6.2.tar.gz
ufo@ufo:~/$ cd nginx-1.6.2/
ufo@ufo:~/nginx-1.6.2$ ./configure
ufo@ufo:~/nginx-1.6.2$ make
ufo@ufo:~/nginx-1.6.2$ make install

执行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$ ps aux | grep nginx
root      41764  0.0  0.0  28240   768 ?        ss   11:57   0:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nobody    41765  0.0  0.1  28668  1412 ?        s    11:57   0:00 nginx: worker process                                         
ufo       41767  0.0  0.0   8064   872 pts/1    s+   11:58   0:00 grep nginx

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网