Privileged networks
Privileged networks are networks that allow database updates.
In the whd.conf
server configuration file, the PRIVILEGED_NETWORKS=
setting identifies networks that allow database updates. If the database requires an update, browser connections from hosts not belonging to these privileged networks receive a message indicating an update is in progress.
Use the PRIVILEGED_NETWORKS=
setting when installing headless servers.
You can customize the browser message by editing login.msg.applicationUpdateInProgress
in the custom labels file.
To remove the info popup icon on this page, use an empty entry for:
login.msg.applicationUpdateInProgressHelp
The localhost (127.0.0.1) is always permitted to update. However, a Windows server with multiple IP addresses may not respond to the localhost address. In this example, the IP_ADDRESS
option must be set to one of the server IPs, and the PRIVILEGED_NETWORK
should also use that same IP.