MSIR.0293 (Num) JANUS (subcmd) (rule type)(S) for PORT (portname) pre-empted: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 7: Line 7:
  Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command "JANUS WEB WEBPORT TYPE * TEXT/PLAIN" would pre-empt the command "JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML" because the URL's that match "*.HTML" are a subset of the URL's that match "*".
  Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command "JANUS WEB WEBPORT TYPE * TEXT/PLAIN" would pre-empt the command "JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML" because the URL's that match "*.HTML" are a subset of the URL's that match "*".


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:43, 19 April 2013

This informational message indicates that a JANUS rule has been applied to the indicated port and that the rule has pre-empted num previous rules applied to the port. An old rule would be pre-empted if parameters specified in the new rule would prevent the old rule from ever being examined. In the case of JANUS WEB rules, the parameters include the URL.

'Subcmd' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. 'Rule_type' indicates the type of rule being established, for example, ALLOW or ON. 
The JANUS rules are always evaluated in most recently issued order. 
Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command "JANUS WEB WEBPORT TYPE * TEXT/PLAIN" would pre-empt the command "JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML" because the URL's that match "*.HTML" are a subset of the URL's that match "*".