lighttpd
lighttpd is a lightweight web server used mainly to serve static files. Youtube used lighttpd before it was purchased by Google. I…
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…