AUTOON (JANUS DEFINE parameter): Difference between revisions

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

Revision as of 23:19, 28 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. See the List of JANUS DEFINE parameters.

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.

References

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