Can/How do I setup Apache HTTP Server with ORDS in Standalone Mode
I can successfully run ORDS in Standalone Mode for 3 different PDBs on the same CDB on 3 different ports (HTTP: 8080,8081,8082). However, I need to run this in HTTPS using port 443. I tried running a ORDS with 443 but it generated an error stating: “Failed to bind to 0.0.0.0/0.0.0.0:443”. I read that is a root port and cannot be used but should use port 8443.
My next option is to run Apache HTTP Server for a proxy. I've done this before in the past but with Tomcat in the middle. (Apache -> Tomcat(7) -> ORDS(3) -> APEX(5) -> database (12.2))
My question is: can and how to setup Apache to work with ORDS and not use Tomcat. (Apache (2.4) -> ORDS(21.4.3) -> APEX(22.1) -> database(19c multitenant)?