📜  systemctl restart apache - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:36.360000             🧑  作者: Mango

代码示例1
#CentOS 7, Ubuntu 16.04 and Debian 8
  systemctl restart httpd
  #or
  systemctl restart apache

#CentOS 6, Debian 7, Ubuntu 15.10
    service httpd restart
    #or
    service apache restart