Package: libapache2-mod-rpaf Severity: important mod_geoip does not work correctly with mod_rpaf due to wrong hooks order - mod_rpaf should replace ip before request will be passed to mod_geoip. probably this bug has affect not only on mod_geoip.
patch: mod_rpaf-2.0.c : -- ap_hook_post_read_request(change_remote_ip, NULL, NULL, APR_HOOK_MIDDLE); ++ ap_hook_post_read_request(change_remote_ip, NULL, NULL, APR_HOOK_FIRST); -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.16-2-686 Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.koi8r (charmap=KOI8-R) (ignored: LC_ALL set to ru_RU.koi8r) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]