Cross-platform Properties

You can configure cross-platform properties for Oracle HTTP Server instances such as config-file, command-line, and more.

The following table lists the cross-platform properties:

Property Description

config-file

The base filename of the initial Oracle HTTP Server configuration file.

config-file accepts any valid .conf file in the instance configuration directory.

Caution: The specified .conf file must include admin.conf in the same manner as the default httpd.conf.

Default: httpd.conf

command-line

Extra arguments to add to the httpd invocation.

command-line accepts any valid httpd command-line parameters.

Caution: These must not conflict with the usual start, stop, and restart parameters. Using -D and symbol is the expected use of this property.

Default: None

start-timeout

The maximum number of seconds to wait for Oracle HTTP Server to start and initialize.

start-timeout accepts any numeric value from 5 to 3600.

Default: 120

stop-timeout

The maximum number of seconds to wait for the Oracle HTTP Server to terminate.

stop-timeout accepts any numeric value from 5 to 3600.

Default: 60

restart-timeout

The maximum number of seconds to wait for the Oracle HTTP Server to restart.

restart-timeout accepts any numeric value from 5 to 3600.

Default: 180

ping-interval

The number of seconds from the completion of one health check ping to the Oracle HTTP Server until the start of the next. A value of 0 disables pings.

ping-interval accepts any numeric value from 0 to 3600.

Default: 30

ping-timeout

The maximum number of seconds to wait for an Oracle HTTP Server health check ping to complete.

ping-tmeout accepts any numeric value from 5 to 3600.

Default: 60

Example:

config-file = httpd.conf
command-line = -DSYMBOL
start-timeout = 120
stop-timeout = 60
restart-timeout = 180
ping-interval = 30
ping-timeout = 60