LVS集群介绍
三种运作方式
- VS-NAT (Virtual Server via NAT)
- VS-DR(Virtual Server via Direct Routing)
- VS-TUN (Virtual Server via IP Tunneling)
LVS运作方式的比较
/| VS-NAT | VS-DR | VS-TUN|
---|---|---|---
外送连
...
安装mysql
参考<
安装apache
tar -zxvf httpd-2.2.22.tar.gz
cd httpd-2.2.22/
./configure --prefix=/usr/local/httpd --enable-mods-shared=most
make
make install
/usr/local/httpd/bin/apachectl start
...
PHP
下载 :
wget php-5.4.7.tar.gz
安装 :
tar -zxvf php-5.4.7.tar.gz
cd php-5.4.7
./configure --prefix=/root/web/php/ --enable-fpm --with-config-file-path=/root/web/php/etc
make
make test
make install
配置
...
最新评论