Current time: 11-15-2024, 04:57 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] HowTo ispCP with mod-php5 & mpm-itk
Author Message
grungy Offline
Junior Member
*

Posts: 190
Joined: Dec 2006
Reputation: 6
Post: #1
[HowTo] HowTo ispCP with mod-php5 & mpm-itk
The Apache 2 ITK MPM HOMEPAGE - http://mpm-itk.sesse.net/

Mpm-itk allows you to run each of your vhost under a separate uid and gid with MOD-PHP5!

Code:
apt-get install apache2-mpm-itk
- this will replace your current apache installation.

Edit dmn_entry template:

Code:
nano /etc/ispcp/apache/parts/dmn_entry.tpl

After suexec_module around line 6 add:

Code:
<IfModule mpm_itk_module>
      AssignUserId {SUEXEC_USER} {SUEXEC_GROUP}
</IfModule>


I run it for a month without problems on Debian Etch
(This post was last modified: 11-25-2008 03:08 AM by BeNe.)
06-17-2008 06:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[HowTo] HowTo ispCP with mod-php5 & mpm-itk - grungy - 06-17-2008 06:13 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)