My Oracle Support Banner

How To Configure Apache In R11i (9iAS) to Listen on a Restricted Port Such as 80 or 443 (Doc ID 356080.1)

Last updated on FEBRUARY 01, 2022

Applies to:

Oracle Application Object Library - Version 11.5.10.0 to 11.5.10.2 [Release 11.5]
Oracle E-Business Suite Technology Stack - Version 11.5.10.0 to 11.5.10.2 [Release 11.5 to 11.5.10]
Information in this document applies to any platform.
 

Goal

The goal presented herein is to describe how to configure the EBS Release 11i apache web listener (9iAS) to run using the standard http/https ports. Many websites prefer to use the default port of 80 for HTTP connections and the default port of 443 for HTTPS connections. The use of these default ports presents a more visually appealing URL to the users since the default port number need not be specified by the user. For example, users can simply specify http://somecompany.com instead of the more cumbersome http://somecompany.com:80 (or some more cryptic port number) when accessing the instance.

The preferred method for having a web entry point using the default port is to implement a reverse proxy server or other gatekeeper and then have the underlying web tiers run on nonrestricted ports as the applmgr user. This offloads the SSL connection overhead to a non-EBS server and also bypasses the need for any EBS process to run as the root user.

Recommended notes for implementing a reverse proxy or load balancer are:

<Note:306653.1>-Installing and Configuring Web Cache 10.1.2 and Oracle E-Business Suite 11i
<Note:287176.1>-DMZ Configuration with Oracle E-Business Suite 11i
<Note:217368.1>-Advanced Configurations and Topologies for Enterprise Deployments of E-Business Suite 11i

The procedure for running 9iAS using the default ports without a reverse proxy follows.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.