Win10 子系统 Ubuntu 安装 Apache2 的 Failed to enable APR

    xiaoxiao2023-10-17  153

    错误提示:Failed to enable APR_TCP_DEFER_ACCEP

    解决办法是 stackoverflow 上找到的,方法如下:

    sudo vi 打开 /etc/apache2/apache2.conf,在文件的最底部加上一行以下内容:

    AcceptFilter http none

    然后重启 Apache2 问题解决。

    最新回复(0)