<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>壞蛋的部落格 &#187; haproxy</title>
	<atom:link href="http://www.pigo.idv.tw/archives/tag/haproxy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pigo.idv.tw</link>
	<description>嘿嘿嘿嘿 .....</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SL Linux 6.0 上安裝 haproxy 通透模式(tproxy) 安裝筆記</title>
		<link>http://www.pigo.idv.tw/archives/989</link>
		<comments>http://www.pigo.idv.tw/archives/989#comments</comments>
		<pubDate>Mon, 25 Apr 2011 16:02:49 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[Scientific Linux]]></category>
		<category><![CDATA[SL Linux]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=989</guid>
		<description><![CDATA[SL Linux 是 RHEL 6.0 的翻版 , 所以核心是 2.6.32 , 因此這個版本本身就俱備 TProxy 的功能可以做 socket 的通透代理 , 意思就是說 , 在做 Proxy 時 , 傳遞給目標主機時 , 仍然會把來源真實 IP 帶過去 , 目標主機得到的不會是 Proxy Server 的 IP . 好了 , 廢話不說 , 下圖是一個實驗性的 Web Loading Balance 簡單配置架構 , 我將以此架構來做 Haproxy 通透代理 除了 HA Proxy 俱備一個 123.123.123.1 (對外的 public ip) [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/989/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>HAProxy 如何將指定目錄導到指定主機</title>
		<link>http://www.pigo.idv.tw/archives/448</link>
		<comments>http://www.pigo.idv.tw/archives/448#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:16:57 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=448</guid>
		<description><![CDATA[有一個狀況是 , 若要指定路徑導到不同主機 , 用 HAProxy 該怎麼做 假設我現在有三部 Web Server 及一台 HAProxy Server Web01 : 192.168.0.101 web02 : 192.168.0.102 Web03 : 192.168.0.103 如果我有個網站叫 www.kissmyass.com , 我想做到預設把流量都導到 Web01 及 Web02 , 但有一個 /kiss 的目錄想導到 Web03 , 這時候就會用到 acl , 有點像是設定防火牆了 &#8230;. 設定檔範例如下: ?View Code TEXT1 2 3 4 5 6 7 8 9 10 11 12 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/448/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

