sudo systemctl try-restart httpd24-httpd.service httpd24-htcacheclean.service
but httpd24 wont start and systemctl status -l httpd24-httpd.service says:
httpd-scl-wrapper[6913]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
httpd-scl-wrapper[6913]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Thanks for the update. Since I’m not seeing that port being set in the ood_portal.conf, and you mentioned apache is using port 80 elsewhere, it would help to know what else is using the port.
Could you run: grep -r 80 /opt/rh/httpd24/root/etc/httpd/conf.d/ | grep -v '#'
Mainly looking to see if there are any particular addresses binding to the port before a global bind, but also to make sure there isn’t some strange duplication going on.
Also, when you set the port initially, did you set the listen_addr_port: 8181 in ood_portal.yml as well?