Nginx 负载均衡器(1+2)
Nginx 负载均衡器(1+2)
0.准备过程
useradd www
mkdir -p /data/logs/
chown -R www:www /data/logs/
ulimit -SHn 102400
1.安装 pcre
tar zxvf pcre-8.20.tar.gz
cd pcre-8.20
./configure
make && make install
2.安装nginx
./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module
3.修改nginx配置文件
4.检查配置文件
/usr/local/nginx/sbin/nginx -t
5.启动nginx
/usr/local/nginx/sbin/nginx
6.重启加载配置文件
/usr/local/nginx/sbin/nginx -s reload
推荐阅读:
相关推荐
畅聊架构 2020-02-26
houjinkai 2019-12-16
极地雪狼 2019-06-26
yungame 2016-08-10
当服务器节点数据增长到20个或更多时,负载均衡器将成为整个系统的瓶颈,因为所有的请求包和应答包都需要经过负载。采用VS-NAT的负载均衡器。为超过100台的物理服务器服务,负载均衡器不再是系统的瓶颈。
rein0 2011-05-15
tmtongming 2013-05-07
hehehechen 2019-07-01
一览众山小 2014-07-19
火烧云 2013-03-11
Nireus 2019-06-28
musicman 2012-02-09
bjkamui 2012-01-19
JESSIEfoo 2011-06-08
musicman 2010-03-30
JESSIEfoo 2008-06-24
梦之旅 2018-06-15
xixingzhe 2018-08-28