计算机基础 Linux下Apache的启动、停止、查看等命令 Linux下Apache的启动、停止、查看等命令 1、查看是否已经安装了httpd: rpm -qa | grep httpd 2、查看httpd的进程: ps -ef | grep httpd 3、查看httpd的运行状态: service httpd status 4、启动httpd service httpd start 5、重新启动httpd service httpd restart 2021年08月03日 1828 0 阅读全文