Start Apache 2 Server /启动apache服务

# /etc/init.d/apache2 start

 or

$ sudo /etc/init.d/apache2 start

  Restart Apache 2 Server /重启apache服务

# /etc/init.d/apache2 restart

 or

$ sudo /etc/init.d/apache2 restart

Stop Apache 2 Server /停止apache服务

# /etc/init.d/apache2 stop

 or

$ sudo /etc/init.d/apache2 stop

相关文章:

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