Top "Lighttpd" questions

Lighttpd is a lightweight and high-performance event-driven web server.

htdocs path in linux

I am working on linux server through ssh and want to know where to put html and php files (the …

php html lighttpd
Lighttpd 403 Forbidden for PHP files

I've just installed lighttpd on my dedicated server, mod_fastcgi is enabled, so I've appended the following lines to the …

php lighttpd http-status-code-403
socket: Too many open files (24) apache bench lighttpd

When I start Apache Bench test: ab -n 10000 -c 1300 http://domain.com/test.php I get error: socket: Too many …

apache scalability lighttpd file-descriptor
ASP.NET / Web.config: customErrors redirect only on a 404

I have this scenario: A user comes to my site and follows a link, which doesn't exists anymore, he should …

asp.net .net mono web-config lighttpd
Autotools: how to cleanup files created by "./configure" in lighttpd project?

I'm trying out lighttpd for an embedded Linux project. I got the latest source package and started writing a master …

makefile autotools configure lighttpd undo
lighttpd as reverse-proxy

DeviceA serves as a reverse-proxy and is supposed to forward requests as follows: 192.168.1.10/DeviceB ==> 192.168.1.20/index.html 192.168.1.10/DeviceC ==> 192.168.1.30/index.…

lighttpd reverse-proxy mod-proxy
Create HTML button to run Python Script

I am trying to create a button on a webpage quad_relay.html <!DOCTYPE html PUBLIC "-//W3C//…

jquery html ajax django lighttpd
How to make browser stop caching GWT nocache.js

I'm developing a web app using GWT and am seeing a crazy problem with caching of the app.nocache.js …

gwt browser-cache lighttpd
What web server to use for Lua web development

What web server (and why) should I use for Lua web development?

apache lua webserver nginx lighttpd
Failed requests by length in my ApacheBench load test result

I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below …

php scalability lighttpd load-testing apachebench