DEBPORTCMD and NODEBPORTCMD (JANUS DEFINE parameters): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (minor formatting)
 
Line 2: Line 2:
<span class="pageSubtitle">Web debug options</span>
<span class="pageSubtitle">Web debug options</span>


<var>DEBPORTCMD</var> and <var>NODEBPORTCMD</var> are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port.  
<var>DEBPORTCMD</var> and <var>NODEBPORTCMD</var> are parameters on <var>[[JANUS DEFINE]]</var>, whichs define and sets characteristics of a Janus port.  


Indicates whether the commands specified in the <var>[[CMD (JANUS DEFINE parameter)|CMD]]</var> clause of the JANUS DEFINE command are to be run on threads debugging requests to the port with the JANUSDEBUG command. The default of <var>NODEBPORTCMD</var> means that these commands will not be run. If the commands in the <var>CMD</var> clause are essential to the correct operation of web requests or the commands in the <var>CMD</var> clause are themselves to be debugged, specify the <var>DEBPORTCMD</var> parameter in the port definition.  
Indicates whether the commands specified in the <var>[[CMD (JANUS DEFINE parameter)|CMD]]</var> clause of the <var>JANUS DEFINE</var> command are to be run on threads debugging requests to the port with the <var>JANUSDEBUG</var> command. The default of <var>NODEBPORTCMD</var> means that these commands will not be run. If the commands in the <var>CMD</var> clause are essential to the correct operation of web requests or the commands in the <var>CMD</var> clause are themselves to be debugged, specify the <var>DEBPORTCMD</var> parameter in the port definition.  


Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.

Latest revision as of 18:09, 8 June 2016

Web debug options

DEBPORTCMD and NODEBPORTCMD are parameters on JANUS DEFINE, whichs define and sets characteristics of a Janus port.

Indicates whether the commands specified in the CMD clause of the JANUS DEFINE command are to be run on threads debugging requests to the port with the JANUSDEBUG command. The default of NODEBPORTCMD means that these commands will not be run. If the commands in the CMD clause are essential to the correct operation of web requests or the commands in the CMD clause are themselves to be debugged, specify the DEBPORTCMD parameter in the port definition.

Valid only for WEBSERV ports.

See also