php-fpm and multi-user

MtK

Verified User
Joined
Aug 2, 2007
Messages
412
Hey,
I was just wondering how the php-fpm (i.e with NGINX) works for file permission for users?
(does each user get it's own process/es or pools, are they even ran on his behalf)
in other words how is it compared to the mod_ruid2 option...?

MtK
 
Last edited:
I guess this:
7. Where are PHP-FPM configuration files located?
/usr/local/php53(54/55)/etc/php-fpm.conf - it is the main php-fpm configuration file.
/usr/local/php53(54/55)/lib/php.ini - PHP configuration file for php-fpm.
/usr/local/directadmin/data/templates/php-fpm.conf - it is the template for /usr/local/directadmin/data/users/*/php/php-fpm53(54).conf file.
answers my question :)
 
PHP-FPM Directory change

Hey,

I want to change the document root of a user from default user home directory to some other. So I can enable this directive "UserDir Disabled". Otherwise it will detect as a vulnerability. Please suggest me any solution.

Regards
 
Back
Top