How to set from Apache 2.2 to Apache 2.4

How to set from Apache 2.2 to Apache 2.4 ?


Sometime while using custombuild update you can not update Apache from 2.2 to version 2.4 , use below commands that will work!

cd /usr/local/directadmin/custombuild
./build set apache_ver 2.4
./build update
./build clean
./build apache n
./build php n
service httpd restart

Once it’s done, you can check the upgrade by using below command:
httpd -v 


Was this article helpful?

mood_bad Dislike 0
mood Like 1
visibility Views: 12859