We do support Round the Clock 24 x 7 x 365 (+91) 883 012 3924
 

Install Lighttpd Web Server on Linux

Install Lighttpd Web Server on Linux

Lighttpd is an open source web server.
Lighttpd is designed and optimized for high performance environments with low memory and CPU utilization.

# Use below command to install Lighttpd on CentOS

# yum install lighttpd lighttpd-fastcgi

# For systemd systems

# sytemctl start lighttpd

# For sysvinit systems

# service lighttpd start

# Check Lighttpd version

# lighttpd -version
lighttpd/1.4.39 (ssl) – a light and fast webserver
Build-Date: May 23 2018 10:26:17

Please do contact us at [email protected] if you require any further assistance.

Comments are closed.