WEBDFLT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor tweaks)
 
Line 13: Line 13:
<dd>Janus Web
<dd>Janus Web
<dt>Introduced
<dt>Introduced
<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)
<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>


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</th></tr>
<tr class="head"><th>Bit</th><th>Meaning</th></tr>
<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>
<tr><td>X'01'</td>
<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>
<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>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>
<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&nbsp;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>
</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:

BitMeaning
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 DISALLOW *, 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.

Prior to version 7.6 of Model 204, the default WEB rule for non-SSL ports was ALLOW *, so WEBDFLT=1 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.