match-vhj-first
Helps determine the order in which WebSEAL searches for a request in a standard or a virtual host junction table.
match-vhj-first = {yes|no}Description
WebSEAL manages separate junction tables for standard and virtual host junctions. When a request comes in, WebSEAL searches the virtual host junction table first. If WebSEAL does not find a match, it searches the table that manages standard junctions. The match-vhj-first configuration can reverse the search order so that WebSEAL searches the standard junction table before searching the virtual host junction table.
Options
yes WebSEAL searches the virtual host junction table first.
no WebSEAL searches the standard junction table first.
Usage:
This stanza entry is not optional.
Default value yes
Example: The following example tells WebSEAL to search the standard junction table first:
match-vhj-first = no
Parent topic: [junction] stanza