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.