• 使用nginx负载均衡lucene

    server a是之前退役的,现存放着一些小些 [url=javascript:;] php [/url] 站点和 [url=javascript:;] lucene [/url] 搜索, server a cpu: Xeon(TM) CPU 2.80GHz (双核*2) mem:1G*2 disk:scsi 74G *2 ( [url=javascript:;] raid [/url] 0) os:as4 app:nginx+php+fcgi+x...

    2009-05-13 15:25:00

  • nginx 负载均衡 ngx_http_upstream

    例子1:------------------------- upstreambackend{ server backend1.example.com weight=5; server backend2.example.com:8080; server unix:/tmp/backend3; } server { location / { [url=javascript:;] proxy [/url] _passhttp://backend;...

    2009-05-13 15:24:40

  • nginx的upstream目前支持4种方式的分配

    1、轮询(默认) 每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。 2、weight 指定轮询几率,weight和访问比率成正比,用于后端服务器性能不均的情况。 2、ip_hash 每个请求按访问ip的hash结果分配,这样每个访客固定访问一个后端服...

    2009-05-13 15:24:40

  • 利用LVS+Keepalived 实现高性能高可用负载均衡服务器

    作者:NetSeek http://www.linuxtone.org(IT 运维专家网|集群架构|性能调优) 欢迎转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明. 更新时间:2008-10-27 背景: 随着你的网站业务量的增长你网站的服务器压力越来越大?需要 [url=javascript:;] 负载均...

    2009-05-13 15:24:20

  • dhcp租约文件中的语句

    语句 lease ip-address { statements... } 每一个lease声明语句包含一个已经分配的客户端的单独的IP地址。在大括号中的部分定义 [url=javascript:;] 租约 [/url] 持续时间,分配给谁。 starts date; ends date; tstp date; tsfp date; start和end时间使用starts和ends...

    2009-05-13 15:24:20

  • BIND的日志定制

    对于排除Linux的系统故障来说, [url=javascript:;] 日志 [/url] [url=javascript:;] 文件 [/url] 是极其重要的工具。 [url=javascript:;] DNS [/url] 日志可以记录服务器 CPU 的占用时间、查询的统计信息及配置中存在的问题,经常分析日志可以了解服务器的负载、性能...

    2009-05-13 15:23:59

  • BIND DNS配置详解

    架设 [url=javascript:;] DNS [/url] 前面所介绍的服务器服务大多是用在内部网络环境中的﹐不过﹐以现代的情况和未来的趋势来看﹐每个网络或多或少都需要 Internet 联机以及向 Internet 提供服务。从这一章开始﹐我们将为大家陆续介绍一些在 Internet 环境中常用到的服...

    2009-05-13 15:23:59

  • Removing dead mailing lists from Mailman

    I first starting writing about mailing lists in February 1999. The [url=javascript:;] list [/url] in question first started in April of that year. That is 9.5 years old this month. But for the last few years, the list has fallen into disuse and it w...

    2009-05-13 15:23:58

  • nginx下目录限制ip访问的解决办法

    [url=javascript:;] apache [/url] 下限制某个目录访问很容易的, [url=javascript:;] nginx [/url] 下的方法也差不多,只不过大家用的少而已,我简单的总结一下: 根据nginx的文档: QUOTE: ngx_http_access_module This module provides a simple host-based access...

    2009-05-13 15:23:38

  • nginx location的匹配优先规则

    This directive allows different configurations depending on the URI. It can be configured using both conventional strings and regular expressions. To use regular expressions, you must use the prefix ~* for case insensitive match and ~ for case sensit...

    2009-05-13 15:23:38

2