Download Zend Server Cluster Manager Reference Manual

Transcript
API Reference
Zend Debugger - Configuration
Directives
Configuration Directives Summary
Directive
Type
zend_debugger.allow_hosts
string
zend_debugger.deny_hosts
string
zend_debugger.allow_tunnel
string
zend_debugger.max_msg_size
integer
zend_debugger.httpd_uid
integer
zend_debugger.tunnel_min_port
integer
zend_debugger.tunnel_max_port
integer
zend_debugger.expose_remotely
integer
Modification
Scope
Description
Specifies the hosts that are
allowed to connect
(hostmask list) with Zend
PHP_INI_SYSTEM
Debugger when running a
remote debug session with
Zend Studio
Specifies the hosts that are
not allowed to connect
(hostmask list) with the Zend
PHP_INI_SYSTEM
Debugger when running a
remote debug session with
Zend Studio
A list of hosts (hostmask list)
that can use the machine on
which Zend Server is
installed to create a
PHP_INI_SYSTEM communication tunnel for
remote debgging with Zend
Studio. This is done to solve
firewall connectivity
limitations
The maximum message size
accepted by the Zend
PHP_INI_SYSTEM
Debugger for protocol
network messages
The user ID of the httpd
PHP_INI_SYSTEM process that runs the Zend
Debugger (only for tunneling)
A range of ports that the
communication tunnel can
PHP_INI_SYSTEM
use. This defines the
minimum value for the range
A range of ports that the
communication tunnel can
PHP_INI_SYSTEM
use. This defines the
maximum value for the range
Define which clients know
that the Zend Debugger is
installed:<br> 0 - Never. The
PHP_INI_SYSTEM presence of the Zend
Debugger is not detected by
other clients <br> 1 - Always.
All clients can detect the
237