WEBDFLT parameter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{Template:WEBDFLT parameter subtitle}} | {{Template:WEBDFLT parameter subtitle}} | ||
The <var>WEBDFLT</var> parameter specifies various defaults for Janus Web processing. | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 17: | Line 17: | ||
==Description== | ==Description== | ||
The meanings of the <var>WEBDFLT</var> bit settings are as follows: | |||
<table> | |||
<tr><th>Bit</th><th>Meaning</th></tr> | |||
<tr><td>X'01'</td><td>Default <var>[[JANUS WEB command|JANUS WEB]]</var> rule for non-SSL ports is <code>ALLOW *</code>, which allows open access to the port.<p>When this bit is 0, the default rule for non-SSL ports is <code>DISALLOW *</code>, which means that the port may not be accessed, and so an additional WEB rule for the port must be defined to make the port accessible.</p><p>Prior to version 7.6 of Model 204, the default WEB rule for non-SSL ports was <code>ALLOW *</code>. Therefore <code>WEBDFLT=1</code> produces the same behavior for non-SSL ports as was provided prior to version 7.6; this default behavior was changed so that system administrators would not provide open access to all Janus Web ports without taking specific action.</p></td></tr> | |||
</table> | |||
[[Category:Parameters]] | [[Category:Parameters]] | ||
[[Category:System parameters]] | [[Category:System parameters]] |
Revision as of 13:47, 10 February 2017
Janus Web default
The WEBDFLT parameter specifies various defaults for Janus Web processing.
Summary
- Default value
- 0
- Parameter type
- System
- Where set
- CCAIN or system administrator
- Related products
- Janus Web
- Introduced
- Model 204 version 7.8 (also version 7.6 with maintenance zap 76Z420 and version 7.7 with maintenance zap 77Z090)
Description
The meanings of the WEBDFLT bit settings are as follows:
Bit | Meaning |
---|---|
X'01' | Default JANUS WEB rule for non-SSL ports is ALLOW * , which allows open access to the port.When this bit is 0, the default rule for non-SSL ports is Prior to version 7.6 of Model 204, the default WEB rule for non-SSL ports was |