1. 手动重启

  cd http ll

  cd /etc/httpd/   ll

  service httpd restart

2. 查看服务器内存使用情况

   df -h

3. 自动重启

  cat /etc/issue
  或者 cat /proc/version
  或者 uname -r

  chkconfig --add httpd 
  chkconfig httpd on
  chkconfig --list | grep httpd

 

  

相关文章:

  • 2021-07-20
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案