Missing fcgid.conf

I’m unable to find fcgid.conf file in /etc/apache2/mods-available/

Result of “sudo apt-get install libapache2-mod-fcgid”
libapache2-mod-fcgid is already the newest version (1:2.3.9-4)

Current system: Ubuntu 22.04 LTS. Request tracker 5.0.3. Apache 2.4.52

I figured it out
There was a bug with libapache2-mod-fcgid

I had to uninstall the module fcgid using this command:

sudo apt-get remove --auto-remove libapache2-mod-fastcgid

and purge the data with his:

sudo apt-get purge --auto-remove libapache2-mod-fastcgid

Lastly, reinstall using this command:

sudo apt-get install libapache2-mod-fastcgid