nginx:**伺服器
反向**器: nginx不直接處理請求,nginx將請求**給real server ,real server 處理過後在把結果返回給客戶端;
負載均衡器:將請求分配到real server各個伺服器處理;
優點:非同步處理時間,支援高併發(5萬),模組化的設計、具有豐富的模板庫;
systemctl start nginx.service
systemctl stop nginx.service
systemctl reload nginx.service
systemctl status nginx.service
如果執行報錯:
問題:使用systemctl start nginx.service啟動nginx,出現job for nginx.service failed because the control process exited with error code. see "systemctl status nginx.service" and "journalctl -xe" for details.解決:首先需要殺掉nginx程序
killall -9 nginx
然後啟動nginx
nginx安裝與配置
1 安裝前,需要安裝的軟體包 yum y install gcc gcc c autoconf automake yum y install zlib zlib devel openssl openssl devel pcre pcre devel 2 安裝nginx 3 啟動與停止nginx 啟動...
nginx安裝與配置
wget 0.tar gz2,安裝 tar zxf nginx 1.14 0.tar gzcd nginx 1.14 0.configure prefix usr local nginx make make install3,配置 1,在index後面新增index.php 2,去掉location...
nginx安裝與配置
nginx是乙個高效能http服務和反響 服務,現在有很多大型 在應用。公司的web靜態伺服器和 伺服器都用了nginx。nginx作為伺服器高效能,配置簡單,更新配置檔案後,可以不徹底關閉的情況下,載入。廢話不說了,現在來安裝和配置一下nginx。安裝nginx prce 乙個正規表示式的模組 z...