Any recommendations on the best method to accomplish individual users Wordpress installations maintaining their owner:group instead of changing to the owner:group of the Apache process?
Not a Wordpress multi-user installation. Each user installs their own Wordpress. Looking at the Wordpress site ... https://codex.wordpress.org/Changing_File_Permissions Any pros/cons regarding these Apache modules? * suPHP<http://www.suphp.org/Home.html>, runs through php-cgi, currently unmaintained since 2013. * mod_ruid2<https://github.com/mind04/mod-ruid2>, apache module, simple but effective. * mpm-itk<http://mpm-itk.sesse.net/>, apache module. * PHP-FPM<http://php-fpm.org/>, a FastCGI server with more extensive configuration. Thanks for your time