Configuration
用於檢查 Apache 配置的命令
我正在尋找一個命令來檢查 Debian 和 RHEL 發行版上 Apache 伺服器中配置文件的有效性。我需要在重新啟動之前執行此操作,因此不會有停機時間。
檢查:http ://httpd.apache.org/docs/2.2/programs/apachectl.html
apachectl configtest
另一種方式是
httpd -t
。因此,它在 Windows 版本的 Apache 中可用。檢查http://httpd.apache.org/docs/2.4/programs/httpd.html