<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://haudi.top/kb/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://haudi.top/kb/feed.php">
        <title>xinzhiba docs:haproxy</title>
        <description></description>
        <link>http://haudi.top/kb/</link>
        <image rdf:resource="http://haudi.top/kb/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-14T10:42:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://haudi.top/kb/docs/haproxy/haproxy.conf?rev=1612271808&amp;do=diff"/>
                <rdf:li rdf:resource="http://haudi.top/kb/docs/haproxy/haproxy_usage_examples?rev=1601041769&amp;do=diff"/>
                <rdf:li rdf:resource="http://haudi.top/kb/docs/haproxy/installing?rev=1601041769&amp;do=diff"/>
                <rdf:li rdf:resource="http://haudi.top/kb/docs/haproxy/intro?rev=1601041769&amp;do=diff"/>
                <rdf:li rdf:resource="http://haudi.top/kb/docs/haproxy/sidebar?rev=1601041769&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://haudi.top/kb/lib/tpl/dokuwiki/images/favicon.ico">
        <title>xinzhiba</title>
        <link>http://haudi.top/kb/</link>
        <url>http://haudi.top/kb/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://haudi.top/kb/docs/haproxy/haproxy.conf?rev=1612271808&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-02T21:16:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docs:haproxy:haproxy.conf</title>
        <link>http://haudi.top/kb/docs/haproxy/haproxy.conf?rev=1612271808&amp;do=diff</link>
        <description>配置简介

HAPrpxy的配置文件：/etc/haproxy/haproxy.cfg
由两大部分组成，分别是global和proxies部分。

global

全局配置段
进程及安全配置相关的参数
性能调整相关参数
Debug参数

proxies

代理配置段,有多个子段
defaults    为frontend, backend, listen提供默认配置</description>
    </item>
    <item rdf:about="http://haudi.top/kb/docs/haproxy/haproxy_usage_examples?rev=1601041769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T21:49:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docs:haproxy:haproxy_usage_examples</title>
        <link>http://haudi.top/kb/docs/haproxy/haproxy_usage_examples?rev=1601041769&amp;do=diff</link>
        <description>基于cookie的会话保持


cookie name [ rewrite | insert | prefix ][ indirect ] 
            [ nocache ][ postonly ] [preserve ][ httponly ] 
            [ secure ][ domain ]* [ maxidle &lt;idle&gt; ][ maxlife ]

name     # cookie 的key名称，用于实现持久连接
insert   # 如果没有就插入新的cookie
indirect # 不会向客户端发送服务器已经处理过请求的cookie信息
nocache  # 当client和hapoxy之间有缓存时，不缓存cookie</description>
    </item>
    <item rdf:about="http://haudi.top/kb/docs/haproxy/installing?rev=1601041769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T21:49:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docs:haproxy:installing</title>
        <link>http://haudi.top/kb/docs/haproxy/installing?rev=1601041769&amp;do=diff</link>
        <description>简介

基于HAProxy2.1.2编译安装

主要是lua的编译安装、HAProxy的编译安装、systemd配置。

lua



扩展模块集成LUA脚本语言，下载 

&lt;http://www.lua.org/download.html&gt;

安装lua环境



HAProxy



准备编译依赖环境

download dir links: &lt;http://www.haproxy.org/download/2.1/src/&gt;


#配置systemd</description>
    </item>
    <item rdf:about="http://haudi.top/kb/docs/haproxy/intro?rev=1601041769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T21:49:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docs:haproxy:intro</title>
        <link>http://haudi.top/kb/docs/haproxy/intro?rev=1601041769&amp;do=diff</link>
        <description>负载均衡

简介

负载均衡(Load Balance，简称LB)是一种服务或基于硬件设备等实现的高可用反向代理技术，负载均衡将特定的业务(web服务、网络流量等)分担给指定的一个或多个后端特定的服务器或设备，从而提高了公司业务的并发处理能力、保证了业务的高可用性、方便了业务后期的水平动态扩展。</description>
    </item>
    <item rdf:about="http://haudi.top/kb/docs/haproxy/sidebar?rev=1601041769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T21:49:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docs:haproxy:sidebar</title>
        <link>http://haudi.top/kb/docs/haproxy/sidebar?rev=1601041769&amp;do=diff</link>
        <description>- Navigation -

----------

HAProxy 

intro 

installing 

haproxy.conf 

usage_examples</description>
    </item>
</rdf:RDF>
