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
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
"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
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