AMP AMP
AMP
0
AMP

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

Answer

AMP
0
AMP

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
a sample image
linuxhelp
asked Jun 19 2019
Post your Answer