拓扑图:主要步骤:1.搭建lemp平台2.Nginx做缓存及代理均衡3.nginx-keepalived双主互备反向代理4.”免“验证rsync-inotify同步数据5.mysql主从及amoeba读写分离6.DRBD-heartbeat-NFS
分类:
其他好文 时间:
2015-01-12 11:09:20
阅读次数:
639
一、 安装lemp环境 下载安装包:wget bbs.linuxtone.org/docs/autoinstall/lemp_auto_v1.0.6.tar.gz 包解压:tar zxvf lemp_auto_v1.0.6.tar.gz 进入文件夹:cd lemp 赋权限:chmod 777...
分类:
其他好文 时间:
2015-01-05 14:40:11
阅读次数:
271
安装lemp:#!/bin/bash
root=/opt/app
if[$(id-u)!="0"];then
echo"Error:Youmustberoottorunthisscript,pleaseuseroottoinstalllnmp"
exit1
fi
rpm-ephpphp-commanmysqlmysql-server
yuminstall-ygccgcc-c++openssl-develzlib-devellibXpm-devellibxml2libxml2-develcurl-de..
分类:
其他好文 时间:
2014-12-31 11:32:05
阅读次数:
198
Nginx 单机配置http://tengine.taobao.org/book/index.html (taobao book)http://ubuntuhandbook.org/index.php/2013/10/install-nginx-php5-mysql-lemp-ubuntu-1310...
分类:
数据库 时间:
2014-12-17 23:55:12
阅读次数:
317
实验环境:服务器系统:Redhat6.2ip地址:192.168.10.1客户机系统:Win764位旗舰版ip地址:192.168.10.2系统环境:已搭建LAMP平台1、搭建nginx服务并实现访问状态统计[root@localhost~]#yum-yinstallpcre-develzlib-devel#首先需要安装这两个工具[root@localhost~]#useradd-M-s..
分类:
Web程序 时间:
2014-12-15 22:00:52
阅读次数:
386
Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTSNginx InstallationNginx is one of the robust web server in Linux world. Ngin...
分类:
数据库 时间:
2014-12-10 16:08:04
阅读次数:
249
在mac下通过docker搭建LEMP环境境1.安装virtualbox。由于docker是在lxc环境的容器2.安装boot2docker,用于与docker客户端通讯> brew update> brew install docker> brew install boot2docker3.初始化...
分类:
系统相关 时间:
2014-12-09 00:15:36
阅读次数:
361
在 CentOS 7 系统上: $ sudo rpm --import http://nginx.org/keys/nginx_signing.key $ sudo rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm $ sudo yum...
分类:
其他好文 时间:
2014-11-29 14:43:38
阅读次数:
276
LEMP架构及应用部署LAMP(Linux-Apache-MySQL-PHP)网站架构是目前国际流行的Web框架,该框架包括:Linux操作系统,Apache网络服务器,MySQL数据库,Perl、PHP或者Python编程语言,所有组成产品均是开源软件,是国际上成熟的架构框架,很多流行的商业应用都是采取这个架构,和J..
分类:
其他好文 时间:
2014-09-11 19:33:13
阅读次数:
285
DNS:域名解析,BIND:BerkeleyInternetNameDomainSSL/TLS:http-->https,OpenSSL,CA,DigitalCertificate,PKIHTTP:HTTP协议,Apache,LAMP,Nginx(EngineX),LNMP(LEMP),MySQL,PHP,varnishCDN:DNS(View),varnish智能化dns;分布式的多个集群分别给我们服务用的。FileServer:NFS、S..
分类:
其他好文 时间:
2014-07-22 18:15:01
阅读次数:
185