<?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 for Diego Búrigo Zacarão's Weblog</title>
	<atom:link href="http://diegobz.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://diegobz.net</link>
	<description>Let me talk about something</description>
	<lastBuildDate>Sat, 17 Jul 2010 23:14:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Django reverse with JavaScript by diegobz</title>
		<link>http://diegobz.net/2010/07/16/django-reverse-with-javascript/comment-page-1/#comment-2257</link>
		<dc:creator>diegobz</dc:creator>
		<pubDate>Sat, 17 Jul 2010 23:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://diegobz.net/?p=336#comment-2257</guid>
		<description>For the question: Yes!
About the suggestion: Indeed, it might be something to investigate, but once it&#039;s really necessary. :)</description>
		<content:encoded><![CDATA[<p>For the question: Yes!<br />
About the suggestion: Indeed, it might be something to investigate, but once it&#8217;s really necessary. <img src='http://diegobz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django reverse with JavaScript by Dimitris Glezos</title>
		<link>http://diegobz.net/2010/07/16/django-reverse-with-javascript/comment-page-1/#comment-2253</link>
		<dc:creator>Dimitris Glezos</dc:creator>
		<pubDate>Sat, 17 Jul 2010 11:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://diegobz.net/?p=336#comment-2253</guid>
		<description>Very neat!

I imagine you pass this string to your templates using regular views so that you don&#039;t need to even hit the server with AJAX to get it, right?

One case that you might want to think about is prefixing the URL to make it a full one, such as &quot;http://domain.com/...&quot;.</description>
		<content:encoded><![CDATA[<p>Very neat!</p>
<p>I imagine you pass this string to your templates using regular views so that you don&#8217;t need to even hit the server with AJAX to get it, right?</p>
<p>One case that you might want to think about is prefixing the URL to make it a full one, such as &#8220;http://domain.com/&#8230;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling apache UserDir (public_html) with SELinux enabled on Fedora by Richard Fearn</title>
		<link>http://diegobz.net/2010/03/07/enabling-apache-userdir-public_html-with-selinux-enabled-on-fedora/comment-page-1/#comment-2250</link>
		<dc:creator>Richard Fearn</dc:creator>
		<pubDate>Sun, 04 Apr 2010 20:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://diegobz.net/?p=309#comment-2250</guid>
		<description>You&#039;re better off leaving short tags disabled and always using &quot;&lt;?php&quot;.  Not all servers support &quot;&lt;?&quot;. Just use &quot;&lt;?php&quot; from the start - that way your scripts will work whatever server you put them on.</description>
		<content:encoded><![CDATA[<p>You&#8217;re better off leaving short tags disabled and always using &#8220;&lt;?php&quot;.  Not all servers support &quot;&lt;?&quot;. Just use &quot;&lt;?php&quot; from the start &#8211; that way your scripts will work whatever server you put them on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling apache UserDir (public_html) with SELinux enabled on Fedora by dgrift</title>
		<link>http://diegobz.net/2010/03/07/enabling-apache-userdir-public_html-with-selinux-enabled-on-fedora/comment-page-1/#comment-2191</link>
		<dc:creator>dgrift</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://diegobz.net/?p=309#comment-2191</guid>
		<description>httpd_selinux.8 should be updated to reflect this and the wiki should be updated with the updated man page. I will make a note in my to do list.

Thanks</description>
		<content:encoded><![CDATA[<p>httpd_selinux.8 should be updated to reflect this and the wiki should be updated with the updated man page. I will make a note in my to do list.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling apache UserDir (public_html) with SELinux enabled on Fedora by diegobz</title>
		<link>http://diegobz.net/2010/03/07/enabling-apache-userdir-public_html-with-selinux-enabled-on-fedora/comment-page-1/#comment-2190</link>
		<dc:creator>diegobz</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://diegobz.net/?p=309#comment-2190</guid>
		<description>@dgrift:
About the &#039;chcon&#039; I took that info from the Fedora wiki[1], which says:

&quot;httpd by default is not allowed to access users home  directories.   If
you  want to allow access to users home directories you need to set the httpd_enable_homedirs boolean and change the context of the files that you want people to access off the home dir.

setsebool -P httpd_enable_homedirs 1
chcon -R -t httpd_sys_content_t ~user/public_html&quot;

Maybe I misunderstood something or should it be updated?
About the missing &#039;-P&#039;, it was a typo in that line, yes.

[1] http://fedoraproject.org/wiki/SELinux/apache</description>
		<content:encoded><![CDATA[<p>@dgrift:<br />
About the &#8216;chcon&#8217; I took that info from the Fedora wiki[1], which says:</p>
<p>&#8220;httpd by default is not allowed to access users home  directories.   If<br />
you  want to allow access to users home directories you need to set the httpd_enable_homedirs boolean and change the context of the files that you want people to access off the home dir.</p>
<p>setsebool -P httpd_enable_homedirs 1<br />
chcon -R -t httpd_sys_content_t ~user/public_html&#8221;</p>
<p>Maybe I misunderstood something or should it be updated?<br />
About the missing &#8216;-P&#8217;, it was a typo in that line, yes.</p>
<p>[1] <a href="http://fedoraproject.org/wiki/SELinux/apache" rel="nofollow">http://fedoraproject.org/wiki/SELinux/apache</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
