<?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"
	>
<channel>
	<title>Comments on: cPanel + Apache 2.2 + mod_proxy_balancer + mongrel_cluster + hours of frustration = â€œahhh, it worksâ€</title>
	<atom:link href="http://www.supersonicfeet.com/2006/09/11/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supersonicfeet.com/2006/09/11/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/</link>
	<description>Web log of Adam Perfect</description>
	<pubDate>Fri, 22 Aug 2008 02:02:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Adam</title>
		<link>http://www.supersonicfeet.com/2006/09/11/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/#comment-3516</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 08 Oct 2006 22:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.supersonicfeet.com/1999/11/30/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/#comment-3516</guid>
		<description>A typo indeed. Thanks for the helpful points, Ilya.</description>
		<content:encoded><![CDATA[<p>A typo indeed. Thanks for the helpful points, Ilya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.supersonicfeet.com/2006/09/11/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/#comment-3488</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Sat, 07 Oct 2006 15:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.supersonicfeet.com/1999/11/30/cpanel-apache-22-mod_proxy_balancer-mongrel_cluster-hours-of-frustration-%e2%80%9cahhh-it-works%e2%80%9d/#comment-3488</guid>
		<description>Nice guide! 

A couple of fixes/suggestions: 

mod_proxy consists of two files (mod_proxy.c and proxy_util.c), if you compile with only one, apache will most likely fail to start. Instead, this worked for me:

/etc/httpd/bin/apxs â€“i -a â€“c mod_proxy.c proxy_util.c

Also, I think it's just a typo, but I think this:
/etc/https/bin/apxs â€“c â€“I/usr/include/libxml2 â€“i mod_proxy_html.c
should be
/etc/httpd/bin/apxs â€“c â€“I/usr/include/libxml2 â€“i mod_proxy_html.c 

*httpd* not *https* 

Cheers,
Ilya</description>
		<content:encoded><![CDATA[<p>Nice guide! </p>
<p>A couple of fixes/suggestions: </p>
<p>mod_proxy consists of two files (mod_proxy.c and proxy_util.c), if you compile with only one, apache will most likely fail to start. Instead, this worked for me:</p>
<p>/etc/httpd/bin/apxs â€“i -a â€“c mod_proxy.c proxy_util.c</p>
<p>Also, I think it&#8217;s just a typo, but I think this:<br />
/etc/https/bin/apxs â€“c â€“I/usr/include/libxml2 â€“i mod_proxy_html.c<br />
should be<br />
/etc/httpd/bin/apxs â€“c â€“I/usr/include/libxml2 â€“i mod_proxy_html.c </p>
<p>*httpd* not *https* </p>
<p>Cheers,<br />
Ilya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
