JANUS WEB DISALLOW: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS WEB DISALLOW}}
{{DISPLAYTITLE:JANUS WEB DISALLOW}}
<span class="pageSubtitle"><section begin="desc" />WEB DISALLOW<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Block access to a URL<section end="desc" /></span>
 


The JANUS WEB DISALLOW subcommand indicates that any request for a URL that matches a specified pattern (the '''url''' value) is '''not''' allowed access; that is, it is forbidden.


The JANUS WEB DISALLOW subcommand indicates that any request for a URL that matches a specified pattern (the '''url''' value) is '''not''' allowed access; that is, it is forbidden.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS WEB portname DISALLOW [method] url
<p class="syntax"><section begin="syntax" /> JANUS WEB portname DISALLOW [method] url
Line 11: Line 10:
</p>
</p>


 
'''Portname''', '''method''', and '''url''' are described under the [[JANUS WEB]] command.  
'''Portname''', '''method''', and '''url''' are described in [[The JANUS WEB command]].  


Typically, a JANUS WEB DISALLOW rule is followed by one or more JANUS WEB ALLOW rules for the same '''url''' (or for subsets of '''url''') that grant access to specific users or sets of users to some or all of the URLs indicated in the DISALLOW rule. Users not matching the criteria for subsequent ALLOW rules are blocked from the indicated set of URLs by the DISALLOW rule.
Typically, a JANUS WEB DISALLOW rule is followed by one or more JANUS WEB ALLOW rules for the same '''url''' (or for subsets of '''url''') that grant access to specific users or sets of users to some or all of the URLs indicated in the DISALLOW rule. Users not matching the criteria for subsequent ALLOW rules are blocked from the indicated set of URLs by the DISALLOW rule.

Revision as of 16:50, 3 March 2011

<section begin="desc" />Block access to a URL<section end="desc" />

The JANUS WEB DISALLOW subcommand indicates that any request for a URL that matches a specified pattern (the url value) is not allowed access; that is, it is forbidden.

Syntax

<section begin="syntax" /> JANUS WEB portname DISALLOW [method] url <section end="syntax" />

JANUS WEB DISALLOW command syntax

Portname, method, and url are described under the JANUS WEB command.

Typically, a JANUS WEB DISALLOW rule is followed by one or more JANUS WEB ALLOW rules for the same url (or for subsets of url) that grant access to specific users or sets of users to some or all of the URLs indicated in the DISALLOW rule. Users not matching the criteria for subsequent ALLOW rules are blocked from the indicated set of URLs by the DISALLOW rule.

References

See: List of Janus commands, List of JANUS WEB subcommands and JANUS WEB ALLOW