<?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 for mikwat code</title>
	<atom:link href="http://code.mikwat.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://code.mikwat.com</link>
	<description>A coder's daily explorations through PHP, Java, CSS, JavaScript, Linux, OS X, Apache, Tomcat, and everything else.</description>
	<pubDate>Fri, 21 Nov 2008 11:41:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Apache Tomcat Proxy Connector by mikwat</title>
		<link>http://code.mikwat.com/archives/3#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="http://www.die.net/doc/linux/man/man8/setsebool.8.html" rel="nofollow"&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">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>
	<item>
		<title>Comment on Internationalize PHP Applications by Jesse Englert</title>
		<link>http://code.mikwat.com/archives/16#comment-3</link>
		<dc:creator>Jesse Englert</dc:creator>
		<pubDate>Thu, 03 May 2007 01:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://code.mikwat.com/archives/16#comment-3</guid>
		<description>Building localization into your apps is good even if you only plan on supporting one language now.  It forces you to centralize all your strings and you never know what your app with require in the future.</description>
		<content:encoded><![CDATA[<p>Building localization into your apps is good even if you only plan on supporting one language now.  It forces you to centralize all your strings and you never know what your app with require in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
