ubuntu取消nginx自啓動的方法(清理乾淨的刪除)

緣由:同時安裝了nginx和apache,使用了apache,但重啓後nginx佔用了80 port,須要取消nginx的自啓動nginx

取消niginx的自啓動apache

    嘗試方法1(來源網絡): 安裝/使用 sysv-rc-conf網絡

                sysv-rc-conf 是界面操做,reboot查看無效進程

    嘗試方法2: 修改/etc/init.d/,/etc/rc0.d/,/etc/rc1.d/,/etc/rc2.d/,/etc/rc3.d/,/etc/rc4.d/,rem

                           /etc/rc5.d/,/etc/rc6.d/,/etc/rc.local/ 下nginx相關的文件。get

    嘗試方法3: 使用update-rc.d命令:it

                         update-rc.d -f nginx removeio

3個方法都無效,reboot後nginx還在,緣由未知,實際環境是爲eecloud,不知道是否和有關係date

決定刪除nginxselect

1.  使用:  apt-get remove nginx, reboot後,nginx進程還在

2. 使用命令: 1. apt-get --purge remove nginx

                      2. apt-get autoremove

                      3. dpkg --get-selections|grep nginx,查看有nginx-common,nginx-core

                      4.  刪除這2個包:  apt-get remove nginx-common  apt-get remove nginx-core

                      5.  找到nginx相關的文件: find  /  -name  nginx*

                      6. 刪除這些相關的文件和目錄

重啓後,終於清靜啦

相關文章
相關標籤/搜索