Comparing the old servers to the new one, the old servers running apache 2.2.22 have multiple apache processes running as root, the rest as UIDs of the users they're accessing. The new server running apache 2.4.7 only has 1 apache process running as root, the rest as the www-data user. Does this sound right? The old servers are configured to run as www-data even though no processes are actually running as that. If I change the config in the new server to set User as root it won't start stating I need to recompile with '-DBIG_SECURITY_HOLE'