I recently created a new RHEL9.2 server that runs Apache 2.4.53. Running mod_mpm_event.so, and PHP-FPM.
After the WebAgent was installed, I cannot get the SiteMinder to pass its variables to the php-fpm process via the built in php function 'apache_request_headers'. I've also configured the php-fpm option 'clear_env' = 'no'.
If I switch Apache to use mod_mpm_prefork.so, then I can see all the SM variables correctly.
Is there any way to get SiteMinder to pass the variables correctly when using the mod_mpm_event.so MPM?