Questions tagged [lighttpd]

Lightweight open-source web server

Security, speed, compliance, and flexibility -- all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems.

39 questions
1
vote
1 answer

Installiing "lighttpd" on Ubuntu 18.04: It's broken!

First note: There seem to be several existing threads on this general subject. However, I looked them over and they all seem to be of the "unmet dependencies"/can't install variety. My problem is different; it installs; but fails to run. I did the…
0
votes
1 answer

lighttpd shows 404 not found when i enter a subdirectory

I have a server running lighttpd, so I could host a website on it. But thing is that when I enter a sub directory such as "domain.com/example/" I get a "404 - Not Found". Here is my lighttpd configuration if you want to take a look at it. Any help…