LAMP COMPILATION FROM SOURCE CODE_CENTOS7 for beginners

1:-APACHE Installation  APACHE Version – httpd-2.4.33 Follow the below steps to install apache in CentOS 7 Install EPEL Repository In order to install EPEL repository execute following command: sudo yum install epel-release -y Install required tools for compilation sudo yum install autoconf expat-devel libtool libnghttp2-devel pcre-devel -y Download and unpack […]