JANUS WEB DISALLOW: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (remove displaytitle)
mNo edit summary
 
Line 6: Line 6:
<p class="syntax">JANUS WEB <span class="term">portname</span> DISALLOW [<span class="term">method</span>] <span class="term">url</span>
<p class="syntax">JANUS WEB <span class="term">portname</span> DISALLOW [<span class="term">method</span>] <span class="term">url</span>
</p>
</p>


<var class="term">portname</var>,  
<var class="term">portname</var>,  

Latest revision as of 20:52, 27 January 2016

Block access to a URL

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

JANUS WEB portname DISALLOW [method] url

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.

See also