mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
Apache module that allows to interact with maxminddb (geoip2). Closes: https://bugs.gentoo.org/578062 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15584 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
<IfDefine MAXMINDDB>
|
|
LoadModule maxminddb_module modules/mod_maxminddb.so
|
|
</IfDefine>
|