2015-08-11 17:22 GMT+02:00 Rose, John B
<jbrose@xxxxxxx>:
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.
PHP-FPM, a FastCGI server with more extensive configuration.
Thanks for your time
Hello,
You should just use php-fpm, it allows you to define different "pools" with their own setup, including user and ip:port/unix socket, and it's the way php is supposed to be "processed" nowadays, by its own daemon.
php-fpm is also ideal because it rids the burden of php from apache HTTPD, while this one can use the most performant mpm (event) to deal with its own work.