Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-13 Thread Rich Bowen
On 08/12/2015 01:06 PM, Rose, John B wrote: So my question is, while using prefork and php-fpm isn't ideally efficient, it isn't a problem if we use prefork and php-fpm. That won't break anything? No, it won't *break* anything. Just that prefork is significantly less efficient than the alter

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-12 Thread Rose, John B
So if we are using 2.2 Apache then we could move to "worker" mpm with php-fpm. At the moment we wanted to fix this Wordpress/change owner issue quickly. To users wanting to use point and click tools to load images, themes and plugins etc in Wordpress and concerned about file ownership it is a nec

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-12 Thread Rich Bowen
On 08/11/2015 12:43 PM, Rose, John B wrote: We are using Apache 2.2, so we are using prefork. So no problems using PHp-fpm and prefork on Apache 2.2? php-fpm is a separate service from apache httpd. Requests are proxied from Apache httpd to php-fpm. So while it doesn't matter which MPM you

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-12 Thread Daniel
Why would you use prefork if php is processed by something else? Why still force httpd to use a non-threaded model? 2015-08-11 18:43 GMT+02:00 Rose, John B : > We are using Apache 2.2, so we are using prefork. > > So no problems using PHp-fpm and prefork on Apache 2.2? > > Sent from my iPad > > O

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
We are using Apache 2.2, so we are using prefork. So no problems using PHp-fpm and prefork on Apache 2.2? Sent from my iPad On Aug 11, 2015, at 11:36 AM, Daniel mailto:dferra...@gmail.com>> wrote: 2015-08-11 17:22 GMT+02:00 Rose, John B mailto:jbr...@utk.edu>>: Any recommendations on the bes

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
So using php-fpm negates any need to use suexec, correct? Sent from my iPad > On Aug 11, 2015, at 12:31 PM, Rich Bowen wrote: > > > >> On 08/11/2015 11:22 AM, Rose, John B wrote: >> Any recommendations on the best method to accomplish individual users >> Wordpress installations maintaining th

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rich Bowen
On 08/11/2015 11:22 AM, Rose, John B wrote: 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 thei

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Daniel
2015-08-11 17:22 GMT+02:00 Rose, John B : > 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

[users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
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 sit