Solved From php-fpm back to mod_php with mod-ruid2

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,963
Location
Maastricht
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:
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:
Thank you, but that is already at auto at the moment.
However, due to your comment I've remembered that I have to disable http2 support in directadmin.conf because that is not supported with mod_php with mod_ruid2.
 
Back
Top