redhat5.5 安装 nginx1.9.2

1、安装必备工具:

?
$ yum -y install gcc gcc -c++ autoconf automake
$ yum -y installzlib zlib-devel openssl openssl-devel pcre-devel
说明:

pcre: 用来作地址重写的功能。

zlib:nginx 的gzip模块,传输数据打包,省流量(但消耗资源)。

openssl:提供ssl加密协议。

2、新建一个系统级用户组和匿名用户,以及下面编译时使用

?
$ sudo groupadd -r nginx
$sudo useradd -s /sbin/nologin-g nginx -r nginx-user

3、下载Nginx:http://nginx.org/en/download.html

4、解压编译:

?
$tar-zxvf nginx-1.9.2.tar.gz
$ cd nginx-1.9.2/
$ . /configure - -user=nginx --group=nginx --prefix=/usr/local/nginx --with-http_stub_status_module --with-openssl=/usr/lib/openssl

5、查看编译结果:


6、安装:



$ make && make install

6、启动:

$/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

7、关闭:

[root@localhost ~]# ps -ef | grep nginx
root     26834     1  0 16:08 ?        00:00:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
root     26835 26834  0 16:08 ?        00:00:00 nginx: worker process                                          
root     26857 26687  0 16:09 pts/1    00:00:00 grep nginx
$kill -9   26834
$ kill -9   26835
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值