AUTOON (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />Treat $Web_On as default (WEBSERV ports)<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Treat $Web_On as default (WEBSERV ports)<section end="desc" /></span>


<var>AUTOON</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>AUTOON</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port.  


This parameter requests ''[[Janus Web Server]]'' to issue an implicit $Web_On before executing the commands specified in a JANUS WEB ON rule.  
This parameter requests ''[[Janus Web Server]]'' to issue an implicit $Web_On before executing the commands specified in a JANUS WEB ON rule.  

Revision as of 22:28, 29 February 2012

<section begin="desc" />Treat $Web_On as default (WEBSERV ports)<section end="desc" />

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

This parameter requests Janus Web Server to issue an implicit $Web_On before executing the commands specified in a JANUS WEB ON rule.

Since AUTOON 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 AUTOON processing, specify the NOAUTOON parameter on the port definition.

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

Valid only for WEBSERV ports.

See also