zhangzhu

Task: Start Apache 2 Server /启动apache服务
# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start
Task: Restart Apache 2 Server /重启apache服务
# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart
Task: Stop Apache 2 Server /停止apache服务
# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop

分类:

技术点:

相关文章:

  • 2021-07-08
  • 2021-11-09
  • 2021-12-27
  • 2021-12-27
  • 2021-12-18
  • 2022-01-18
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-12-27
  • 2022-02-03
相关资源
相似解决方案