`
文章列表

Tengine配置

1、安装Tengine   安装pcre #支持Tengine伪静态 # cd /usr/local/src # tar zxvf pcre-8.13.tar.gz # mkdir /usr/local/pcre   #创建安装目录 # cd pcre-8.13 # ./configure --prefix=/usr/local/pcre   #配置 # make # make install 安装 tengine # cd /usr/local/src # tar zxvf tengine-1.2.0.tar.gz # cd tengine # ./configure --prefix ...
zookeeper入门(2)解读zookeeper的配置项 分类: zookeeper2014-07-07 18:02 377人阅读 评论(0) 收藏 举报 ookeeper的默认配置文件为zookeeper/conf/zoo_sample.cfg,需要将其修改为zoo.cfg。其中各配置项的含义,解释如下: 1.tickTime:CS通信心跳数 Zooke ...
分布式服务框架 Zookeeper 分类: 分布式架构设计基础知识 zookeeper2012-09-28 15:20 1850人阅读 评论(0) 收藏 举报 服务框架服务器集群serverinteger数据结构 安装和配置详解 本文介绍的 Zookeeper 是以 3.2.2 这个稳定版本为基础,最新的版本可以通过官网http://hadoop.apache.org/zookeeper/来获取,Zookeeper 的安装非常简单,下面将从单机模式和集群模式两个方面介绍 Zookeeper 的安装和配置。 单机模式 单机安装非常简单,只要获取到 Zookeeper 的压缩包并解压到某个目录如:/ ...
linux下IPTABLES配置详解 如果你的IPTABLES基础知识还不了解,建议先去看看. 开始配置 我们来配置一个filter表的防火墙. (1)查看本机关于IPTABLES的设置情况 [root@tp ~]# iptables -L -n Chain INPUT (policy ACCEPT) target       prot opt source                 destination         Chain FORWARD (policy ACCEPT) target       prot opt source                 destinat ...
异常处理 # 编译是报错 ./configure –prefix=/usr/local/keepalived configure: error: No SO_MARK declaration in headers 增减 –disable-fwmark ./configure –prefix=/usr/local/keepalived –disable-fwmark 参考: https://github.com/acassen/keepalived/blob/master/configure.in http://mrhouzhibin.blog.163.com/blog/static/194 ...

keepalived启动

keepalived -D -f ****.conf keepalived 的目录一般配置在/usr/local/keepalived下 日志文件一般在/usr/log/messages 查看进程 ps -C 名称 去掉头 ps -C 名称 --no-header 过滤 ps -C 名称 --no-header |wc -l 查看IP和虚拟IP ip a
global_defs {    notification_email {  #指定keepalived在发生切换时需要发送email到的对象,一行一个     sysadmin@fire.loc    }    notification_email_from Alexandre.Cassen@firewall.loc #指定发件人    smtp_server localhost #指定smtp服务器地址    smtp_connect ...
! Configuration File for keepalived global_defs {    #notification_email {    #  acassen    #}    #notification_email_from Alexandre.Cassen@firewall.loc    #smtp_server 192.168.200.1    #smtp_connect_timeout 30    router_id LVS_DEVEL } vrrp_instance VI_1 {     state MASTER     interface eth0     vi ...

Dubbo学习地址

http://dubbo.io

Dubbo

https://github.com/alibaba/dubbo Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC. It's composed of three kernel parts: Remoting: a network communication framework provides sync-over-async and request-response messagin ...
Global site tag (gtag.js) - Google Analytics