httpd -V  或者 apachectl -V

linux下apache工作模式查看及修改

刚开始查看的时候是event模式,vim  /etc/httpd/http.conf 将event模式注释,打开worker模式

linux下apache工作模式查看及修改

linux下apache工作模式查看及修改

注意:在apache编译安装的时候需要加上 --enable-mpms-shared=all 才有用,不然需要重新编译安装!

相关文章:

  • 2022-02-12
  • 2021-07-02
  • 2022-12-23
  • 2021-08-16
  • 2021-11-03
猜你喜欢
  • 2022-03-10
  • 2022-12-23
  • 2021-07-27
  • 2021-11-11
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案