摘要: LVS是Linux Virtual Server的简写,基于4层协议不处理,不响应,只转发,速度更快 wget -c http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.24.tar.gz ln -s /usr/src/ke 阅读全文
posted @ 2017-05-23 18:50 林夕之风 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 下载tar包 ./configure --prefix=/usr/local/keepalived --with-kernel-dir=/usr/src/kernels/2.6.32-431.el6.x86_64/ \ 注意加内核 &&make && make install cp /usr/loc 阅读全文
posted @ 2017-05-12 00:22 林夕之风 阅读(497) 评论(0) 推荐(0) 编辑
摘要: yum -y install curl curl-devel net-snmp net-snmp-devel perl-DBI yum install php-gd gd-devel php-xml php-mbstring php-bcmath 需要安装的插件 useradd zabbix;use 阅读全文
posted @ 2017-03-20 22:24 林夕之风 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 常见的读写分离方案:1)Amoeba读写分离2)MySQL-Proxy读写分离3)基于程序读写分离(效率很高,实施难度大,开发改代码) 2)原理 web 访问数据库,通过proxy4040端口作为转发到真实数据库3306端口 wget http://ftp.ntu.edu.tw/pub/MySQL/ 阅读全文
posted @ 2017-03-18 16:52 林夕之风 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Nginx 高性能HTTP反向代理服务器,也是 LAMP/POP3/SMTP代理服务器 由内核和模块组成,内核通过找配置文件讲客户端请求映射到一个location(location是Nginx配置中的一个指令用于URL匹配)而在这个LOCATION所配置的每个指令将会启动不同的模块去完成相应工作。 阅读全文
posted @ 2017-01-01 20:15 林夕之风 阅读(223) 评论(0) 推荐(0) 编辑