**********************************************************************************
* Description: Config Apache mod_wl_ohs module for Oracle WebLogic server proxing
* Date: 12:22 PM EST, 01/02/2020
**********************************************************************************
<1> Apache HTTP Server is configured by placing directives in plain text configuration files:
|
|__ o. The main configuration file is usually called httpd.conf.
|
|__ o. The location of this OHS config file for Oracle Fusion Middleware 12c is in $DOMAIN_HOME/config/fmwconfig/components/OHS/instance/ohs_snflwr.
|
|__ o. User could include any Apache modules within httpd.conf under directory $ORACLE_HOME/ohs/modules to active the module, such as following:
>> include "mod_wl_ohs.conf"
<2> Module "mod_wl_ohs.conf" and "mod_weblogic":
|
|__ o. mod_wl_ohs: is a module in Oracle HTTP Server[OHS], which allows requests to be proxied from Oracle HTTP Server (OHS) to Oracle WebLogic Server.
|
|__ o. mod_weblogic: is part of Apache HTTP Server and allows requests to be proxied from Apache HTTP Server to Oracle WebLogic Server.
Your Comments