comparison mod_register_json.wiki @ 187:4a6c1e35788c

Fixed an error.
author maranda3985@gmail.com
date Wed, 13 Apr 2011 00:37:47 +0000
parents 673fa35f880f
children 388b6728f506
comparison
equal deleted inserted replaced
186:673fa35f880f 187:4a6c1e35788c
30 Hint: pairing with mod_register_url is helpful, to allow server registrations only via your webform. 30 Hint: pairing with mod_register_url is helpful, to allow server registrations only via your webform.
31 31
32 Optional configuration directives: 32 Optional configuration directives:
33 {{{ 33 {{{
34 reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm. 34 reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm.
35 reg_servlet_ttime = minutes -- Specifies the time (in minutes) between each request coming from the same remote address. 35 reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address.
36 reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register. 36 reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register.
37 reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling. 37 reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling.
38 }}} 38 }}}
39 39
40 = Compatibility = 40 = Compatibility =