I am trying to install different applications (odoo, apache) on oracle instance, Apache is working perfectly on port 80, while odoo is not working neither on the default port (8069) nor on other ports (tried port 80 after stopping apache service)
I have opened both ports in the Ingress rules in oracle, and flushed all rules on iptable (iptable -F)
I always made sure that the services for the applications has started and active when tested.