:Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04 Jun 12, 2009, 07 :32 UTC (0 Talkback[s]) (3285 reads) (Other stories by Falko Timme)
" 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. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user."