Category Archives: Apache2

Apache2 (or Apache HTTP Server) is a widely used open-source web server software that delivers web content over the internet. It’s part of the Apache Software Foundation projects and is one of the most popular web servers in the world.

How to install mod_maxminddb on linux server and confiure firewall blocking

To install mod_maxminddb using yum, follow these steps (works for CentOS/RHEL 7+ systems): ✅ Step 1: Install EPEL (if not already) sudo yum install epel-release ✅ Step 2: Install dependencies sudo yum install git gcc make libmaxminddb libmaxminddb-devel httpd-devel ✅ Step 3: Clone and build mod_maxminddb git clone https://github.com/maxmind/mod_maxminddb.git cd mod_maxminddb ./configure make sudo make… Read More »