CentOS7系統操做httpd服務 - 開機啓動/重啓/查看狀態

CentOS7系統操做httpd服務 - 開機啓動/重啓/查看狀態

第1、啓動、終止、重啓

systemctl start httpd.service #啓動rest

systemctl stop httpd.service #中止it

systemctl restart httpd.service #重啓io

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

systemctl enable httpd.service #開機啓動class

systemctl disable httpd.service #開機不啓動亂碼

第3、檢查httpd狀態

systemctl status httpd.service配置

遇到問題:service

中文目錄亂碼的問題:方法

處理的方法:配置文件

CentOS7的 echo $LANG 爲zh_ch.UTF-8,top

因此在配置文件/etc/httpd/conf/httpd.conf 中添加 IndexOptions Charset=UTF-8 便可解決

相關文章
相關標籤/搜索