[Koha-bugs] [Bug 8492] Restrict OpacSuppression to IP adresses outside of an IP range

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 24 10:30:07 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8492

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin at catalyst.net.nz

--- Comment #4 from Robin Sheat <robin at catalyst.net.nz> ---
Mirko, something to consider is that many Koha systems are behind
reverse-proxies of various forms. I'm not sure exactly what Apache puts into
REMOTE_ADDR, but if it doesn't consider that, it may be worth checking the
request headers too (e.g. if the request is from an RFC1918 address, check to
see if there's an X-Forwarded-For: header too, or something like that)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list