7ae0d54077
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
20 lines
428 B
Plaintext
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
|
|
}
|
|
]
|