Directive | Type | Modification Scope | Description |
---|---|---|---|
zend_sc.enable | boolean | PHP_INI_SYSTEM | Enables the Session Clustering |
zend_sc.scd_port | integer | PHP_INI_SYSTEM | the port the sc daemon is listening to |
zend_sc.use_unix_sockets | boolean | PHP_INI_SYSTEM | Communication with mod cluster: 0 TCP, 1 Unix socket |
zend_sc.unix_socket_filename | string | PHP_INI_SYSTEM | unix socket filename to communicate with daemon |
zend_sc.lock_timeout | integer | PHP_INI_SYSTEM | used when retrying to access locked sessions |
zend_sc.log_rotation_size | integer | PHP_INI_SYSTEM | size of log before it's rotated |
zend_sc.log_verbosity_level | integer | PHP_INI_SYSTEM | The log verbosity level [0-5] |
Enables the Session Clustering
Type: boolean
Default Value: 0
Available since version 4.0
the port the sc daemon is listening to
Type: integer
Default Value: 10062
Available since version 4.0
Communication with mod cluster: 0 TCP, 1 Unix socket
Type: boolean
Default Value: 1
Available since version 4.0
unix socket filename to communicate with daemon
Type: string
Default Value: scd.sock
Available since version 4.0
used when retrying to access locked sessions
Type: integer
Units: seconds
Default Value: 1
Available since version 4.0