Folder used to store server named endpoints
--endpoint-root
path
--endpoint-root
specifies
the location for storing server named endpoints. Each interface used
to communicate with the outside world generates an endpoint file
in this folder. Normally that means:path
http - The HTTP function execution interface.
control - The local control interface used by the scripting commands.
These files contain the host:post
portion
of the URL used to communicate with the named service.
While modifying this location is allowed, each instance must have a unique endpoint directory; otherwise behavior is undefined.
path
Path to the folder used to store endpoint files relative to the server instance's root folder.
Store endpoint files in the endpt
folder.
--endpoint-root ./endpt