5.3 Change httpd.conf file

This topic explains systematic instructions to change the httpd.conf file.

This is a server configuration file that typically contains directives that affect how the server runs, such as user and group IDs it should use, and the location of other files. Cross-check the existence of mod_wl_ohs.conf include in the httpd.conf file.
  1. Cross-check the existence of mod_wl_ohs.conf include in httpd.conf file.
    The httpd.conf file is present under location ${ORACLE_INSTANCE}/config/OHS/{COMPONENT_NAME}/httpd.conf.
  2. In this file, cross check for the entry include ${ORACLE_INSTANCE}/config/OHS/${COMPONENT_NAME}/mod_wl_ohs.conf.
  3. If above include entry is not present, then add the ${ORACLE_INSTANCE}/config/OHS/${COMPONENT_NAME}/mod_wl_ohs.conf in httpd.conf file.