instalar multisystem no debian

#wget http://liveusb.info/multisystem/install-depot-multisystem.sh.tar.bz2
# tar xvjf install-depot-multisystem.sh.tar.bz2
# ./install-depot-multisystem.sh
# rm install-depot-multisystem.sh install-depot-multisystem.sh.tar.bz2

ou

#apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
#wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
#sudo apt-get update
#apt-get install multisystem

instalar o varnish no debian

o procedimento passa pelos seguintes passos:
instalar o varnish.
alterar a porta (por ex: 8000) onde o varnish escuta as ligações do servidor web.
alterar a porta (8000) para todos os vhosts.
alterar a porta (80) onde o varnish serve o conteúdo.
instalar libapache2-mod-rpaf para garantir que que os ips registados são os do visitante e não o do localhost. o varnish comunica com o apache e o ip registado seria o 127.0.0.1.
reiniciar o varnish e o apache2 (service apache2 restart; service varnish restart)

mensagens de erro no debian

os erros que obtinha no wheezy:

getty[11492]: /dev/hvc0: No such file or directory - em auth.log

init: Id "co" respawning too fast: disabled for 5 minutes - em syslog

para resolver é necessário comentar em /etc/inittab a linha:
co:2345:respawn:/sbin/getty hvc0 9600 linux

this line is used for virtualization XEN, if you don't install debian in XEN then comment the line.

http://forums.debian.net/viewtopic.php?f=30&t=65460

Subscrever debian wheezy