<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 13:41:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Run PHP scripts with different users on the same server]]></title>
      <guid>http://www.phpdeveloper.org/news/10811</guid>
      <link>http://www.phpdeveloper.org/news/10811</link>
      <description><![CDATA[<p>
On the PHP::Impact blog <i>Federico</i> has <a href="http://phpimpact.wordpress.com/2008/08/10/run-php-scripts-with-different-users-on-the-same-server/">posted a sort of reminder</a> about a method you can use to run PHP scripts as different users on the same system - <a href="http://www.suphp.org/">suPHP</a>.
</p>
<blockquote>
<a href="http://www.suphp.org/">suPHP</a> is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.
</blockquote>
<p>
suPHP runs as an Apache module and works with the local server's permission system to restrict script access to whatever the user's allowances are. He links to <a href="http://blog.stuartherbert.com/php/2008/01/18/using-suphp-to-secure-a-shared-server/">this tutorial</a> for more information on setting it up.
</p>]]></description>
      <pubDate>Tue, 12 Aug 2008 09:31:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: Using suphp To Secure A Shared Server]]></title>
      <guid>http://www.phpdeveloper.org/news/9447</guid>
      <link>http://www.phpdeveloper.org/news/9447</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has <a href="http://blog.stuartherbert.com/php/2008/01/18/using-suphp-to-secure-a-shared-server/">posted about</a> a very helpful method server admins can use out there to not only help secure their server but possibly make their web hosting users more happy in the long run - using suphp on a shared server (security).
</p>
<blockquote>
The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. [...] This has created a gap that a number of third-party solutions have attempted to fill. One of the oldest of these is <a href="http://www.suphp.org/">suphp</a>, created by Sebastian Marsching. 
</blockquote>
<p>
He <a href="http://blog.stuartherbert.com/php/2008/01/18/using-suphp-to-secure-a-shared-server/">works through</a> the whole process - the installation (this is all on a Gentoo linux system), configuring for your Apache install, changing Apache to make it work with suphp and finally some benchmarks and parting comments concerning its use.
</p>]]></description>
      <pubDate>Fri, 18 Jan 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Nessa's Blog: Installing suPHP on cPanel]]></title>
      <guid>http://www.phpdeveloper.org/news/9188</guid>
      <link>http://www.phpdeveloper.org/news/9188</link>
      <description><![CDATA[<p>
On her blog today <i>Nessa</i> has <a href="http://www.v-nessa.net/2007/12/05/installing-suphp-on-cpanel">written up a tutorial</a> on getting SuPHP working along with cPanel on your system.
</p>
<blockquote>
I wrote this tutorial a while back and figured it would be good to post because suPHP is growing more popular as an alternative to phpSuExec. The instructions assume that you are on a Linux cPanel server and are familiar with how to install PHP, but do not want to use EasyApache's suPHP installer in WHM.
</blockquote>
<p>
It's a long process but a lot of it is just configuration changes and grabbing the right software. Every line of each of the config files you'll need to change is there ready to cut and paste into your files as well as the command line calls you'll need to make to configure/compile and move files to where they need to go.
</p>]]></description>
      <pubDate>Thu, 06 Dec 2007 12:06:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToForge.com: How To Set Up suPHP With PHP4 And PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/5560</guid>
      <link>http://www.phpdeveloper.org/news/5560</link>
      <description><![CDATA[<p>
On HowToForge.com today, there's a <a href="http://www.howtoforge.com/apache2_suphp_php4_php5">new tutorial</a> on getting suPHP to work with both PHP4 and PHP5 installations.
</p>
<quote>
<i>
This tutorial shows how to install and use suPHP with PHP4 and PHP5. suPHP is a tool for executing PHP scripts with the permissions of their owners instead of the Apache user. With the help of suPHP you can also have PHP4 and PHP5 installed at the same time which I will describe at the end of this article.
</i>
</quote>
<p>
<a href="http://www.howtoforge.com/apache2_suphp_php4_php5">The tutorial</a> steps you through the process - installation of apache (with apt-get), disabling the built-in PHP, installing apxs, installation of PHP4-CGI, and, finally suPHP. From there, it's all just configuration of the different packages up to a finished, working install.
</p>]]></description>
      <pubDate>Sun, 11 Jun 2006 14:16:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Gentoo Blog:  Reminder - You *Can* Run PHP4 And PHP5 On The Same Box At The Same Time]]></title>
      <guid>http://www.phpdeveloper.org/news/5219</guid>
      <link>http://www.phpdeveloper.org/news/5219</link>
      <description><![CDATA[<p>
<i>Stuart Hebert</i> of the Gentoo blog has posted <a href="http://blog.stuartherbert.com/gentoo.php/2006/04/21/reminder_you_can_run_php4_and_php5_on_th">this new item</a> as a reminder to all of those naysayers out there that didn't think it could be done that PHP4 and PHP5 can live together happily on the same box.
</p>
<quote>
<i>
<p>
Today has served as a timely reminder to me that not everyone understands that it's perfectly possible to have both PHP4 and PHP5 installed in Apache at the same time. A lot of folks just stop when they learn that you can't load mod_php4 and mod_php5 at the same time into Apache. There's no solution in the excellent PHP Manual that I could spot this afternoon (maybe I've just missed it?), and a lot of folks just don't get any further along than that.
</p>
</i>
</quote>
<p>
As an illustration of its possiblity, he points to <a href="http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml">this article</a> from <i>Andreas Korthaus</i> showing how it's done under various different types of installs (Apache/CGI, Aapche/suphp).
</p>]]></description>
      <pubDate>Fri, 21 Apr 2006 15:06:26 -0500</pubDate>
    </item>
  </channel>
</rss>
