This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################### | |
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 |