D Configuration Files

The default Oracle HTTP Server configuration contains the files described in the following sections:

For more information about the configuration files, see Section 1.6, "Understanding Configuration Files"

D.1 httpd.conf

Description Top-level web server configuration file
Format Apache HTTP Server .conf file format
Primary feature configured Various, including non-SSL listening socket

D.2 ssl.conf

Description Web server configuration file for SSL
Format Apache HTTP Server .conf file format
Primary feature configured mod_ossl

D.3 admin.conf

Description Web server configuration file for administration port
Format Apache HTTP Server .conf file format
Primary feature configured mod_dms; administration port used for communication with node manager

Note:

Only the listen port and local address are intended for customer configuration.

D.4 mod_wl_ohs.conf

Description Web server configuration file for WebLogic plugin
Format Apache HTTP Server .conf file format
Primary feature configured WebLogic plugin (mod_wl_ohs)

D.5 moduleconf/*.conf

Description Optional, enabled web server configuration files for specific features, such as mod_plsql
Format Apache HTTP Server .conf file format
Primary feature configured default: mod_plsql

Note:

To disable .conf move it from moduleconf/ to disabled/.

D.6 disabled/*.conf

Description Optional, disabled web server configuration files for specific features, such as mod_plsql
Format Apache HTTP Server .conf file format
Primary feature configured default: mod_perl, mod_fastcgi (if .conf file is moved to moduleconf/)

Note:

To enable a .conf file in the disabled directory, move it from moduleconf/ to disabled/.

D.7 mime.types

Description Web server configuration file for mod_mime
Format mod_mime file format
Primary feature configured Mime types used by mod_mime

D.8 ohs.plugins.nodemanager.properties

Description Configuration file for Oracle HTTP Server node manager plug-ins
Format Java property file format
Primary feature configured Oracle HTTP Server plug-ins

D.9 magic

Description Optional, disabled web server configuration file for mod_mime_magic
Format mod_mime_magic file format
Primary feature configured File content patterns used by mod_mime_magic

D.10 keystores/<wallet-directory>

Name example: keystores/default

Description Oracle wallet
Format Oracle wallet format
Primary feature configured Oracle wallets for SSL/TLS communication

D.11 auditconfig.xml

Description Configuration of OHS auditing and logging
Format FMW audit framework audit configuration XML format
Primary feature configured FMW audit framework auditing of Oracle HTTP Server operations

D.12 component-logs.xml

Description Configuration of OHS log files for log collection
Format FMW log file configuration XML format
Primary feature configured Log collection

D.13 component_events.xml

Description Static configuration of OHS audit event definitions
Format FMW audit framework component event XML format
Primary feature configured FMW audit framework

Note:

This configuration file is not intended for modification by customers.

D.14 Additional Reference

For additional information, see the following documentation: