You can configure properties for Oracle HTTP Server instances running on Linux or other UNIX like systems. These properties include restart-mode
, stop-mode
, and more.
Property | Description |
---|---|
|
Determines whether to use graceful or hard restart for the Oracle HTTP Server when configuration changes are activated.
Default: graceful |
|
Determines whether to use a graceful or hard stop when stopping Oracle HTTP Server.
Default: stop |
|
Determines whether to use the prefork, worker, or event MPM for Oracle HTTP Server.
Default: |
allow- |
Determines whether ulimit should be set to allow core files to be written for Oracle HTTP Server crashes.
Default: no |
Example
restart-mode = graceful stop-mode = stop mpm = worker allow-corefiles = no