mod_maxminddb icon indicating copy to clipboard operation
mod_maxminddb copied to clipboard

MaxMind DB Apache Module

Results 6 mod_maxminddb issues
Sort by recently updated
recently updated
newest added

I kindly request to include the module on https://launchpad.net/~maxmind/+archive/ubuntu/ppa. So that we can get it easily with apt-get instead of building by hand. With thanks, Peter

enhancement

Using mock build environment on CentOS 8. Looks like an error when passing options to apxs: ```` make[1]: Entering directory '/builddir/build/BUILD/mod_maxminddb-1.2.0/src' /usr/bin/apxs -c -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lmaxminddb -Wc,"-O2 -g -pipe...

Hi, Here is the required files to generate proper Debian or Ubuntu (or derivated) package. It has been validated on Debian Stretch (current stable) but should be backportable to earlier...

Dear Team i try to disable GEO-IP Lookups for static files in my vhost.conf, with: ``` MaxMindDBEnable Off ``` But its ignored by mod_maxminddb Any ideas?

enhancement

The documentation doesn't say if httpd must be stopped when updating the DB. That should be added: no restart, restart, stop/start?

enhancement

Since Apache 2.4 "Deny all" and alike are deprecated. This should be replaced by Require statements. However all documentation I can find mentions "deny all" and the like. I'm trying...