jojo's blog--快乐忧伤都与你同在
为梦想而来,为自由而生。 性情若水,风起水兴,风息水止,故时而激荡,时又清平……
posts - 11,  comments - 30,  trackbacks - 0
     http://haproxy.1wt.eu/download/1.3/src/Beta/haproxy-1.3.16-rc2.tar.gz
        
        After untar, this is what I ran
        
        make TARGET=linux26 PREFIX=/usr/local/site/haproxy install
        
        config attached
        
        haproxy is run as haproxy -f <config-file>
        
        Config designed to run from foreground so we can use supervise to
        control. There is an init file in the tarball, you can adjust the config
        appropiately


vi conf/haproxy.cfg-old
defaults
  maxconn 16000
  timeout server  50000
  balance roundrobin

frontend api *:9090
  timeout client 50000
  mode http
  acl secure_content url_sub foobar
  block  if secure_content
  default_backend glassfish

backend glassfish
  timeout connect 5000
  mode http
  option forwardfor
  #option httpchk HEAD / HTTP/1.0
  server dserver1 127.0.0.1:80 check inter 1000
  server dserver2 127.0.0.1:9080 check inter 1000





posted on 2009-07-06 18:22 Blog of JoJo 阅读(128) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问  
 

<2024年12月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

常用链接

留言簿(6)

随笔档案

文章分类

文章档案

新闻分类

新闻档案

相册

收藏夹

搜索

  •  

最新评论

阅读排行榜

评论排行榜