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?

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

View More
linuxhelp
answered Jun 19, 2019
Your Answer
||||
x
 
100:0

Related News in Lighttpd 1.4.54 Installation On centOs 7.6

Related News in Lighttpd 1.4.54 Installation On centOs 7.6