List of JANUS WEB subcommands: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 11: | Line 11: | ||
<div class="showVisit"> | <div class="showVisit"> | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<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><td>indicates that any request for a URL that | ||
matches the specified pattern (the url value) is not to be directed to another URL.</td></tr> | matches the specified pattern (the url 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 | <tr><th><var>[[JANUS WEB REDIRECT|REDIRECT]]</var></th><td>identifies the URL to which incoming URL | ||
requests that match a specified pattern are redirected.</td></tr> | requests that match a specified pattern are redirected.</td></tr> | ||
<tr><th>[[JANUS WEB DISALLOW|DISALLOW]]</th><td>indicates that any request for a URL that | <tr><th><var>[[JANUS WEB DISALLOW|DISALLOW]]</var></th><td>indicates that any request for a URL that | ||
matches a specified pattern (the url value) is not allowed access; that is, it is forbidden.</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 ALLOW|ALLOW]]</var></th><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 url | set of users can have access to any URL that matches a specified pattern (the url | ||
value).</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 TYPE|TYPE]]</var></th><td>indicates the mime type of the output produced by | ||
the specified URL (url value).</td></tr> | the specified URL (url value).</td></tr> | ||
<tr><th>[[JANUS WEB NODEBUG|NODEBUG]]</th><td>disallows debugging for a specified URL</td></tr> | <tr><th><var>[[JANUS WEB NODEBUG|NODEBUG]]</var></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 DEBUG|DEBUG]]</var></th><td>indicates that requests for a specified URL (the url value) are to be debugged,</td></tr> | ||
<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> | <tr><th><var>[[JANUS WEB ON|ON]]</var></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> | ||
<tr><th>[[JANUS WEB SCREEN|SCREEN]]</th><td>sets parameters that control the mapping of 3270 | <tr><th><var>[[JANUS WEB SCREEN|SCREEN]]</var></th><td>sets parameters that control the mapping of 3270 | ||
screens to HTML, for ''[[Janus Web Legacy Support]]'', for example.</td></tr> | screens to HTML, for ''[[Janus Web Legacy Support]]'', for example.</td></tr> | ||
</table> | </table> |
Revision as of 17:06, 2 March 2012
JANUS WEB subcommand overview
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 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 url 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 url 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 url 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 url value) are to be debugged, |
ON | 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. |
SCREEN | sets parameters that control the mapping of 3270 screens to HTML, for Janus Web Legacy Support, for example. |
References
See: JANUS WEB