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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (minor formatting)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:DEBPORTCMD and NODEBPORTCMD}}
{{DISPLAYTITLE:DEBPORTCMD and NODEBPORTCMD}}
<span class="pageSubtitle"><section begin="desc" />Web debug options<section end="desc" /></span>
<span class="pageSubtitle">Web debug options</span>


<var>DEBPORTCMD</var> and NODEBPORTCMD are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<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 WEBSERV ports.
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|DEBPORTCMD and NODEBPORTCMD]]
[[Category:JANUS DEFINE parameters|DEBPORTCMD and NODEBPORTCMD]]

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