安裝pcre
1.下載pcer-8.36.tar.gz
2.解壓縮
3.apt-get update
4.apt-get install gcc
5.apt-get install build-essential
6./configure
7. make
8.make install
9.下載nginx
10.apt-get install zlib1g.dev
11../configure
12.make
13.make install
web設定(多台webwebwebwebwebweb.S.d. get update
2.apt-get install apache2
3.apt-getinstall php5 libapache2-mod-php5
4.cd /etc/apache2
5.vi apache2.conf ,末尾添加ServerName local/apache2
5.vi apache2.conf ,末端添加ServerName local/apache2
5.vi apache2.conf ,
7./var/www/html中新增php檔案
設定nginx
1.echo "/usr/local/lib" >> /etc/ld.so.conf
2.tail -l /etc/ld.so .conf
3.ldconfig
4.cd /usr/local/nginx/conf/
5.mkdir extra
6.vi nginx.conf
7.檔案http標籤中結尾加上include extra/upstream01.conf;
7.檔案http標籤中結尾加上include extra/upstream01.conf;
8 .預設的server刪除,server標籤開始往下刪除
9.vi umstream01.conf,新增以下內容
upstream proxy {
server 10.0.0.17:80we17:80weight 10.0.0.18:80 weight=5;
server 10.0.0.19:82 weight=15;
}
_ f
name blog.etiantian.org;
location / {
proxy_pass http://proxy;
}
}10.啟動nginx
版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。
以上就介紹了ubuntu server簡單設定nginx負載平衡,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。