Upgrade Apache 2.2 -> 2.4

前端 未结 5 2018
滥情空心
滥情空心 2021-01-19 01:14

We have currently installed Apache 2.2. Now, is there a Yum repository with Apache 2.4 on it?

Regards, Kevin

5条回答
  •  遇见更好的自我
    2021-01-19 02:05

    Update apache2 to latest version
    You can upgrade to Apache 2.4 by running the following commands

    sudo apt-add-repository ppa:ondrej/apache2
    sudo apt-get update
    sudo apt-get dist-upgrade
    

    View original post: https://www.digitalocean.com/community/questions/updating-apache-to-the-latest-version

提交回复
热议问题