How to install lighttpd from source code
Lighttpd is a secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments. In this post, we…
Lighttpd is a secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments. In this post, we…
lighttpd server crashes with fllowing error in error_log file. 2019-11-05 09:39:02: (network_linux_sendfile.c.143) open failed: Too many open files 2019-11-05 09:39:02: (connections.c.603) connection…
lighttpd is a lightweight web server used mainly to serve static files. Youtube used lighttpd before it was purchased by Google. I…
mod_alias lighttpd module allow you to map urls to file system. For example, you need /mrtg show /var/www/mrtg You need to first…
I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for Apache, Apache have “Listen” option to…
To restart lighttpd if it went down or crashed, create a file check_lighttpd.sh mkdir /usr/serverok vi /usr/serverok/check_lighttpd.sh With the following content #!/bin/bash…