0

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?

Lighttpd Web Server HTTPD CentOS Add a comment
AadrikaAnshu
asked Jun 19 2019

Answer

0

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

Add a comment
linuxhelp
asked Jun 19 2019
Post your Answer