分类: 其他平台
2018-12-03 16:04:35
Oracle HTTP Server (OHS) 12c is the Web Server based on Apache HTTP Server 2.2.22 and includes modules developed specifically by Oracle.
Oracle HTTP Server 12c for UNIX Platforms (Linux,Solaris,etc...) supports and ships with two different Multi-Processing Modules (MPMs) as following.
- Worker
- Prefork
For Oracle HTTP Server 12c, the default MPM is "worker".
This document is intended to describe how to switch between the "prefork" MPM and the "worker" MPM in an Oracle HTTP Server 12c.
Switching to Prefork MPM:
1. Stop Oracle HTTP Server, the Admin Server (if using collocated OHS), and Node Manager
2. Edit $DOMAIN_HOME/config/fmwconfig/components/OHS/ohs1/ohs.plugins.nodemanager.properties file, and add the following line:
3. Save the ohs.plugins.nodemanager.properties file.
4. Start the AdminServer (if using collocated OHS), the Node Manager and Oracle HTTP Server.
Switching back to Worker MPM:
1, Follow the steps above but change to:
More information about Multi-Processing Modules (MPMs) and the ohs.plugins.nodemanager.properties file can be found in