<?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: The Challenge With Securing Shared Hosting</title>
	<atom:link href="http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/</link>
	<description>Stuart Herbert's PHP Blog - Architecture, Code, and Hosting</description>
	<lastBuildDate>Fri, 20 Aug 2010 11:10:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SEGURIDAD EN HOSTINGS COMPARTIDOS &#171; Command Line</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-68034</link>
		<dc:creator>SEGURIDAD EN HOSTINGS COMPARTIDOS &#171; Command Line</dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-68034</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] en PHP explicación básica hosting compartido Seguridad en hostings compartidos: [1], [2], [3],[4] hardened php [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zilvinas</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-29007</link>
		<dc:creator>Zilvinas</dc:creator>
		<pubDate>Sun, 14 Sep 2008 21:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-29007</guid>
		<description>Hello,

We currently run a PHP/FastCGI + suexec setup. Our main problem now is safe_mode_exec_dir configuration that is going to be removed in PHP6. It allows to only use exec, system from a specified directory. And we can make sure that that directory is safe and only root can write there so scripts there are safe to execute.

And the only available solution to this afaik is chroot. But to chroot your web application you must copy some of the libraries .. mysql, dns, libm, libz and so on. The problem is it&#039;s very hard to know which required libs are needed. So you copy them all. You use a lot more disk space. And you need some kind of updates system to update your libraries when system libraries get updated. So it doesn&#039;t seem elegant and clean.

Do you know a better solution for this problem? If not .. It is really sad safe_mode_exec_dir is getting removed.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>We currently run a PHP/FastCGI + suexec setup. Our main problem now is safe_mode_exec_dir configuration that is going to be removed in PHP6. It allows to only use exec, system from a specified directory. And we can make sure that that directory is safe and only root can write there so scripts there are safe to execute.</p>
<p>And the only available solution to this afaik is chroot. But to chroot your web application you must copy some of the libraries .. mysql, dns, libm, libz and so on. The problem is it&#8217;s very hard to know which required libs are needed. So you copy them all. You use a lot more disk space. And you need some kind of updates system to update your libraries when system libraries get updated. So it doesn&#8217;t seem elegant and clean.</p>
<p>Do you know a better solution for this problem? If not .. It is really sad safe_mode_exec_dir is getting removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Centos 5 and mpm-itk &#124; hostby.net</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-24468</link>
		<dc:creator>Centos 5 and mpm-itk &#124; hostby.net</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-24468</guid>
		<description>[...] is such that its impossible to make it secure in a per user way. After reading Stuart Herbert discussion of the pros and cons of different solutions to this problem, i decided to look into it further.On [...]</description>
		<content:encoded><![CDATA[<p>[...] is such that its impossible to make it secure in a per user way. After reading Stuart Herbert discussion of the pros and cons of different solutions to this problem, i decided to look into it further.On [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Herbert On PHP - &#187; Using mpm-itk To Secure A Shared Server</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-19656</link>
		<dc:creator>Stuart Herbert On PHP - &#187; Using mpm-itk To Secure A Shared Server</dc:creator>
		<pubDate>Sat, 19 Apr 2008 13:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-19656</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it’s the wrong place to address the problem. Apache has built-in features too, but the performance cost of these features is prohibitive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using mpm-peruser To Secure A Shared Server &#124; Stuart Herbert On PHP</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-17895</link>
		<dc:creator>Using mpm-peruser To Secure A Shared Server &#124; Stuart Herbert On PHP</dc:creator>
		<pubDate>Thu, 20 Mar 2008 17:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-17895</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it’s the wrong place to address the problem. Apache has built-in features too, but the performance cost of these features is prohibitive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using suphp To Secure A Shared Server &#124; Stu On PHP</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-11786</link>
		<dc:creator>Using suphp To Secure A Shared Server &#124; Stu On PHP</dc:creator>
		<pubDate>Fri, 18 Jan 2008 08:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-11786</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it’s the wrong place to address the problem. Apache has built-in features too, but the performance cost of these features is prohibitive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using suexec To Secure A Shared Server &#124; Stu On PHP</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-10163</link>
		<dc:creator>Using suexec To Secure A Shared Server &#124; Stu On PHP</dc:creator>
		<pubDate>Tue, 18 Dec 2007 09:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-10163</guid>
		<description>[...] The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it&#8217;s the wrong place to address the problem. [...]</description>
		<content:encoded><![CDATA[<p>[...] The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it&#8217;s the wrong place to address the problem. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Stuart Herbert&#8217;s Blog: PHP&#8217;s Built-In Solutions For Shared Hosting</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-9065</link>
		<dc:creator>developercast.com &#187; Stuart Herbert&#8217;s Blog: PHP&#8217;s Built-In Solutions For Shared Hosting</dc:creator>
		<pubDate>Tue, 27 Nov 2007 16:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-9065</guid>
		<description>[...] up on a previous article, Stuart Herbert has posted some of the things that PHP can do to help solve the previously [...]</description>
		<content:encoded><![CDATA[<p>[...] up on a previous article, Stuart Herbert has posted some of the things that PHP can do to help solve the previously [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP&#8217;s Built-In Solutions For Shared Hosting &#124; Stu On PHP</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-9036</link>
		<dc:creator>PHP&#8217;s Built-In Solutions For Shared Hosting &#124; Stu On PHP</dc:creator>
		<pubDate>Tue, 27 Nov 2007 09:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-9036</guid>
		<description>[...] my last article, I covered the fundamental security problem that exists when you have multiple websites owned by [...]</description>
		<content:encoded><![CDATA[<p>[...] my last article, I covered the fundamental security problem that exists when you have multiple websites owned by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir M. Nassar</title>
		<link>http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/comment-page-1/#comment-9006</link>
		<dc:creator>Samir M. Nassar</dc:creator>
		<pubDate>Tue, 27 Nov 2007 03:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/#comment-9006</guid>
		<description>Will you be looking at mpm_peruser? It probably has some of the same drawbacks that mpm_itk has, but it would be interesting to get more information about it.</description>
		<content:encoded><![CDATA[<p>Will you be looking at mpm_peruser? It probably has some of the same drawbacks that mpm_itk has, but it would be interesting to get more information about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
