linux中關(guān)閉apache服務器的方法:1、打開linux終端;2、在終端命令行中輸入“sudo systemctl stop httpd.service”命令關(guān)閉apache服務器即可。
具體操作步驟:
1、在linux系統(tǒng)桌面中使用快捷鍵【Ctrl+Alt+T】打開linux終端命令行模式。
2、在linux終端命令行中輸入以下命令關(guān)閉apache服務器即可。
sudo systemctl stop httpd.service #停止apache服務
相關(guān)操作命令:
sudo systemctl start httpd.service #啟動apache服務
sudo systemctl restart httpd.service #重啟apache服務