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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
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 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.  


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


==References==
==References==

Revision as of 23:19, 28 February 2012

<section begin="desc" />Web debug options<section end="desc" />

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

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.

References

See: List of Janus commands | List of JANUS DEFINE parameters.