Hello,
Because i am in a panic, please excuse my short explanation and haste behavior.
I run this command "dnf install httpd httpd-devel -y" so i can install Maxmind in order to use redirects based on the country of the visitor to my website.
After that command the apache could not start because it was trying to use port 80 which was already being used by nginx.
Long story short, after trying many changes in /usr/local/apache i realized that the httpd.conf that was used was inside /etc/httpd probably from the new installation.
I tried recompiling Apache, nothing.
I tried dnf history undo/rollback, nothing.
I tried reinstall cwp-httpd, nothing.
After changed port to /etc/httpd/httpd.conf, Apache started but was looking inside its own folders which were blank obvioysly!
Do you have any ideas how can i make it work as it used to?
Any help would be greatly appreciated.
Thank you.