Step 1: Install below rpm on Linux server.
yum install openssl-devel
yum install pcre-devel
yum install pcre
yum install expat-devel
yum install openssl
yum install gcc
yum install libxml2-devel
Step
2: Download the latest version and copy on server & extract http://httpd.apache.org/
Step
3: Locate to OLD version $Apache_Home/build folder copy the
"config.nice" to New Apache binaries location.
Step
4: Locate to New Apache binaries location and run below commands:
$
./config.nice
$ make
$ make
install
$Apache_Home/bin/httpd
-V
Thanks :-)
How to upgrade opensource apache from 2.4.39 to 2.4.46 (Minor Version Upgrade).
No comments:
Post a Comment