Etiqueta: Raspberry Pi
La instalación correcta de lighttpd y php en la Raspberry Pi requiere además habilitar el modulo PHP para evitar errores 403 (acces denied) con archivos php:
sudo apt-get install lighttpd
sudo apt-get install php php-cgi
sudo lighttpd-enable-mod fastcgi-php
sudo service lighttpd force-reload