lighttpd

Written by Yujin Boby

Edit in WordPress

lighttpd is a lightweight web server used mainly to serve static files. Youtube used lighttpd before it was purchased by Google. I was using lighttpd with some file hosting/image hosting sites with mod_secdownload that allows the link to expire after a predefined time.

To install Lighttpd on CentOS, run

yum install lighttpd

To see lighttpd version, run

lighttpd -v