Linux基礎命令---apachectl

一生有你llx發表於2019-06-10

apachectl

apachectl 指令是apache http伺服器的前端控制程式,可以協助控制apache服務的守護程式httpd。

此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。

 

1 、語法

apachectl  cmd

 

2 、引數列表

選項

說明

start

啟動apache httpd守護程式

restart

重啟apache httpd守護程式

stop

停止apache httpd守護程式

status

顯示apache服務的簡要資訊

graceful

優雅的重啟apache服務,它和restart不一樣,不會中斷當前已經開啟的http連線,不會立刻關閉日誌

graceful-stop

優雅的停止apache服務,它和stop不一樣,不會中斷當前已經開啟的http連線,不會立刻關閉日誌

configtest

執行apache配置語法檢測

 

3 、例項

1 )執行apache配置檔案測試 

[root@localhost ~]#  apachectl configtest            // 配置檔案檢測,沒有錯誤

httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

Syntax OK 

2 )重啟服務

 [root@localhost ~]#  apachectl restart            // 重啟

     

 

 

      做了一個Linux學習的平臺,目前出來一個雛形,各位可以參考使用

      連結:https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ  密碼:n7bk 

     



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29270124/viewspace-2643989/,如需轉載,請註明出處,否則將追究法律責任。

相關文章