Remove legacy clients section when using HTTP RPC
Digital City Extensions for AOLserver
Brought to you by:
dvrsn
Originally created by: MichaelA...@gmail.com
Originally owned by: MichaelA...@gmail.com
The old DCI RPC needed a clients list:
ns_section "ns/server/$server/module/dci/np/server/clients"
When using HTTP RPC this section is still required - but will always be empty. We should remove the
need for this section when usning HTTP RPC. The ACL is in a new section for HTTP RPC:
ns_section "ns/server/$server/module/dci/rpc/server/np/acl"
ns_param allow 10.0.0.1,127.0.0.1