HttpSplitClientsModule
(Difference between revisions)
(→References: Added link to the original documentation) |
(→split_clients) |
||
| Line 22: | Line 22: | ||
== split_clients == | == split_clients == | ||
| − | + | <include wikitext nopre src="http://wiki.nginx.org/nginx.org/ngx_http_split_clients_module/split_clients.txt" /> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
= References = | = References = | ||
Revision as of 17:45, 30 April 2012
Contents |
Synopsis
ngx_http_split_clients_module is used to split clients based on some conditions(e.g ip addresses, headers, cookies, etc).
Example configuration:
$cookie_..., etc, may be used as a source for splitting. The source string is hashed using MurmurHash2 (as of 1.0.1; previously CRC32) and the percent of the hash is used as source value.
Directives
split_clients
ERROR in secure-include.php: could not read the given src URL http://wiki.nginx.org/nginx.org/ngx_http_split_clients_module/split_clients.txt










