Downgrade httpd

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

The el9_5 did rebase httpd: Chapter 4. New features | Red Hat Product Documentation

Since Alma 9.5 never had httpd-2.4.57, it is not in the repo.
Alma-9.4 had httpd-2.4.57. Its repo contents have been moved into vault.


The appropriate thing to do is to solve the issue with current version.