|
Access Manager hosts.allow FileThe Access Manager saves all its configuration in a physical location on the hard drive, and can be manually edited when necessary, for instance when Image is installed as a standalone (using the MessengerSendJob property). The physical location for the Hosts.Allow file is %PROGRAMDATA%\Objectif Lune\PlanetPress Workflow 7 File FormatThe hosts.allow file is an XML file. Here is an example: <?xml version="1.0" ?> <Permissions> <MessengerSendDoc>127.0.0.1</MessengerSendDoc> <MessengerSendJob>127.0.0.1</MessengerSendJob> <MessengerSendConfig>127.0.0.1</MessengerSendConfig> <LPD>255.255.255.255</LPD> <LPD>127.0.0.1</LPD> <HTTP>255.255.255.255</HTTP> <HTTP>127.0.0.1</HTTP> </Permissions> As you can see, the format looks different than how it is displayed visually in the Access Manager. However, the same rule applies in that it is read from top to bottom in the order that the file is saved here. The XML nodes in the file are equivalent to those in the Access Manager:
|
|