Install nginx on debian squeeze from PPA

You find currently nginx version 0.7.67-3 in Debian Squeeze. If you want the latest version you have to build your own paket or you can use one from the ubuntu ppa.

This installs the latest stable relase of nginx webserver (current 1.0.1) on Debian Squeeze.

echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu lucid main" > /etc/apt/sources.list.d/nginx-stable-lucid.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C
aptitude update 
aptitude install nginx

But if you need some third party modules, you have to build your own packages.

This Post Has One Comment

  1. Hi Muzy,

    ansonsten nutze für Debian, doch einfach das dotdeb-Repo (www.dotdeb.org), wo du neben nginx auch noch einfach an PHP5.3, PHP-FPM, MySQL und co kommst.

    Gruß, bionix-it

Schreibe einen Kommentar zu Bionix-it Antworten abbrechen

eMail-Benachrichtigung bei weiteren Kommentaren.
Auch möglich: Abo ohne Kommentar.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.