当前位置:   首页安装配置Debian7:Debian7编译安装nginx简明教程

Debian7:Debian7编译安装nginx简明教程

发布日期:2022-07-25 12:43 | 文章来源:源码之家

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

联系我们
关于使用场景和技术架构的更多咨询,请联系我们的销售和技术支持团队。
Yingsoo Host

在线
客服

在线客服:7*24小时在线

客服
热线

400-630-3752
7*24小时客服服务热线

关注
微信

关注官方微信
顶部