What is safe way to change httpd.conf in directadmin

Also, for your information, you can't use mod_ruid2 with multiple php versions or in combination with php-fpm.
So it might be best to change to php-fpm mode, this way you can use multiple php versions and also http2.
 
I am using multiple php version and mod_ruid2 is installed and working. php1_mode is mod_php and rest is php-fpm
 
You can't. @smtalk always told me you can't use mod_ruid2 in a multi-php setup because it would cause strange things or issues. Otherwise I would have used it too.
So I'm vary curious about what he has to say about this.
 
I have checked in multi php mod_ruid2 is installed but I do not know whether its working or not how do I verify its working
 
You could use theh command which shows all loaded modules
Code:
apachectl -t -D DUMP_MODULES
if mod_ruid2 is loaded it should show "ruid2_module (shared)", on my server it was somewhere on the bottom of that list.

It seems possible to run them next to each other, but also looks it could give trouble as I've read in this post:
which says wrong php version used is displayed for example.
 
Back
Top