工做中在虛擬機ubuntu18.10一鍵安裝lnmp1.5失敗後,分開進行安裝nginx,mysql,php,報錯

以下: sudo service nginx restartlinux

Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.nginx

圖示:瀏覽器

試了不少辦法就不一一描述了,都以失敗了結,最後的個人解決辦法清除限載一鍵lnmp1.5,清除nginx殘餘,殺死nginx進程等,具體操做以下: 首先切換到lnmp一鍵安裝目錄下,執行 ./uninstall.sh,按任意鍵服務器

1、linux/unbunt nginx 卸載重裝測試

1.刪除nginx,-purge包括配置文件rest

sudo apt-get --purge remove nginxcode

2.移除所有不使用的軟件包blog

sudo apt-get autoremove進程

3.羅列出與nginx相關的軟件並刪除ip

dpkg --get-selections|grep nginx

sudo apt-get --purge remove nginx

sudo apt-get --purge remove nginx-common

sudo apt-get --purge remove nginx-core

4.查看nginx正在運行的進程,若是有就kill掉

ps -ef |grep nginx

sudo pkill -9 nginx

5.全局查找與nginx相關的文件

sudo find / -name nginx*

6.刪除列出的全部文件

sudo rm -rf file

7.重裝nginx

sudo apt-get update

sudo apt-get install nginx

8 nginx的其餘內容

測試nginx配置是否正確

sudo nginx -t

nginx 重啓

sudo service nginx restart

最後在瀏覽器訪問 http://服務器ip

相關文章
相關標籤/搜索