<?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: How to protect WordPress blog from hackers</title>
	<atom:link href="http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/feed/" rel="self" type="application/rss+xml" />
	<link>http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/</link>
	<description>Enabling a Reliable, Consistent and Trusted Experience</description>
	<pubDate>Sat, 22 Nov 2008 01:35:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kamrul</title>
		<link>http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225446</link>
		<dc:creator>Kamrul</dc:creator>
		<pubDate>Mon, 10 Dec 2007 11:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225446</guid>
		<description>Cheers Mike for the tip, that Jail new for me. I was familiar with Chroot though, used it in several occasion. Have to look into that Jail.

Virtual filesystem becoming increasingly popular and necessary every minute.</description>
		<content:encoded><![CDATA[<p>Cheers Mike for the tip, that Jail new for me. I was familiar with Chroot though, used it in several occasion. Have to look into that Jail.</p>
<p>Virtual filesystem becoming increasingly popular and necessary every minute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225407</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 10 Dec 2007 10:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225407</guid>
		<description>Thanks Kamrul - I should have been a little clearer by writing a "FreeBSD Jail" (http://en.wikipedia.org/wiki/FreeBSD_jail) or on other flavours of Unix a chroot (http://en.wikipedia.org/wiki/Chroot).

Chroot and Jail are not the exact same thing.

A chroot setup creates a virtual filesystem. For example if your website was running in /var/www/segala and you have chrooted the web server to /segala then the web server program (and any programs run by the webserver ) think that /segala is the top level directory on your filesystem.

A Jail is more powerful and can be used to create virtual machines that are kept separate from each other.</description>
		<content:encoded><![CDATA[<p>Thanks Kamrul - I should have been a little clearer by writing a &#8220;FreeBSD Jail&#8221; (http://en.wikipedia.org/wiki/FreeBSD_jail) or on other flavours of Unix a chroot (http://en.wikipedia.org/wiki/Chroot).</p>
<p>Chroot and Jail are not the exact same thing.</p>
<p>A chroot setup creates a virtual filesystem. For example if your website was running in /var/www/segala and you have chrooted the web server to /segala then the web server program (and any programs run by the webserver ) think that /segala is the top level directory on your filesystem.</p>
<p>A Jail is more powerful and can be used to create virtual machines that are kept separate from each other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamrul</title>
		<link>http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225078</link>
		<dc:creator>Kamrul</dc:creator>
		<pubDate>Mon, 10 Dec 2007 03:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-225078</guid>
		<description>Good one Mike, though I won’t exactly call it a jail  perhaps secured facility sounds better.

PHP's include is just one of the many ways to do that. But first of all we need awareness and full understanding of file permission</description>
		<content:encoded><![CDATA[<p>Good one Mike, though I won’t exactly call it a jail  perhaps secured facility sounds better.</p>
<p>PHP&#8217;s include is just one of the many ways to do that. But first of all we need awareness and full understanding of file permission</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-224072</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 09 Dec 2007 12:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://segala.com/blog/how-to-protect-wordpress-blog-from-hackers/#comment-224072</guid>
		<description>Also if you can:

- Have your webserver and database running in a chroot / jail. Then even if someone gets into your server they face a significant barrier to doing more damage.

- The ownership of files on the webserver and the process the webserver runs on should be different. Also makes its harder for a hacker to do more damage even if they do break in.</description>
		<content:encoded><![CDATA[<p>Also if you can:</p>
<p>- Have your webserver and database running in a chroot / jail. Then even if someone gets into your server they face a significant barrier to doing more damage.</p>
<p>- The ownership of files on the webserver and the process the webserver runs on should be different. Also makes its harder for a hacker to do more damage even if they do break in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
