Did not work on lenny need upgrade to squueze. Tried again so set up apache2 on a freshly made SD card, where I upgraded linux like it was prescribed in: http://armbedded.org/node/394 nano /etc/apt/sources.list #change lenny to squeeze deb http://ftp.uk.debian.org/debian squeeze main deb http://security.debian.org/ squeeze/updates main apt-get update apt-get dist-upgrade apt-get install apache2 http://192.168.178.76/ "It works! This is the default web page for this server. The web server software is running but no content has been added, yet." … waiting apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName But you get this status message about domains… and servernames… and 127.0.1.1. But things seem to be ok when apache restarts, websites are working as they should. Well in order to get rid of that error you have to add this line of code ServerName localhost to /etc/apache2/httpd.conf test if config file syntax OK. apache2ctl configtest apt-get upgrade apt-get install apache2 nano /etc/apache2/httpd.conf ############################################## AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 AddType application/x-httpd-php .html AddType application/x-httpd-php-source .phps ############################################### /etc/init.d/apache2 restart # ServerName is to be specified to avoid warning during reload ServerName MYSERVER nano /etc/apache2 ServerRoot "/var/www" ServerName localhost DocumentRoot "/var/www" dpkg-reconfigure mysql-server-5.0 A tip for others using MySQL who want remote access comment out "bind=127.0.0.1" from my.cnf and it works like a charm. To get rid of the ipv6 warning, just run "depmod -a". 2:2:1: endpoint lacks sample rate attribute bit, cannot set.