gentoo/www-apache/mod_maxminddb/files/70_mod_maxminddb.conf
Tomáš Mózes 1df35586c2
www-apache/mod_maxminddb: add package
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>
2020-06-27 00:59:42 +02:00

4 lines
87 B
Plaintext

<IfDefine MAXMINDDB>
LoadModule maxminddb_module modules/mod_maxminddb.so
</IfDefine>