Fix for apache2.4 and mpm-itk Place this in /etc/apache2/conf-enabled/security.conf
<code> <IfModule mpm_itk_module> LimitUIDRange 0 6000 LimitGIDRange 0 6000 </IfModule>
and restart apache. </code>