comparison mod_proxy65.wiki @ 83:eb8f0bc5b246

added proxy65_acl config value.
author t.ephraim
date Sun, 01 Nov 2009 15:48:05 +0000
parents 7283d7817489
children 8ba753bfa3ab
comparison
equal deleted inserted replaced
82:f75b675c8de3 83:eb8f0bc5b246
17 Although none are required, under the Component section mod_proxy65 understands several configuration options: 17 Although none are required, under the Component section mod_proxy65 understands several configuration options:
18 18
19 ||proxy65_interface||The server's interface (IP address) to bind (listen) on (default is "`*`", meaning all interfaces)|| 19 ||proxy65_interface||The server's interface (IP address) to bind (listen) on (default is "`*`", meaning all interfaces)||
20 ||proxy65_address||The advertised address of the proxy, which clients use to connect to (default is the same as the hostname of the component)|| 20 ||proxy65_address||The advertised address of the proxy, which clients use to connect to (default is the same as the hostname of the component)||
21 ||proxy65_port||The port on the server to which clients should connect (default is port 5000)|| 21 ||proxy65_port||The port on the server to which clients should connect (default is port 5000)||
22 ||proxy65_acl||Access Control List, when specified all users will the access be denied, except they are on that list. The list can contain domains, bare_jids or full_jids (only usernames would work too). e.g. proxy65_acl = {"example.com", "theadmin@anotherdomain.com", "only@fromwork.de/AtWork"}||
22 23
23 = Compatibility = 24 = Compatibility =
24 ||0.6||Works|| 25 ||0.6||Works||
25 ||0.5||Should work|| 26 ||0.5||Should work||
26 27