Zend Server Daemon - Configuration Directives

This topic lists all the configuration directives for Zend Server Daemon.

Configuration Directives Summary

The table below is a summary of all the Zend Server Daemon configuration directives, and displays the directive name, its default value, and a description:

Directive

Default Value

Description

zend_server_daemon.log_verbosity_level

2

The Log's verbosity level

zend_server_daemon.log_rotation_size

10

The maximum size of the log file before it is rotated

zend_server_daemon.global_directives_ini_file

GLOBAL_DIRECTIVES_INI_FILE

Global Directives ini File

zend_server_daemon.scan_dirs

ZEND_PREFIX/etc/cfg / ZEND_PREFIX/etc/conf.d

Semi colon list of directories containing the Zend Server INI files

zend_server_daemon.exclude_directives

Semi colon list of directives that will be excluded from the blueprint

zend_server_daemon.cluster_node_id

Stores the last node id for this node when in single server mode

zend_server_daemon.node_ip

Stores the current node's external IP address

zend_server_daemon.blueprint_check_interval

30

Set the blueprint check interval, in seconds

zend_server_daemon.tasks_check_interval

1

Set the tasks polling interval, in seconds

zend_server_daemon.keep_alive_interval

1

Sets the interval between reporting of the 'I am alive' record. in seconds

zend_server_daemon.restart_strategy

1

The Zend Server Cluster restart strategy. 0 means restart N servers at a time, 1 means restart N% servers at a time

zend_server_daemon.restart_strategy_value

33

The number / % of Zend Servers to restart at a time

zend_server_daemon.obtain_cluster_lock_retries

20

zend_server_daemon.seconds_to_wait_for_sc_graceful_shutdown

300

Seconds to wait until session clustering completed its graceful shutdown

zend_server_daemon.webserver_config_file

WEBSEVER_CONFIG_FILE

Contains the path to the webserver configuration file (e.g. /etc/apache2/apache2.conf)

zend_server_daemon.webserver.apache.ctl

APACHE_CTL_PATH

Apache Web server control.

zend_server_daemon.webserver.error_reporting_level

errors

Error reporting level on the web server configuration problems

Configuration Directives Details

The list below contains information for all the available configuration directives for Zend Server Daemon: their description, type, units, default value, modification scope, and the Zend Server version they became available in.

zend_server_daemon.log_verbosity_level

The Log's verbosity level

Default Value: 2

Type: int

Available Since Version: 6.0

zend_server_daemon.log_rotation_size

The maximum size of the log file before it is rotated

Default Value: 10

Units: MBytes

Type: int

Available Since Version: 6.0

zend_server_daemon.global_directives_ini_file

The .ini file that contains the global directives, as defined in ZendGlobalDirectiveDD.xml

Default Value: GLOBAL_DIRECTIVES_INI_FILE

Type: string

Available Since Version: 6.0

zend_server_daemon.scan_dirs

Semi colon list of directories containing the Zend Server INI files

Default Value:

  • Windows: ZEND_PREFIX/etc/cfg
  • Linux, Mac OS X, IBMi: ZEND_PREFIX/etc/conf.d

Type: string

Available Since Version: 6.0

zend_server_daemon.exclude_directives

Semi colon list of directives that will be excluded from the blueprint

Default Value:

Type: string

Available Since Version: 6.2

zend_server_daemon.cluster_node_id

Stores the last node id for this node when in single server mode

Default Value:

Type: string

Available Since Version: 6.0

zend_server_daemon.node_ip

Stores the current node's external IP address

Default Value:

Type: string

Available Since Version: 6.0

zend_server_daemon.blueprint_check_interval

Set the blueprint check interval, in seconds

Default Value: 30

Type: int

Available Since Version: 6.0

zend_server_daemon.tasks_check_interval

Set the tasks polling interval, in seconds

Default Value: 1

Type: int

Available Since Version: 6.0

zend_server_daemon.keep_alive_interval

Sets the interval between reporting of the 'I am alive' record. in seconds

Default Value: 1

Type: int

Available Since Version: 6.1

zend_server_daemon.restart_strategy

The Zend Server Cluster restart strategy. 0 means restart N servers at a time, 1 means restart N% servers at a time

Default Value: 1

Type: int

Available Since Version: 6.0

zend_server_daemon.restart_strategy_value

The number / % of Zend Servers to restart at a time

Default Value: 33

Type: int

Available Since Version: 6.0

zend_server_daemon.obtain_cluster_lock_retries

Default Value: 20

Type: int

Available Since Version: 6.0

zend_server_daemon.seconds_to_wait_for_sc_graceful_shutdown

Seconds to wait until session clustering completed its graceful shutdown

Default Value: 300

Type: int

Available Since Version: 6.0

zend_server_daemon.webserver_config_file

Contains the path to the webserver configuration file (e.g. /etc/apache2/apache2.conf)

Default Value: WEBSEVER_CONFIG_FILE

Type: string

Available Since Version: 6.2

zend_server_daemon.webserver.apache.ctl

Apache Web server control (service name in Windows, apache ctrl in Unix).

Default Value: APACHE_CTL_PATH

Type: string

Available Since Version: 6.2

zend_server_daemon.webserver.error_reporting_level

Error reporting level on the web server configuration problems

Default Value: errors

Type: string

Available Since Version: 6.2