Richard G
Verified User
At this moment we are using mod_php with mod_ruid2 and php 7.2 on the servers.
The idea is to start changing this to php-fpm with multiple php versions. And the question is if this is the correct way to do it, or if I am forgetting something or made an error somewhere.
I thought like this:
]code]cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build set php_ini yes
./build set php1_mode php-fpm
./build set php2_release 7.3
./build set php2_mode php-fpm
./build update
./build php n
./build rewrite_confs[/code]
I put the php_ini to yes, to be sure that php 7.3 also gets a php.ini, I presume this is necessary?
Is al the above correct, or do I need to do more or did I miss something or made an error?
The idea is to start changing this to php-fpm with multiple php versions. And the question is if this is the correct way to do it, or if I am forgetting something or made an error somewhere.
I thought like this:
]code]cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build set php_ini yes
./build set php1_mode php-fpm
./build set php2_release 7.3
./build set php2_mode php-fpm
./build update
./build php n
./build rewrite_confs[/code]
I put the php_ini to yes, to be sure that php 7.3 also gets a php.ini, I presume this is necessary?
Is al the above correct, or do I need to do more or did I miss something or made an error?