<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>HAProxy Everywhere</title>
	<atom:link href="http://haproxy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://haproxy.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Mar 2011 22:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='haproxy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0956c00a5fb1f5fa438b9bdd8889571a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>HAProxy Everywhere</title>
		<link>http://haproxy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://haproxy.wordpress.com/osd.xml" title="HAProxy Everywhere" />
	<atom:link rel='hub' href='http://haproxy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Implement HTTP keepalive without killing your apache server</title>
		<link>http://haproxy.wordpress.com/2011/03/15/implement-http-keepalive-without-killing-your-apache-server/</link>
		<comments>http://haproxy.wordpress.com/2011/03/15/implement-http-keepalive-without-killing-your-apache-server/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 22:12:12 +0000</pubDate>
		<dc:creator>Hervé COMMOWICK</dc:creator>
				<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[v1.4]]></category>

		<guid isPermaLink="false">http://haproxy.wordpress.com/?p=33</guid>
		<description><![CDATA[You can make use of HAProxy to add HTTP keepalive support to your website, and it will not kill your Apache server as each request make use of individual connection. frontend public bind :80 # or any other IP:port combination we listen to. option http-server-close default_backend apache backend apache # set the maxconn parameter below [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=33&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can make use of HAProxy to add HTTP keepalive support to your website, and it will not kill your Apache server as each request make use of individual connection.</p>
<blockquote>
<pre>
frontend public
	bind :80             # or any other IP:port combination we listen to.
	option http-server-close
	default_backend apache
backend apache
	# set the maxconn parameter below to match Apache's MaxClients minus
	# one or two connections so that you can still directly connect to it.
	option http-server-close
	server srv 127.0.0.1:8080 maxconn 254
</pre>
</blockquote>
<p>PS: Indeed it works for other HTTP server software.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haproxy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haproxy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haproxy.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=33&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haproxy.wordpress.com/2011/03/15/implement-http-keepalive-without-killing-your-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc2fa4c1ed283c11b1b8d44df0e5fd3c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vihaire</media:title>
		</media:content>
	</item>
		<item>
		<title>Send users to the same HTTPS server they used for HTTP</title>
		<link>http://haproxy.wordpress.com/2010/02/08/send-users-to-the-same-https-server-they-used-for-http/</link>
		<comments>http://haproxy.wordpress.com/2010/02/08/send-users-to-the-same-https-server-they-used-for-http/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:26:03 +0000</pubDate>
		<dc:creator>Hervé COMMOWICK</dc:creator>
				<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[stickiness]]></category>
		<category><![CDATA[v1.4]]></category>

		<guid isPermaLink="false">http://haproxy.wordpress.com/?p=25</guid>
		<description><![CDATA[Use cookie persistence for HTTP, and stick on source address for HTTPS as well as HTTP without cookie. Share the same table between both accesses. backend http mode http balance roundrobin stick on src table https cookie SRV insert indirect nocache server s1 192.168.1.1:80 cookie s1 server s2 192.168.1.2:80 cookie s2 backend https mode tcp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=25&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use cookie persistence for HTTP, and stick on source address for HTTPS as well as HTTP without cookie. Share the same table between both accesses.</p>
<blockquote>
<pre>backend http
    mode http
    balance roundrobin
    stick on src table https
    cookie SRV insert indirect nocache
    server s1 192.168.1.1:80 cookie s1
    server s2 192.168.1.2:80 cookie s2

backend https
    mode tcp
    balance roundrobin
    stick-table type ip size 200k expire 30m
    stick on src
    server s1 192.168.1.1:443
    server s2 192.168.1.2:443</pre>
</blockquote>
<p>Source : <a title="http://haproxy.1wt.eu/download/1.4/doc/configuration.txt" href="http://haproxy.1wt.eu/download/1.4/doc/configuration.txt">http://haproxy.1wt.eu/download/1.4/doc/configuration.txt</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haproxy.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haproxy.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haproxy.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=25&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haproxy.wordpress.com/2010/02/08/send-users-to-the-same-https-server-they-used-for-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc2fa4c1ed283c11b1b8d44df0e5fd3c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vihaire</media:title>
		</media:content>
	</item>
		<item>
		<title>Forward smtp users to the same server they just used for POP3</title>
		<link>http://haproxy.wordpress.com/2010/02/08/forward-smtp-users-same-server-for-pop3/</link>
		<comments>http://haproxy.wordpress.com/2010/02/08/forward-smtp-users-same-server-for-pop3/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:50:08 +0000</pubDate>
		<dc:creator>Hervé COMMOWICK</dc:creator>
				<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[stickiness]]></category>
		<category><![CDATA[v1.4]]></category>

		<guid isPermaLink="false">http://haproxy.wordpress.com/?p=20</guid>
		<description><![CDATA[This example forward SMTP users to the same server they just used for POP in the last 30 minutes backend pop     mode tcp     balance roundrobin     stick store-request src     stick-table type ip size 200k expire 30m server s1 192.168.1.1:110 server s2 192.168.1.2:110 backend smtp mode tcp balance roundrobin stick match src table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=20&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This example forward SMTP users to the same server they just used for POP in the last 30 minutes</p>
<blockquote>
<pre>backend pop
    mode tcp
    balance roundrobin
    stick store-request src
    stick-table type ip size 200k expire 30m
    server s1 192.168.1.1:110
    server s2 192.168.1.2:110

backend smtp
    mode tcp
    balance roundrobin
    stick match src table pop
    server s1 192.168.1.1:25
    server s2 192.168.1.2:25
</pre>
</blockquote>
<p>Source : <a title="http://haproxy.1wt.eu/download/1.4/doc/configuration.txt" href="http://haproxy.1wt.eu/download/1.4/doc/configuration.txt">http://haproxy.1wt.eu/download/1.4/doc/configuration.txt</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haproxy.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haproxy.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haproxy.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=20&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haproxy.wordpress.com/2010/02/08/forward-smtp-users-same-server-for-pop3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc2fa4c1ed283c11b1b8d44df0e5fd3c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vihaire</media:title>
		</media:content>
	</item>
		<item>
		<title>Protect your web server against slowloris</title>
		<link>http://haproxy.wordpress.com/2010/02/05/protect-your-web-server-against-slowloris/</link>
		<comments>http://haproxy.wordpress.com/2010/02/05/protect-your-web-server-against-slowloris/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:57:15 +0000</pubDate>
		<dc:creator>Hervé COMMOWICK</dc:creator>
				<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[nkiller2]]></category>
		<category><![CDATA[slowloris]]></category>
		<category><![CDATA[v1.3]]></category>

		<guid isPermaLink="false">http://haproxy.wordpress.com/?p=15</guid>
		<description><![CDATA[This configuration is meant to be installed in front of an existing web server that needs some DoS protection. We assume that the web server has been moved to port 8080 on the loopback, and that haproxy is running on port 80. Note that Apache will have to be configured to get the client&#8217;s IP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=15&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This configuration is meant to be installed in front of an existing web server that needs some DoS protection. We assume that the web server has been moved to port 8080 on the loopback, and that haproxy is running on port 80. Note that Apache will have to be configured to get the client&#8217;s IP address from the X-Forwarded-For header (mod_rpaf can do that).</p>
<blockquote>
<pre>global
	daemon
	maxconn 20000        # count about 1 GB per 20000 connections
	pidfile /var/run/haproxy.pid
        stats socket /var/run/haproxy.stat mode 600

defaults
	mode http
	maxconn 19500        # Should be slightly smaller than global.maxconn.
	timeout client 60s   # Client and server timeout must match the longest
	timeout server 60s   # time we may wait for a response from the server.
	timeout queue  60s   # Don't queue requests too long if saturated.
	timeout connect 4s   # There's no reason to change this one.
	timeout http-request 5s	# A complete request may never take that long.
	# Uncomment the following one to protect against nkiller2. But warning!
	# some slow clients might sometimes receive truncated data if last
	# segment is lost and never retransmitted :
	# option nolinger
	option httpclose
	option abortonclose
	balance roundrobin
	option forwardfor    # set the client's IP in X-Forwarded-For.
	retries 2

frontend public
	bind :80             # or any other IP:port combination we listen to.
	default_backend apache

backend apache
	# set the maxconn parameter below to match Apache's MaxClients minus
	# one or two connections so that you can still directly connect to it.
	server srv 127.0.0.1:8080 maxconn 254

# Enable the stats page on a dedicated port (8888). Monitoring request errors
# on the frontend will tell us how many potential attacks were blocked.
listen stats
        # Uncomment "disabeled" below to disable the stats page :
	# disabled
	bind       :8888
	stats uri /
</pre>
</blockquote>
<p>Source : <a title="http://haproxy.1wt.eu/download/1.3/examples/antidos.cfg" href="http://haproxy.1wt.eu/download/1.3/examples/antidos.cfg">http://haproxy.1wt.eu/download/1.3/examples/antidos.cfg</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haproxy.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haproxy.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haproxy.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=15&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haproxy.wordpress.com/2010/02/05/protect-your-web-server-against-slowloris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc2fa4c1ed283c11b1b8d44df0e5fd3c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vihaire</media:title>
		</media:content>
	</item>
		<item>
		<title>HAProxy to make SSH and SSL available on the same port</title>
		<link>http://haproxy.wordpress.com/2010/02/05/haproxy-to-make-ssh-and-ssl-available-on-the-same-port/</link>
		<comments>http://haproxy.wordpress.com/2010/02/05/haproxy-to-make-ssh-and-ssl-available-on-the-same-port/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:50:39 +0000</pubDate>
		<dc:creator>Hervé COMMOWICK</dc:creator>
				<category><![CDATA[HAProxy]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[v1.4]]></category>

		<guid isPermaLink="false">http://haproxy.wordpress.com/?p=5</guid>
		<description><![CDATA[listen ssl :443 tcp-request inspect-delay 2s acl is_ssl req_ssl_ver 2:3.1 tcp-request content accept if is_ssl use_backend ssh if !is_ssl server www-ssl :444 timeout client 2h backend ssh mode tcp server ssh :22 timeout server 2h This listens on port 443, forwards it to port 444 (where the actual SSL web server is listening) unless it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=5&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<pre><code>listen ssl :443
  tcp-request inspect-delay 2s
  acl is_ssl req_ssl_ver 2:3.1
  tcp-request content accept if is_ssl
  use_backend ssh if !is_ssl
  server www-ssl :444
  timeout client 2h

backend ssh
  mode tcp
  server ssh :22
  timeout server 2h
</code></pre>
</blockquote>
<p>This listens on port 443, forwards it to port 444 (where the actual SSL   web server is listening) unless it is <strong>not</strong> SSLv2, SSLv3 or  TLSv1  traffic, in which case it forwards it to the ssh backend listening on  port 22.</p>
<p>Source : <a href="https://dgl.cx/2010/01/haproxy-ssh-and-ssl-on-same-port">https://dgl.cx/2010/01/haproxy-ssh-and-ssl-on-same-port</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haproxy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haproxy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haproxy.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haproxy.wordpress.com&amp;blog=11864161&amp;post=5&amp;subd=haproxy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haproxy.wordpress.com/2010/02/05/haproxy-to-make-ssh-and-ssl-available-on-the-same-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc2fa4c1ed283c11b1b8d44df0e5fd3c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vihaire</media:title>
		</media:content>
	</item>
	</channel>
</rss>
