AUTOON (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:AUTOON}}
<span class="pageSubtitle">Treat $Web_On as default (WEBSERV ports)</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 <var>[[JANUS DEFINE]]</var>, 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 <var class="product">[[Janus Web Server]]</var> to issue an implicit $Web_On before executing the commands specified in a JANUS WEB ON rule.  


Since <var>AUTOON</var> 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 <var>AUTOON</var> processing, specify the NOAUTOON parameter on the port definition.  
Since <var>AUTOON</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>AUTOON</var> processing, specify the <var>[[NOAUTOON (JANUS DEFINE parameter)|NOAUTOON]]</var> parameter on the port definition.  


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


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|AUTOON]]
[[Category:JANUS DEFINE parameters|AUTOON]]

Latest revision as of 21:38, 16 April 2013

Treat $Web_On as default (WEBSERV ports)

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