blob: a6777643574f78d2105fbce1707c57daa6007467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{ 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
}
]
|