Answers for "install lighttpd"

1

install lighttpd

apt-get update 
apt-get upgrade

apt-get install lighttpd

systemctl enable lighttpd
systemctl start lighttpd

systemctl status lighttpd
Posted by: Guest on February-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language