debian linux mit nginx - dist-upgrade will nginx entfernen??

_dp

New Member
Hi

Ich bin neu im Umgang mit nginx und habe es mir über den paketmanager mit php5-fpm im fastcgi modus installiert. Apache2 habe ich absichtlich nicht laufen, außer der apache2-commons um einige Features zur verfügung zu stellen.

Für regelmäßige systemupdates habe ich auch cron-apt laufen. Nun habe ich bemerkt, dass beim apt-get upgrade einige upgrades zurückgehalten werden, namentlich nginx und php5.

Gebe ich apt-get dist-upgrade ein, bekomme ich nun dies:

Code:
root@xxx:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  nginx nginx-full php-db php-getid3 php-pear php-xml-parser php5 php5-cli
  php5-curl php5-fpm php5-gd php5-imap php5-intl php5-mcrypt php5-memcache
  php5-mysql php5-sqlite php5-suhosin php5-xmlrpc php5-xsl squirrelmail
  squirrelmail-compatibility squirrelmail-locales squirrelmail-viewashtml
The following NEW packages will be installed:
  apache2-mpm-prefork apache2.2-bin apache2.2-common libaprutil1-dbd-sqlite3
  libaprutil1-ldap lsof
The following packages will be upgraded:
  nginx-common php5-common php5-dev
3 upgraded, 6 newly installed, 24 to remove and 0 not upgraded.
Need to get 0 B/3,358 kB of archives.
After this operation, 35.3 MB disk space will be freed.

Sowas ist mir noch nie untergekommen. Warum wird nginx durch apache ersetzt? Das will ich nicht! Wie kann ich das beheben?

Code:
uname -a
Linux *HOSTNAME* 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux

Code:
cat /proc/version
Linux version 2.6.32-5-amd64 (Debian 2.6.32-45) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun May 6 04:00:17 UTC 2012
 
Back
Top