Page 1 of 1

how to change php-fpm user and group on centos 7

PostPosted: 17. September 2020 02:34
by lucy_
I'm run ps -aux |grep php-fpm

root 25044 0.0 0.0 112812 972 pts/1 R+ 09:33 0:00 grep --color=auto php-fpm

php-fpm is run for root ?

it's security?

how to chanage

if you know ,place tell me,thanks

Re: how to change php-fpm user and group on centos 7

PostPosted: 17. September 2020 16:56
by Nobbie
lucy_ wrote:root 25044 0.0 0.0 112812 972 pts/1 R+ 09:33 0:00 grep --color=auto php-fpm

php-fpm is run for root ?


No. What you see, is still the "grep" command. Actually there is no process "php-fpm" running.