Installed a fresh AlmaLinux 9.5. For some reason, I need to downgrade httpd from 2.4.62 to 2.4.57.
dnf downgrade httpd
gives this reply:
Package httpd of lowest version already installed, cannot downgrade it.
One of my software is not working with 2.4.62 but works with 2.4.57 on some other AlmaLinux 9.4. It seems there is problem with LoadModule mpm_event_module modules/mod_mpm_event.so
of Apache.
I would appreciate any help.
Thank you