Apache 出現 “Failed to start LSB: Apache2 web server” 錯誤解決方式|Apache|SSL|CertBot|Apache|網頁伺服器|伊恩踩坑筆記
Jul 8, 2021
雖然有陣子沒碰 Apache 了,不過在下重啟指令時出現 Failed to start LSB: Apache2 web server 錯誤。後來發現是當初用 Certbot 申請的 SSL 憑證刪除不完全的關係,若要將網站停用,也要把 SSL 也停用才行哦!
$ cd /etc/apache2/sites-available
將要關閉的網站下指令
$ a2dissite abc.conf
將同一個目錄底下的 abc-ssl 之類的 .conf 也刪除
前往
$ cd /etc/apache2/sites-enabled
一樣把相關的 .conf 檔案都刪除
最後重啟 Apache 即可解決
$ service apache2 restart
ING Design 応設計
https://www.theingdesign.com/