August
3
MPM ITK Apache setuid() and setgid() restrictions
add the following code to your /etc/apache2/conf.d/includes/pre_virtualhost_global.conf
file.
<ifmodule mpm_itk.c>
LimitUIDRange 0 2000
LimitGIDRange 0 2000
</ifmodule>