pawn-i

环境:nginx+mysql+php7.2;Mac利用homebrew安装的php7.2

问题:修改了PHP的配置文件,php.ini;服务器是nginx,如何重启PHP?

开启:

brew services start php@7.2

重启:

brew services restart php@7.2

停止:

brew services stop php@7.2

 

分类:

技术点:

相关文章:

  • 2022-02-19
  • 2022-12-23
  • 2021-11-16
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案