Run Vhosts Under Separate UIDs/GIDs Apache2

To run vhosts under separate UIDs/GIDs in apache is very easy with mpm-itk.  This will help secure your sites on your shared server. First install apache2-mpm-itk apt-get install apache2-mpm-itk Next add a group and user groupadd web1 useradd -s /bin/false -d...