Ad

AadrikaAnshu
asked Jun 19 2019
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

linuxhelp
asked Jun 19 2019
Lighttpd 1.4.54 Installation On centOs 7.6
Hello,I just want to install the lighttpd web server on my centos machine.How to install the lighttpd latest version on my machine?