AUTODONE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin="desc" />Treat command mode as $Web_Done<section end="desc" /></span>
<span class="pageSubtitle">Treat command mode as $Web_Done</span>


<var>AUTODONE</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
<var>AUTODONE</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter requests <var class="product">[[Janus Web Server]]</var> to treat a return to command mode after all port and ON rules <var>[[CMD (JANUS DEFINE parameter)|CMD]]</var>s have been processed as an implicit [[$Web_Done]].  
This parameter requests <var class="product">[[Janus Web Server]]</var> to treat a return to command mode after all port and ON rules <var>[[CMD (JANUS DEFINE parameter)|CMD]]</var>s have been processed as an implicit <var>[[$Web_Done]]</var>.  


Since <var>AUTODONE</var> is the default setting for <var class="product">Janus Web Server</var> ports, there is no real reason to explicitly specify it other than for internal documentation. To suppress the default <var>AUTODONE</var> processing, specify the <var>[[NOAUTODONE (JANUS DEFINE parameter)|NOAUTODONE]]</var> parameter on the port definition.  
Since <var>AUTODONE</var> is the default setting for <var class="product">Janus Web Server</var> ports, there is no real reason to explicitly specify it other than for internal documentation. To suppress the default <var>AUTODONE</var> processing, specify the <var>[[NOAUTODONE (JANUS DEFINE parameter)|NOAUTODONE]]</var> parameter on the port definition.  

Latest revision as of 21:38, 16 April 2013

Treat command mode as $Web_Done

AUTODONE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter requests Janus Web Server to treat a return to command mode after all port and ON rules CMDs have been processed as an implicit $Web_Done.

Since AUTODONE is the default setting for Janus Web Server ports, there is no real reason to explicitly specify it other than for internal documentation. To suppress the default AUTODONE processing, specify the NOAUTODONE parameter on the port definition.

The setting of AUTODONE (or NOAUTODONE) applies to all URLs on the port unless explicitly overridden by a NOAUTODONE (or AUTODONE) parameter on a JANUS WEB ON rule. The recommended setting for this parameter is NOAUTODONE with AUTODONE added to any JANUS WEB ON rule where the implicit $Web_Done is really required.

Valid only for WEBSERV ports.

See also