Ubuntu下安裝nginx,直接apt-get install nginx就行了,很方便。
但是今天裝了CentOS6.2,直接yum install nginx不行,要先處理下源,下面是安裝完整流程,也十分簡(jiǎn)單:
1、CentOS 6,先執(zhí)行:
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,安裝并啟動(dòng)nignx
[root@server ~]# yun install nignx
[root@server ~]# service nginx start
Starting nginx: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?]
4,然后進(jìn)入瀏覽器,輸入 http://192.168.0.161/ 測(cè)試,如果看到
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服務(wù)是否真的起來了;2,linux服務(wù)器防火墻是否打開
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號(hào)聯(lián)系: 360901061
您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對(duì)您有幫助就好】元
