<?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: Using mpm-itk To Secure A Shared Server</title>
	<atom:link href="http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/</link>
	<description>Stuart Herbert's PHP Blog - Architecture, Code, and Hosting</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:56:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tech.webportfolio.hu &#187; Installing apache2-mpm-itk on a Virtualmin based Ubuntu 8.04</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-68747</link>
		<dc:creator>tech.webportfolio.hu &#187; Installing apache2-mpm-itk on a Virtualmin based Ubuntu 8.04</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-68747</guid>
		<description>[...] So, I started to look for a solution, and luckily, I came across with Stuart Herbertâ€™s Blog, and with the post of apache mpm-itk. [...]</description>
		<content:encoded><![CDATA[<p>[...] So, I started to look for a solution, and luckily, I came across with Stuart Herbertâ€™s Blog, and with the post of apache mpm-itk. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Williams</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-65861</link>
		<dc:creator>Lawrence Williams</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-65861</guid>
		<description>Got mpm-itk working with Apache 2.2.14 on cPanel using the &quot;series&quot; of patches, not the monolithic one.

Everything works well, but just a quick warning: eAccelerator doesn&#039;t work properly and will eat through gigs of RAM in a mere few minutes (not a problem when prefork is in use).

Haven&#039;t tried xcache or APC yet.</description>
		<content:encoded><![CDATA[<p>Got mpm-itk working with Apache 2.2.14 on cPanel using the &#8220;series&#8221; of patches, not the monolithic one.</p>
<p>Everything works well, but just a quick warning: eAccelerator doesn&#8217;t work properly and will eat through gigs of RAM in a mere few minutes (not a problem when prefork is in use).</p>
<p>Haven&#8217;t tried xcache or APC yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache ITK mit mod_php und eingener php.ini &#171; Benjamin Börngen-Schmidt</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-62937</link>
		<dc:creator>Apache ITK mit mod_php und eingener php.ini &#171; Benjamin Börngen-Schmidt</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-62937</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] Prozess, unter diesem Benutzer ausgeführt. Einen schönen einführenden Artikel zu Apache ITK hat Stuart Herbert in seinem Blog geschrieben. AssignUserID user [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-62365</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-62365</guid>
		<description>This is a great blog! After several pages I&#039;m trying to combine mpm-itk with mod-fcgid on Ubuntu (Hardy). The reason is that I would like to use mpm-itk combined the ability to use per-user php.ini files. Unfortunately I&#039;m out of luck, as soon as I use AssignUserId I get these errors in Apache&#039;s error log:

[emerg] (13)Permission denied: mod_fcgid: can&#039;t get lock, pid: 9319

Is it possible at all to combine mpm-itk with mod-fcgid? Or is there a better way to use per-user (per VirtualHost) php.ini files together with mpm-itk?

Right now I&#039;m using suPHP but when the server is busy this just eats my CPU.</description>
		<content:encoded><![CDATA[<p>This is a great blog! After several pages I&#8217;m trying to combine mpm-itk with mod-fcgid on Ubuntu (Hardy). The reason is that I would like to use mpm-itk combined the ability to use per-user php.ini files. Unfortunately I&#8217;m out of luck, as soon as I use AssignUserId I get these errors in Apache&#8217;s error log:</p>
<p>[emerg] (13)Permission denied: mod_fcgid: can&#8217;t get lock, pid: 9319</p>
<p>Is it possible at all to combine mpm-itk with mod-fcgid? Or is there a better way to use per-user (per VirtualHost) php.ini files together with mpm-itk?</p>
<p>Right now I&#8217;m using suPHP but when the server is busy this just eats my CPU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.Schuster</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-61771</link>
		<dc:creator>G.Schuster</dc:creator>
		<pubDate>Fri, 17 Jul 2009 01:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-61771</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[quote]As a result, your code is free to take advantage of any Apache features that aren’t available to PHP/CGI, such as HTTP authentication support.[/quote]<br />
Well, there are ways to, at least, support HTTP auth within PHP with a little trick &#8211; Apaches RewriteMap is the key.<br />
For a detailled explanation (sorry, available in German only) see the following forum topic: <a href="http://forum.webhostlist.de/forum/webserver-software-linux-unix-etc/102327-howto-php_auth_user-_pw-fuer-php-cgi.html" rel="nofollow">http://forum.webhostlist.de/forum/webserver-software-linux-unix-etc/102327-howto-php_auth_user-_pw-fuer-php-cgi.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04 &#124; All Free For You</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-61124</link>
		<dc:creator>Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04 &#124; All Free For You</dc:creator>
		<pubDate>Tue, 30 Jun 2009 00:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-61124</guid>
		<description>[...] For speed considerations, take a look at http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/. [...]</description>
		<content:encoded><![CDATA[<p>[...] For speed considerations, take a look at <a href="http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/" rel="nofollow">http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuji</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-61002</link>
		<dc:creator>Fuji</dc:creator>
		<pubDate>Sat, 27 Jun 2009 00:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-61002</guid>
		<description>Awesome group of articles Stuart. Had a couple of questions that I would love your input on

1) mpm-itk should be compatible with opcode cachers like APC right?

2) Have you tried php-fpm? From what I have read looks like it offers the same ability as suphp and doesnt take the performance hit (not sure if its faster than mpm-itk)</description>
		<content:encoded><![CDATA[<p>Awesome group of articles Stuart. Had a couple of questions that I would love your input on</p>
<p>1) mpm-itk should be compatible with opcode cachers like APC right?</p>
<p>2) Have you tried php-fpm? From what I have read looks like it offers the same ability as suphp and doesnt take the performance hit (not sure if its faster than mpm-itk)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Herbert</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-60842</link>
		<dc:creator>Stuart Herbert</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-60842</guid>
		<description>@ant: anything that relies on the user &#039;nobody&#039; is fundamentally broken.  &#039;nobody&#039; is the user that the root user gets mapped to in more secure NFS environments.

You shouldn&#039;t put sessions in /tmp, but if /tmp is setup correctly, there should be no reason why mpm-itk can&#039;t access sessions stored in there.</description>
		<content:encoded><![CDATA[<p>@ant: anything that relies on the user &#8216;nobody&#8217; is fundamentally broken.  &#8216;nobody&#8217; is the user that the root user gets mapped to in more secure NFS environments.</p>
<p>You shouldn&#8217;t put sessions in /tmp, but if /tmp is setup correctly, there should be no reason why mpm-itk can&#8217;t access sessions stored in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-60836</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Tue, 23 Jun 2009 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-60836</guid>
		<description>Not so much a good solution for Cpanel. I gave it a shot. Worked great till i went to login cpanel. Returned internal server error 500. becaue the user cpanel logs in as nobody and the user isn&#039;t allowed. 

Also saw that no one could access the /tmp folder using sessions :(</description>
		<content:encoded><![CDATA[<p>Not so much a good solution for Cpanel. I gave it a shot. Worked great till i went to login cpanel. Returned internal server error 500. becaue the user cpanel logs in as nobody and the user isn&#8217;t allowed. </p>
<p>Also saw that no one could access the /tmp folder using sessions <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Herbert</title>
		<link>http://blog.stuartherbert.com/php/2008/04/19/using-mpm-itk-to-secure-a-shared-server/comment-page-1/#comment-59721</link>
		<dc:creator>Stuart Herbert</dc:creator>
		<pubDate>Wed, 20 May 2009 08:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/?p=36#comment-59721</guid>
		<description>@devrim I don&#039;t think mpm-itk is the right solution for your problem.  mpm-itk can control the Linux user that Apache runs as, but it can&#039;t help you manage users within your PHP application.</description>
		<content:encoded><![CDATA[<p>@devrim I don&#8217;t think mpm-itk is the right solution for your problem.  mpm-itk can control the Linux user that Apache runs as, but it can&#8217;t help you manage users within your PHP application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
