Changeset a7af4f
- Timestamp:
- 02/01/09 18:39:11 (3 years ago)
- Branches:
- master-v0.7, master-v0.6, memcached_hash, upstream_count_limit
- Children:
- 11531c
- Parents:
- fb0da1
- git-author:
- Tomash Brechko <tomash.brechko@…> (02/01/09 18:33:58)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (02/01/09 18:39:11)
- File:
-
- 1 edited
-
memcached_hash/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memcached_hash/README
r9ceabd ra7af4f 20 20 http://openhack.ru/nginx-patched 21 21 22 If you install both this module and nginx 0. 5.x from the23 memcached_hash branch of the Git repo, you don't have to apply any24 patches as described below.22 If you install both this module and nginx 0.7.x from the master-v0.7 23 branch of the Git repo (this is recommended), you don't have to apply 24 any patches as described below. 25 25 26 26 … … 31 31 32 32 Unpack server and module archives into some temporal location, and cd 33 to _server_directory. From there do33 to server directory. From there do 34 34 35 35 cat /path/to/ngx_http_upstream_memcached_hash_module/nginx-patches/* \ … … 38 38 This will apply minor patches to the server code. The patches do not 39 39 change nginx functionality, they only add some utility functions that 40 are used in the module. The patches should apply cleanly against 41 nginx 0.5 stable branch (fuzz shift is OK). One of the patches is 42 actually a backport of some functionality from 0.6, so when applied to 43 0.6 development branch the following warning will be given: 44 45 Reversed (or previously applied) patch detected! Skipping patch. 46 47 This is OK for files src/core/nginx.c, src/core/ngx_crc32.c, 48 src/core/ngx_crc32.h, and this is what -N argument above is for. 40 are used in the module. The patches may not apply cleanly. In this 41 case just proceed, if everything compiles OK than you are safe. If 42 not, you'll have to figure things out and apply the changes manually 43 (or just build from openhack repo as advised above). 49 44 50 45 After applying the patches do … … 67 62 68 63 USAGE 64 65 Module configuration is documented at 66 67 http://openhack.ru/nginx-patched/wiki/MemcachedHash 69 68 70 69 As a quick start, you'll add something like … … 201 200 http://openhack.ru/nginx-patched - project home. 202 201 203 Send bug reports and feature requests to <tomash.brechko@gmail.com>.202 Send bug reports to <talk@openhack.ru>. 204 203 205 204 206 205 ACKNOWLEDGEMENTS 207 206 208 Development of this module is sponsored by Monashev Co. Ltd.207 Development of this module was sponsored by Monashev Co. Ltd. 209 208 210 209 211 210 COPYRIGHT AND LICENCE 212 211 213 Copyright (C) 2007-200 8Tomash Brechko. All rights reserved.212 Copyright (C) 2007-2009 Tomash Brechko. All rights reserved. 214 213 215 214 This module is distributed on the same terms as the rest of nginx
Note: See TracChangeset
for help on using the changeset viewer.
