<?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 Tomcat Proxy Connector</title>
	<atom:link href="http://code.mikwat.com/archives/3/feed" rel="self" type="application/rss+xml" />
	<link>http://code.mikwat.com/archives/3</link>
	<description>A coder's daily explorations through PHP, Java, CSS, JavaScript, Linux, OS X, Apache, Tomcat, and everything else.</description>
	<lastBuildDate>Fri, 10 Jun 2011 14:52:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luis Angel</title>
		<link>http://code.mikwat.com/archives/3/comment-page-1#comment-10350</link>
		<dc:creator>Luis Angel</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://code.mikwat.com/?p=3#comment-10350</guid>
		<description>Well. i have a same problem so, i do that, root#setsebool -P httpd_can_network_connect true, to force sakai, after cd sakai/ ----&gt; cd apache-tomcat ----&gt; ./startup_sakai.sh ------&gt;  service httpd  start , well this is my solution , thank a lot</description>
		<content:encoded><![CDATA[<p>Well. i have a same problem so, i do that, root#setsebool -P httpd_can_network_connect true, to force sakai, after cd sakai/ &#8212;-&gt; cd apache-tomcat &#8212;-&gt; ./startup_sakai.sh &#8212;&#8212;&gt;  service httpd  start , well this is my solution , thank a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikwat</title>
		<link>http://code.mikwat.com/archives/3/comment-page-1#comment-4</link>
		<dc:creator>mikwat</dc:creator>
		<pubDate>Tue, 22 May 2007 17:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://code.mikwat.com/?p=3#comment-4</guid>
		<description>After a recent restart of this server, I found that the &lt;code&gt;Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:9013 (localhost) failed&lt;/code&gt; messages reappeared.  Digging a little deeper into the &lt;a href=&quot;http://www.die.net/doc/linux/man/man8/setsebool.8.html&quot; rel=&quot;nofollow&quot;&gt;setsebool&lt;/a&gt; command, I found that the &lt;b&gt;-P&lt;/b&gt; option has to be added to make the changes persist:

&lt;pre&gt;
setsebool -P httpd_can_network_connect true
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>After a recent restart of this server, I found that the <code>Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:9013 (localhost) failed</code> messages reappeared.  Digging a little deeper into the <a href="http://www.die.net/doc/linux/man/man8/setsebool.8.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.die.net/doc/linux/man/man8/setsebool.8.html?referer=');">setsebool</a> command, I found that the <b>-P</b> option has to be added to make the changes persist:</p>
<pre>
setsebool -P httpd_can_network_connect true
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

