Problems Accessing Applications Via a Custom Web Server

You might have trouble accessing applications through an Oracle HTTP Server or similar software.

If you installed Oracle HTTP Server or similar software on a node in your service instance, you might not be able to access this software using ports 80 or 443. The operating system on a node is typically configured to intercept and redirect incoming traffic on these ports to the WebLogic Server listen ports, such as ports 9073 and 9074. To view these network policies, run the iptables command as the root user:

sudo iptables --numeric -t nat -L

Use the -D option in iptables to delete the redirect policy that is causing your access issue.