gpt4 book ai didi

php - 在 Ubuntu 上用 PHP 重启 Apache

转载 作者:行者123 更新时间:2023-12-04 19:01:08 24 4
gpt4 key购买 nike

我似乎无法让它工作,不知道为什么。

我查看了提供的步骤 here .

我没有收到任何错误,所以我不知道为什么它不起作用。该文件也有 777 权限,但仍然没有运气。

我在 Ubuntu 16.04.4 和 PHP 7.0.2 上运行

最佳答案

命令 /sbin/service apache2 restart从cli工作?

尝试通过 php -a 进入 php 交互环境并运行该语句:
exec('/sbin/service apache2 重启');

您将能够在其中收到错误消息。请尝试:

exec('service apache2 restart');

或者
exec('apachectl restart');

关于php - 在 Ubuntu 上用 PHP 重启 Apache,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50013030/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com