Apache 2.2 and mpm-itk

nicknn

Verified User
Joined
Oct 4, 2006
Messages
31
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache 2 web server (which you've probably heard of :-) ). mpm-itk allows you to run each of your vhost under a separate uid and gid -- in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts.

http://mpm-itk.sesse.net/

Hello

Has anyone tested this already?

Is may solve many safe mode related problems (safe mode is not supported in php 6)

Can it become an option in customconfig?
 
Back
Top