Installer LightTPD

apt-get update 
apt-get upgrade

apt-get install lighttpd

systemctl enable lighttpd
systemctl start lighttpd

systemctl status lighttpd
sandy_codes_py