List of JANUS WEB subcommands: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (misc formatting)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==JANUS WEB subcommand overview==
<var>JANUS WEB</var> subcommands define characteristics of a web port, including web actions, the declaration of mime-types, and permissions.  The <var>JANUS WEB</var> subcommands are [[Defining Web rules#Command execution order|order-dependent]]: the order in which they are specified also affects how they are processed.


JANUS WEB subcommands define characteristics of a web port, including web actions, the declaration of mime-types and permissions.  The JANUS WEB subcommands are order-dependent
The following list shows the <var>JANUS</var> subcommands with a brief description of what they do. Subcommand execution requires System Manager privileges.  See [[JANUS WEB rule matching order and examples]]  and [[JANUS WEB exception rules]] for more information.
 
The following list shows the JANUS subcommands with a brief description of what they do. Subcommand execution requires System Manager privileges.  See [[JANUS WEB Rule matching order and examples]]  and [[JANUS WEB exception rules]] for more information.


These commands are also included in [[:Category:Janus commands|the Janus Commands]].
These commands are also included in [[:Category:Janus commands|the Janus Commands]].


[[JANUS WEB]] is the "parent" rule, which specifies Janus Web Server processing rules.  The kinds of rules specified are determined by the web rule "type" as shown below.
<var>[[JANUS WEB]]</var> is the "parent" rule, which specifies <var class="product">Janus Web Server</var> processing rules.  The kinds of rules specified are determined by the web rule "type" as shown below.


<div class="showVisit">
<div class="showVisit">
<table class="syntaxTable">
<table>
<tr><th>[[JANUS WEB NOREDIRECT|NOREDIRECT]]</th><td>indicates that any request for a URL that
<tr><th><var>[[JANUS WEB NOREDIRECT|NOREDIRECT]]</var></th>
matches the specified pattern (the url value) is not to be directed to another URL.</td></tr>
<td>Indicates that any request for a URL that matches the specified pattern (the command's <var class="term">url</var> parameter value) is not to be directed to another URL.</td></tr>
<tr><th>[[JANUS WEB REDIRECT|REDIRECT]]</th><td>identifies the URL to which incoming URL
 
requests that match a specified pattern are redirected.</td></tr>
<tr><th><var>[[JANUS WEB REDIRECT|REDIRECT]]</var></th>
<tr><th>[[JANUS WEB DISALLOW|DISALLOW]]</th><td>indicates that any request for a URL that
<td>Identifies the URL to which incoming URL requests that match a specified pattern are redirected.</td></tr>
matches a specified pattern (the url value) is not allowed access; that is, it is forbidden.</td></tr>
 
<tr><th>[[JANUS WEB ALLOW|ALLOW]]</th><td>indicates that a request from a particular user or
<tr><th><var>[[JANUS WEB DISALLOW|DISALLOW]]</var></th>
set of users can have access to any URL that matches a specified pattern (the url
<td>Indicates that any request for a URL that matches a specified pattern (the command's <var class="term">url</var> parameter value) is not allowed access; that is, it is forbidden.</td></tr>
value).</td></tr>
 
<tr><th>[[JANUS WEB TYPE|TYPE]]</th><td>indicates the mime type of the output produced by
<tr><th><var>[[JANUS WEB ALLOW|ALLOW]]</var></th>
the specified URL (url value).</td></tr>
<td>Indicates that a request from a particular user or set of users can have access to any URL that matches a specified pattern (the command's <var class="term">url</var> parameter value).</td></tr>
<tr><th>[[JANUS WEB NODEBUG|NODEBUG]]</th><td>disallows debugging for a specified URL</td></tr>
 
<tr><th>[[JANUS WEB DEBUG|DEBUG]]</th><td>indicates that requests for a specified URL (the url value) are to be debugged,</td></tr>
<tr><th><var>[[JANUS WEB TYPE|TYPE]]</var></th>
<tr><th>[[JANUS WEB ON|ON]]</th><td>indicates the action to be taken when a request for a specified URL (the url value), which is not redirected, is determined to be allowed access.</td></tr>
<td>Indicates the mime type of the output produced by the specified URL (<var class="term">url</var> value).</td></tr>
<tr><th>[[JANUS WEB SCREEN|SCREEN]]</th><td>sets parameters that control the mapping of 3270
 
screens to HTML, for ''[[Janus Web Legacy Support]]'', for example.</td></tr>
<tr><th><var>[[JANUS WEB NODEBUG|NODEBUG]]</var></th>
<td>Disallows debugging for a specified URL.</td></tr>
 
<tr><th><var>[[JANUS WEB DEBUG|DEBUG]]</var></th>
<td>Indicates that requests for a specified URL (the command's <var class="term">url</var> parameter value) are to be debugged.</td></tr>
 
<tr><th><var>[[JANUS WEB ON|ON]]</var></th>
<td>Indicates the action to be taken when a request for a specified URL (the command's <var class="term">url</var> parameter value), which is not redirected, is determined to be allowed access.</td></tr>
 
<tr><th><var>[[JANUS WEB SCREEN|SCREEN]]</var></th>
<td>Sets parameters that control the mapping of 3270 screens to HTML, for <var class="product">[[Janus Web Legacy Support]]</var>, for example.</td></tr>
</table>
</table>
</div>
</div>
==References==
See: [[JANUS WEB]]


[[Category:JANUS WEB subcommands]]
[[Category:JANUS WEB subcommands]]
[[Category:Janus Web Server]]

Latest revision as of 22:55, 12 April 2016

JANUS WEB subcommands define characteristics of a web port, including web actions, the declaration of mime-types, and permissions. The JANUS WEB subcommands are order-dependent: the order in which they are specified also affects how they are processed.

The following list shows the JANUS subcommands with a brief description of what they do. Subcommand execution requires System Manager privileges. See JANUS WEB rule matching order and examples and JANUS WEB exception rules for more information.

These commands are also included in the Janus Commands.

JANUS WEB is the "parent" rule, which specifies Janus Web Server processing rules. The kinds of rules specified are determined by the web rule "type" as shown below.

NOREDIRECT Indicates that any request for a URL that matches the specified pattern (the command's url parameter value) is not to be directed to another URL.
REDIRECT Identifies the URL to which incoming URL requests that match a specified pattern are redirected.
DISALLOW Indicates that any request for a URL that matches a specified pattern (the command's url parameter value) is not allowed access; that is, it is forbidden.
ALLOW Indicates that a request from a particular user or set of users can have access to any URL that matches a specified pattern (the command's url parameter value).
TYPE Indicates the mime type of the output produced by the specified URL (url value).
NODEBUG Disallows debugging for a specified URL.
DEBUG Indicates that requests for a specified URL (the command's url parameter value) are to be debugged.
ON Indicates the action to be taken when a request for a specified URL (the command's url parameter value), which is not redirected, is determined to be allowed access.
SCREEN Sets parameters that control the mapping of 3270 screens to HTML, for Janus Web Legacy Support, for example.