1 Answer
Run the below commands to install the lighttpd web server
[root@linuxhelp ~]# yum install lighttpd -y
[root@linuxhelp ~]# systemctl enable lighttpd
[root@linuxhelp ~]# systemctl start lighttpd
[root@linuxhelp ~]# systemctl status lighttpd
[root@linuxhelp ~]# netstat -tulpn | grep lighttpd
Now lighttpd is installed through the above commands
Your Answer
x