Installing and configuring Apache HTTPD

In this recipe, you will learn how to install and configure Apache HTTPD. We will first download the software and then install it to the source. If you want, you can choose to obtain the Apache HTTP Server by using a package manager such as YUM, but I think understanding and learning how to build it from source is much more interesting.

We will be using Apache HTTPD Version 2.2.29 because the 2.2.x version is one of the most used versions in the production environment to run with mod_cluster. It already comes with the APR and APR-Util lib, along with the PCRE.

Getting ready

To download the Apache HTTP Server, visit http://httpd.apache.org/download.cgi. When you first visit this site, you can choose between ...

Get WildFly Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.