<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache HTTPD&#039;s mod_proxy_balancer</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How can I balance incoming web traffic amongst N apache servers?</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-227118</link>
		<dc:creator>How can I balance incoming web traffic amongst N apache servers?</dc:creator>
		<pubDate>Tue, 23 Nov 2010 20:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-227118</guid>
		<description>[...]   bugtussle start your quest here: http://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html and http://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/  August 24, 2010 9:18 am         jaq For the balancers you could look into LVS at [...]</description>
		<content:encoded><![CDATA[<p>[...]   bugtussle start your quest here: <a href="http://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html" rel="nofollow">http://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html</a> and <a href="http://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/" rel="nofollow">http://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/</a>  August 24, 2010 9:18 am         jaq For the balancers you could look into LVS at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-164852</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-164852</guid>
		<description>Geoff,

Yeah, we&#039;re running Apache on one set of boxes that do all SSL processing, domain splitting (proxying certain paths off to other web servers), a certain set of rewrites (non-content ones), and load balancing our cluster of production instances (all running Tomcat).  We actually use the same Apache instances to do that for a couple different apps (using VHosts), and will be moving the rest of our apps (there are 4-5 more) over to that setup in the coming weeks.</description>
		<content:encoded><![CDATA[<p>Geoff,</p>
<p>Yeah, we're running Apache on one set of boxes that do all SSL processing, domain splitting (proxying certain paths off to other web servers), a certain set of rewrites (non-content ones), and load balancing our cluster of production instances (all running Tomcat).  We actually use the same Apache instances to do that for a couple different apps (using VHosts), and will be moving the rest of our apps (there are 4-5 more) over to that setup in the coming weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-164826</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Sun, 01 Mar 2009 11:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-164826</guid>
		<description>&quot;And, of course, you gain access to all the other Apache goodness, mod_rewrite in particular.&quot;

I was just wondering if you&#039;re running mod_rewrite upstream of your web servers using this solution?

Currently I&#039;m running isapi rewrite on a windows server, and have been considering a load balanced solution. Offloading the rewriting would be nice - especially as we have a large chunk of 301 redirects; no need for our webservers to ever see these requests...</description>
		<content:encoded><![CDATA[<p>"And, of course, you gain access to all the other Apache goodness, mod_rewrite in particular."</p>
<p>I was just wondering if you're running mod_rewrite upstream of your web servers using this solution?</p>
<p>Currently I'm running isapi rewrite on a windows server, and have been considering a load balanced solution. Offloading the rewriting would be nice &#8211; especially as we have a large chunk of 301 redirects; no need for our webservers to ever see these requests&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-164608</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Fri, 27 Feb 2009 17:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-164608</guid>
		<description>Manny,

We&#039;re attempting to move to Limelight.  We moved our Flash Media stuff over already, but the web stuff is taking them forever, so not sure when we&#039;ll actually get it.  So we&#039;ll be running sans CDN for at least a few days.</description>
		<content:encoded><![CDATA[<p>Manny,</p>
<p>We're attempting to move to Limelight.  We moved our Flash Media stuff over already, but the web stuff is taking them forever, so not sure when we'll actually get it.  So we'll be running sans CDN for at least a few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manny</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-164607</link>
		<dc:creator>Manny</dc:creator>
		<pubDate>Fri, 27 Feb 2009 17:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-164607</guid>
		<description>Which CDN did you move to?</description>
		<content:encoded><![CDATA[<p>Which CDN did you move to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denny</title>
		<link>https://www.barneyb.com/barneyblog/2009/02/26/apache-httpds-mod_proxy_balancer/comment-page-1/#comment-164555</link>
		<dc:creator>denny</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=698#comment-164555</guid>
		<description>Here&#039;s some information on load balancing JBoss 5 using Apache and AJP:

http://coldshen.com/blog/index.cfm/2008/9/27/Load-Balancing-your-JBoss-AS-5-cluster-with-Apache-AJP

I&#039;ve been really happy with it too.  And AJP is so much easier to use than mod_jk.

Good stuff!</description>
		<content:encoded><![CDATA[<p>Here's some information on load balancing JBoss 5 using Apache and AJP:</p>
<p><a href="http://coldshen.com/blog/index.cfm/2008/9/27/Load-Balancing-your-JBoss-AS-5-cluster-with-Apache-AJP" rel="nofollow">http://coldshen.com/blog/index.cfm/2008/9/27/Load-Balancing-your-JBoss-AS-5-cluster-with-Apache-AJP</a></p>
<p>I've been really happy with it too.  And AJP is so much easier to use than mod_jk.</p>
<p>Good stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
