Hi,
ich hab eine kleines Problem mit meinen Apache prozess.
eigentlich hab ich alles deinstalliert was mit Apache/2 zu tun hat, aber nach jeden neustart startet sich der prozess wieder.....
ich hab es schon mit
versucht aber immer kommt
Kann mir evtl. jemand helfen?
ich hab eine kleines Problem mit meinen Apache prozess.
eigentlich hab ich alles deinstalliert was mit Apache/2 zu tun hat, aber nach jeden neustart startet sich der prozess wieder.....
ich hab es schon mit
Code:
apt-get remove apache
apt-get remove apache2
apt-get --purge remove apache
apt-get --purge remove apache2
versucht aber immer kommt
Code:
km22422-02:/home/c553rver# apt-get remove apache
Reading Package Lists... Done
Building Dependency Tree... Done
Package apache is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
km22422-02:/home/c553rver# apt-get remove apache2
Reading Package Lists... Done
Building Dependency Tree... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
km22422-02:/home/c553rver# apt-get --purge remove apache
Reading Package Lists... Done
Building Dependency Tree... Done
Package apache is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
km22422-02:/home/c553rver# apt-get --purge remove apache2
Reading Package Lists... Done
Building Dependency Tree... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
Kann mir evtl. jemand helfen?