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] AW: Rewrite, .php files and PHP-FPM

2015-08-12 Thread Daniel
"If we go to index2.php, we get "index2.php" which indicates the mod_rewrite is not working on php request." Not only it IS working, it is working as intended. If you don't add the R flag you are doing an "internal" redirection. http://httpd.apache.org/docs/current/rewrite/flags.html#flag_r By

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