How to install apxs module on apache 2.4.6

前端 未结 5 2125
余生分开走
余生分开走 2021-02-13 03:38

I have just used apt-get update and my apache has been updated to 2.4.6.

i want to install apxs for compiling modules and i get this error

5条回答
  •  清歌不尽
    2021-02-13 04:27

    In Ubuntu, when setting up Apache2 + PHP, apxs is actually not needed anymore.
    You should install libapache2-mod-php instead.
    sudo apt install apache2
    sudo apt install libapache2-mod-php

提交回复
热议问题