CentOS7系統操做httpd服務

CentOS7系統操做httpd服務

默認安裝路徑

/etc/httpd

第1、啓動、終止、重啓

#啓動
systemctl start httpd.service

#中止
systemctl stop httpd.service

#重啓
systemctl restart httpd.service

第2、設置開機啓動/關閉

#開機啓動
systemctl enable httpd.service

#開機不啓動
systemctl disable httpd.service

第3、檢查httpd狀態

systemctl status httpd.service
相關文章
相關標籤/搜索