"Fossies" - the Fresh Open Source Software Archive

Member "mod_rpaf-0.8.4/CHANGES" (3 Sep 2014, 758 Bytes) of package /linux/www/apache_httpd_modules/old/mod_rpaf-0.8.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Keep Alive Problem reported and patched by Christian Schneider
    2  Also reported by Hiroyuki OYAMA and Vladimir Klebanov
    3 mod_rpaf was incorrectly using r->pool to allocate memory for the
    4 ip. The correct pool for this when you are dealing wth keep-alive
    5 requests was r->connection->pool.
    6 
    7 Adding configurable header to work with common Russian setups that
    8 use X-Real-Ip instead of X-Forwarded-For.
    9 
   10 Fixing problems with keep-alive connections reusing the original
   11 X-Forwarded-For ip as the 'remote_ip'. 
   12 
   13 Move the `change_remote_ip' handler from being APR_HOOK_MIDDLE to
   14 APR_HOOK_FIRST to make the module run before modules like mod_geoip.
   15 
   16 Thanks to bug reports from 
   17 
   18 Yar Odin
   19 Michael Cramer
   20 Sridhar Komandur
   21 Heddy Boubaker
   22 Mitar
   23 Sergey Mokryshev
   24 Günter Knaf