A default install of DA on CentOS 8 (./setup.sh auto) results in apache httpd 2.4(.41) with php 7.2(.24) as mod_php/mpm_prefork with mod_ruid2 enabled.
mod_ruid2 is causing all httpd worker threads to abort, even on static files such as the default static "it's working" pages.
mod_ruid2 compiles with no errors, but causes thread aborts both in mod_php and php-fpm. I understand mod_ruid2 may not recommended on php-fpm, but the default of mod_php I would expect it to work without issue, and it should still at least work with php-fpm (appears to on CentOS 7) even if not recommended.
Currently disabling mod_ruid2 results in working behavior.
mod_ruid2 is causing all httpd worker threads to abort, even on static files such as the default static "it's working" pages.
mod_ruid2 compiles with no errors, but causes thread aborts both in mod_php and php-fpm. I understand mod_ruid2 may not recommended on php-fpm, but the default of mod_php I would expect it to work without issue, and it should still at least work with php-fpm (appears to on CentOS 7) even if not recommended.
Currently disabling mod_ruid2 results in working behavior.