Apache deinstalliert - doch nicht?

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Moin,

    es ist komisch: ich deinstallierte Apache mit sudo apt-get remove apache2. Trotzdem zeigt der nun installierte lighttpd, dass Port 80 belegt sei. Das macht mich schon stutzig.

    Dann sehe ich, dass top noch einen Apache2 Prozess anzeigt?!


    Code
    top | grep apache
     1974 root      20   0 36356 7484 3784 S   0,7  1,5   0:00.56 apache2           
     1974 root      20   0 36356 7484 3784 S   0,3  1,5   0:00.57 apache2

    Ok. Wie deinstalliere ich Apache2 komplett?

  • Ok. Stange:

    Zitat

    Paket "apache2" ist nicht installiert, wird also auch nicht entfernt.

    Code
    2061 www-data  20   0 36904 6752 2492 S   5,2  1,4   0:00.16 apache2                                                                         
     1974 root      20   0 36356 7484 3784 S   0,3  1,5   0:01.58 apache2

    Hmmm... Das kommt jetzt wie zustande? Wo ist die Logic? Richtig, ich habe lighttpd installiert - nach apache2-remove. Dann sollte top aber keinen apache2-Prozess mehr zeigen :s.

    Ähhh...

    Code
    dpkg -l | grep apache
    ii  apache2-mpm-prefork                   2.2.22-13+deb7u1                        armhf        Apache HTTP Server - traditional non-threaded model
    ii  apache2-utils                         2.2.22-13+deb7u1                        armhf        utility programs for webservers
    ii  apache2.2-bin                         2.2.22-13+deb7u1                        armhf        Apache HTTP Server common binary files
    ii  apache2.2-common                      2.2.22-13+deb7u1                        armhf        Apache HTTP Server common files
    rc  libapache2-mod-auth-mysql             4.3.9-13.1                              armhf        Apache 2 module for MySQL authentication
    ii  libapache2-mod-php5                   5.4.4-14+deb7u9                         armhf        server-side, HTML-embedded scripting language (

    Ok. Ein

    Code
    apt-get purge apache*

    did the job.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!