Changeset a7af4f


Ignore:
Timestamp:
02/01/09 18:39:11 (3 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
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)
Message:

Update README file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memcached_hash/README

    r9ceabd ra7af4f  
    2020  http://openhack.ru/nginx-patched 
    2121 
    22 If you install both this module and nginx 0.5.x from the 
    23 memcached_hash branch of the Git repo, you don't have to apply any 
    24 patches as described below. 
     22If you install both this module and nginx 0.7.x from the master-v0.7 
     23branch of the Git repo (this is recommended), you don't have to apply 
     24any patches as described below. 
    2525 
    2626 
     
    3131 
    3232Unpack server and module archives into some temporal location, and cd 
    33 to _server_ directory.  From there do 
     33to server directory.  From there do 
    3434 
    3535  cat /path/to/ngx_http_upstream_memcached_hash_module/nginx-patches/* \ 
     
    3838This will apply minor patches to the server code.  The patches do not 
    3939change 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. 
     40are used in the module.  The patches may not apply cleanly.  In this 
     41case just proceed, if everything compiles OK than you are safe.  If 
     42not, you'll have to figure things out and apply the changes manually 
     43(or just build from openhack repo as advised above). 
    4944 
    5045After applying the patches do 
     
    6762 
    6863USAGE 
     64 
     65Module configuration is documented at 
     66 
     67  http://openhack.ru/nginx-patched/wiki/MemcachedHash 
    6968 
    7069As a quick start, you'll add something like 
     
    201200http://openhack.ru/nginx-patched - project home. 
    202201 
    203 Send bug reports and feature requests to <tomash.brechko@gmail.com>. 
     202Send bug reports to <talk@openhack.ru>. 
    204203 
    205204 
    206205ACKNOWLEDGEMENTS 
    207206 
    208 Development of this module is sponsored by Monashev Co. Ltd. 
     207Development of this module was sponsored by Monashev Co. Ltd. 
    209208 
    210209 
    211210COPYRIGHT AND LICENCE 
    212211 
    213 Copyright (C) 2007-2008 Tomash Brechko.  All rights reserved. 
     212Copyright (C) 2007-2009 Tomash Brechko.  All rights reserved. 
    214213 
    215214This module is distributed on the same terms as the rest of nginx 
Note: See TracChangeset for help on using the changeset viewer.