Skip to content

Instantly share code, notes, and snippets.

@rizkhanriaz
rizkhanriaz / compile-httpd-from-source
Last active October 23, 2023 19:16
Compile Apache from source on Centos 7
###############################################################
Apache Installation
###############################################################
# Install required tools for compilation
sudo yum install autoconf expat-devel libtool libnghttp2-devel pcre-devel -y
# Download source code
cd #switch to home dir
curl -O -L https://github.com/apache/httpd/archive/2.4.37.tar.gz #latest stable release Apache