Richard G
Verified User
For one of our servers we're thinking about going backup from php-fpm to mod_php with mod_ruid2.
I was thinking about doing it like this:
Would this be indeed the proper way or am I forgetting something or using a wrong order anywhere?
I was thinking about doing it like this:
Code:
cd /usr/local/directadmin/custombuild
./build set php1_mode mod_php
./build set php2_release no
./build set mod_ruid2 yes
./build update
./build php n
./build mod_ruid2
./build apache
./build rewrite_confs
Would this be indeed the proper way or am I forgetting something or using a wrong order anywhere?
Last edited: