CentOS 下載快速安裝nginx環境的教程

來源:互聯網
上載者:User


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伺服器防火牆是否開啟

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.