WEBDFLT parameter: Difference between revisions
Line 19: | Line 19: | ||
The meanings of the <var>WEBDFLT</var> bit settings are as follows: | The meanings of the <var>WEBDFLT</var> bit settings are as follows: | ||
<table> | <table> | ||
<tr><th>Bit</th><th>Meaning | <tr><th>Bit</th><th>Meaning</th></tr> | ||
<tr><td>X'01'</td><td>Default <var>[[JANUS WEB command|JANUS WEB]]</var> | <tr><td>X'01'</td><td>Default <var>ALLOW</var> rules for <var>[[JANUS WEB command|JANUS WEB]]</var> non-SSL ports. | ||
<p>When this bit is 1, the default is <code>ALLOW *</code>, which allows open access to the port.</p> | |||
<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>, that is, <code>WEBDFLT=1</code> produces the same default behavior for non-SSL ports as was provided prior to version 7.6. This default behavior was changed so that now system administrators will not provide open access to all Janus Web ports without taking specific action.</p></td></tr> | |||
</table> | </table> | ||
[[Category:Parameters]] | [[Category:Parameters]] | ||
[[Category:System parameters]] | [[Category:System parameters]] |
Revision as of 18:59, 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 ALLOW rules for JANUS WEB non-SSL ports.
When this bit is 1, the default is 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 |