[root@dl-001 ~]# cd /usr/local/src
[root@dl-001 src]# wget
--2017-12-24
22:22:26--
.2.tar.gz
正在解析主機 nginx.org (nginx.org)...
206.251
.255
.63, 95.211
.80.227, 2606:7100:1:69::3f, ...
正在連線 nginx.org (nginx.org)|206.251
.255
.63|:80... 已連線。
已發出 http 請求,正在等待回應...
200 ok
正在儲存至: 「nginx-1.12
.2.tar.gz」
100%[*************************===>] 981,687
74.1kb/s 用時 9.3s
2017-12-24
22:22:36 (103 kb/s) - 已儲存 「nginx-1.12
# 如果無法直接使用nginx命令,則表示/etc/init.d不在path變數內,可以通過修改/etc/profile來新增
.2]# mv /usr/local/nginx/conf/nginx.conf /usr/local/nginx/conf/nginx.conf.bak
starting nginx (via systemctl): [ 確定 ]
[root@dl-001 ~]# ps aux | grep nginx
root 1302
0.00.0
20500
628 ? ss 21:40
0:00nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nobody 1307
0.00.2
22944
3464 ? s 21:40
0:00nginx: worker process
nobody 1308
0.00.2
22944
3212 ? s 21:40
0:00nginx: worker process
root 2386
0.00.0
112680
976 pts/0 r+ 21:42
0:00
grep --color=auto nginx
centos6 9安裝及配置nginx1 19方法
centos6.9安裝及配置nginx1.19方法 依賴環境 yum install y wget yum install y vim enhanced yum install y make cmake gcc gcc c yum install y pcre pcre devel yum inst...
LNMP架構Nginx原始碼包安裝
再此檔案中 define nginx version 1014000 define nginx version 1.14.0 define nginx ver nginx 後面後面是nginx版本號,為了安全將其隱藏 作三處修改 讓其預設先開啟php頁面 root server1 sbin ngin...
搭建LNMP架構 Nginx 配置
lnmp平台就是linux ngnix mysql php的組合架構,需要linux伺服器 mysql資料庫 php解析環境。1 安裝編譯工具 準備好相關的壓縮檔案,並共享出來,然後進行掛載,再進行壓縮。root localhost systemctl stop firwalld.service 關...