Mes: julio 2021

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

– Raspberry Pi Lighttpd y PHP error 403