Files
ports/www/mod_maxminddb/pkg-message
T
Jochen Neumeister 7ae0d54077 www/mod_maxminddb: update to 1.3.0
Upstream changes:
- Add support for libmaxminddb v1.8+
- Improve handling of database reloads
- Minor bug fixes and build system cleanups

Ports changes:
- Remove automatic module activation via apxs -a to avoid modifying httpd.conf during stage

Sponsored by:	Netzkommune GmbH
2026-01-07 16:19:15 +01:00

20 lines
428 B
Plaintext

[
{ type: install
message: <<EOM
To enable mod_maxminddb in Apache, add the following line to your Apache configuration:
LoadModule maxminddb_module libexec/apache24/mod_maxminddb.so
A common way on FreeBSD is to create a separate file, for example:
/usr/local/etc/apache24/modules.d/270_maxminddb.conf
and put the LoadModule line there.
After enabling the module, restart Apache:
service apache24 restart
EOM
}
]