centos直接yum安装nginx

系统 1718 0

Ubuntu下安装nginx,直接apt-get install nginx就行了,很方便。

但是今天装了CentOS6.2,直接yum install nginx不行,要先处理下源,下面是安装完整流程,也十分简单:

1、CentOS 6,先执行:
rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
2,查看yum的nginx信息

 

[]# yum info nginx

 

Loaded plugins: fastestmirror

 

Determining fastest mirrors

 

 * base: mirror.esocc.com

 

 * extras: mirror.esocc.com

 

 * updates: mirror.esocc.com

 

base                                                     | 3.7 kB     00:00     

 

base/primary_db                                          | 4.4 MB     00:28     

 

extras                                                   | 3.5 kB     00:00     

 

extras/primary_db                                        |  19 kB     00:00     

 

nginx                                                    | 2.9 kB     00:00     

 

nginx/primary_db                                         |  22 kB     00:00     

 

updates                                                  | 3.5 kB     00:00     

 

updates/primary_db                                       | 2.1 MB     00:10     

 

Installed Packages

 

Name        : nginx

 

Arch        : x86_64

 

Version     : 1.4.0

 

Release     : 1.el6.ngx

 

Size        : 874 k

 

Repo        : installed

 

From repo   : nginx

 

Summary     : nginx is a high performance web server

 

URL         : http://nginx.org/

 

License     : 2-clause BSD-like license

 

Description : nginx [engine x] is an HTTP and reverse proxy server, as well as

 

            : a mail proxy server

 

 

 


3,安装并启动nignx
[root@server ~]# yun install nignx
[root@server ~]# service nginx start
Starting nginx:                                            [  OK  ]

4,然后进入浏览器,输入 http://192.168.0.161/ 测试,如果看到

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to  nginx.org .
Commercial support is available at  nginx.com .

Thank you for using nginx.

 恭喜你,你成功了!

如果不能连接到nginx,原因很多,但是可以先检查 1,nginx服务是否真的起来了;2,linux服务器防火墙是否打开

centos直接yum安装nginx


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论