F Configuration Files
Oracle HTTP Server contains configuration files that specify several properties, such as the top-level web server configuration, listen ports, the administration port, the SSL configuration, the plug-ins, keystores, log files, and more.
File | Format | Description |
---|---|---|
httpd.conf |
Apache HTTP Server .conf file format |
Top-level web server configuration file Primary feature configured: Various, including non-SSL listening socket |
ssl.conf |
Apache HTTP Server .conf file format |
Web server configuration file for SSL Primary feature configured: mod_ossl |
admin.conf |
Apache HTTP Server .conf file format |
Web server configuration file for administration port. Only the listen port and local address are intended for customer configuration. Primary feature configured: mod_dms; administration port used for communication with Node Manager |
mod_wl_ohs.conf |
Apache HTTP Server .conf file format |
Web server configuration file for WebLogic plugin Primary feature configured: WebLogic plugin (mod_wl_ohs) |
mime.types |
mod_mime file format |
Web server configuration file for mod_mime Primary feature configured: Mime types used by mod_mime |
ohs.plugins.nodemanager.properties |
Java property file format |
Configuration file for Oracle HTTP Server Node Manager plug-ins Primary feature configured: Oracle HTTP Server plug-ins |
magic |
mod_mime_magic file format |
Optional, disabled web server configuration file for mod_mime_magic Primary feature configured: File content patterns used by mod_mime_magic |
keystores/<wallet-directory> |
Oracle wallet format |
Oracle wallet Primary feature configured: Oracle wallets for SSL/TLS communication |
auditconfig.xml |
FMW audit framework audit configuration XML format |
Configuration of Oracle HTTP Server auditing and logging Primary feature configured:FMW audit framework auditing of Oracle HTTP Server operations |
component-logs.xml |
FMW log file configuration XML format |
Configuration of Oracle HTTP Server log files for log collection Primary feature configured: Log collection |
component_events.xml |
FMW audit framework component event XML format |
Static configuration of Oracle HTTP Server audit event definitions Primary feature configured: FMW audit framework |
For additional information, see the following documentation:
-
Apache HTTP Server .conf file format:
http://httpd.apache.org/docs/2.4/configuring.html
-
mod_mime file format:
http://httpd.apache.org/docs/2.4/mod/mod_mime.html
-
mod_mime_magic file format:
http://httpd.apache.org/docs/2.2/mod/mod_mime_magic.html