使用lnmp搭建環境之後,做個簡單的負載均衡

2021-09-19 05:39:17 字數 605 閱讀 8806

1.主機192.168.124.1: lnmp vhost add 建立乙個**ceshis.com.

在/usr/local/nginx/conf/vhost資料夾下 vi ceshis.com 

增加 upstream demo 

由於我是在虛擬機器上測試的,所以需要vi /etc/hosts 

增加 127.0.0.1 ceshis.com

2.從伺服器(虛擬機器) 192.168.124.18   192.168.124.22

lnmp vhost add  ceshis.com (和普通建站沒有區別)

由於是使用lnmp建立的,在**目錄下會有.user.ini 防跨域目錄,要先刪除才能訪問;

3. 47.99.xx.xx  阿里雲伺服器 由於這個網域名稱沒有繫結在這個伺服器ip位址.故在阿里雲上普通建站之後也需要修改 /etc/hosts 檔案

搭建LNMP環境

yum install nginx yserver error page 404 404.html location 40x.html error page 500 502 503 504 50x.html location 50x.html 修改完成後,啟動 nginx nginx此時,可訪問來確...

lnmp環境搭建

lnmp版本 nginx1.12.1 php7.1.8 mysql5.6.37 php和nginx包 提取碼 ggmf 安裝前先安裝依賴 已經安裝了可能會進行公升級,版本完全一致則不會進行任何操作。yum y install bzip2 devel curl devel freetype devel...

LNMP環境搭建

lnmp linux nginx mysql php 是常用的 架構組合,對於 開發以及運維人員來說,這一套環境的配置都必須要掌握,本文是站在乙個運維人員的角度通過原始碼編譯的方式來搭建這樣一套環境,所針對平台為rhel6.5,軟體版本分別為mysql boost 5.7.11 php 5.6.31...