UNIXHOT 打造中国最专业的运维门户网站 http://www.unixhot.com
2
《
Linux
系统运维之系统架构》
版权信息:
Copyright (c) 2010 Zhao Shundong. Permission is granted to copy, distribute and/or
modify this document under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation; with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
使用说明:
1. 为保证本 文 的完整性和可用性,本文 遵循 GFDL 协议。
2. 可以在 http://www.unixhot.com/pdf/ cluster .pdf 找到本文的最新版本。
3. 本文仅供参考使用,不承担任何因文档错误 而 造成的任何损失。
4. 有任何问题可以在 UnixHot 运维 社区讨论交流。
5 . 有相关问题或业务合作。请邮件至 admin@unixhot.com 。
相关文档:
1. 《 Linux 系统运维之系统架构》 http://www.unixhot.com/pdf/cluster.pdf
2. 《 Linux 系统运维之系统管理》 http://www.unixhot.com/pdf/admin.pdf
3. 《 Linux 系统运维之运维监控》 http://www.unixhot.com/pdf/monitor.pdf
4. 《 Linux 系统运维之性能优化》 http://www.unixhot.com/pdf/tuning.pdf
5. 《 Linux 系统运维之运维规范》 http://www.unixhot.com/pdf/guifan.pdf
6. 《 Linux 系统运维之 MySQL DBA 》 http://www.unixhot.com/pdf/mysql.pdf
7. 《 Linux 系统运维之 Oracle DBA 》 http://www.unixhot.com/pdf/oracle.pdf
UNIXHOT 打造中国最专业的运维门户网站 http://www.unixhot.com
3
《
Linux
系统运维之系统架构》
修订历史记录
日 期 版 本 说 明
20 11-01-01 V1.0 以 PDF 方式 网络发布。
UNIXHOT 打造中国最专业的运维门户网站 http://www.unixhot.com
4
《
Linux
系统运维之系统架构》
内容简介
本文通过生产应用实例, 从运维工程师的角度对目前流行的 Web 架构做了实验性的讲解,该系
列的文档属于手册类型,可以直接在生产环境部署运行。本文讲解的方案都是在互联网公司应用比
较成熟 , 也比较通用的方案 。 如 LAMP 、 LNMP 、 LVS Keepalived 、 Apache+Tomca t 负载均衡 和 Nginx+Tomca t
负载均衡等。
目录( Contents )
第 1 章 系统架构概述
1.1 Web 应用架构
1.2 JSP 网站概述
1.3 PHP 网站概述
1.4 什么是集群
1.5 集群的主要类型
第 2 章 LAMP 应用
2.1 Apache 服务器简介
2.2 Apache MPM 原理和设置
2.3 源码安装 LAMP
第 3 章 LNMP 应用
3.1 Nginx 安装
3.2 MySQL 客户端安装
3.3 PHP 扩展模块安装
3.4 PHP FastCGI 模式安装
3.5 启动测试
第 4 章 集群中的文件共享
UNIXHOT 打造中国最专业的运维门户网站 http://www.unixhot.com
5
《
Linux
系统运维之系统架构》
4.1 DAS 、 NAS 和 SAN
4.2 inotify+rsync 触发式同步数据
4.3 Sersync 部署
第 5 章 负载均衡中的 Session 解决
5.1 负载均衡中 Session 的问题
5.2 负载均衡中 Session 的解决方法
5.3 Nginx 做负载均衡 Session 解决
5.4 Apache Tomcat 负载均衡 Session 解决
第 6 章 Apache Tomcat 负载均衡
第 7 章 Nginx Tomcat 负载均衡
第 8 章 LB 负载均衡集群
2.1 LVS 简介
2.2 LVS-NAT 方式部署
2.3 LVS-DR 方式部署
第 9 章 LVS Keepalived 集群
5.1 LVS Keepalived 集群简介
5.2 部署 LVS Keepalived
5.3 LVS 配置
5.4 Keepalived 配置
5.5 LVS Keepalived 集群测试
- 1
- 2
- 3
- 4
- 5
- 6
前往页