WEBDFLT parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (minor tweaks) |
||
(4 intermediate revisions by one other user not shown) | |||
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> | ||
<dt>Default value | <dt>Default value | ||
<dd> | <dd>0 | ||
<dt>Parameter type | <dt>Parameter type | ||
<dd>System | <dd>System | ||
<dt>Where set | <dt>Where set | ||
<dd> | <dd>CCAIN or system administrator | ||
<dt>Related products | <dt>Related products | ||
<dd> | <dd>Janus Web | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204</var> version 7. | <dd><var class="product">Model 204</var> version 7.8 (also version 7.6 with maintenance zap 76Z420, and version 7.7 with maintenance zap 77Z090) | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
The meanings of the <var>WEBDFLT</var> bit settings are as follows: | |||
<table> | |||
<tr class="head"><th>Bit</th><th>Meaning</th></tr> | |||
<tr><td>X'01'</td> | |||
<td>Makes <code>ALLOW *</code> the default <var>[[JANUS WEB command|JANUS WEB]]</var> rule for non-SSL ports, 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 <var>WEB</var> rule for the port must be defined to make the port accessible.</p> | |||
<p> | |||
Prior to version 7.6 of Model 204, the default <var>WEB</var> rule for non-SSL ports was <code>ALLOW *</code>, so <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 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]] |
Latest revision as of 22:19, 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' | Makes ALLOW * the default JANUS WEB rule for non-SSL ports, 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 |