lighthttpd

LightHttpd vs Nginx

Ok, I have seen this question quite a few times here on SO and as well as elsewhere on the web. But..they are all pretty old, so I will post it again. I have the following needs: Ability to handle lots of simultaneous HTTP connections (like comet). This is the reason I am looking at other webservers rather than apache. Should be easy ...

Migrating from Apache to lighttpd?

There are many threads here weighing the various merits of Apache and lighttpd. However, no one has talked about tools for migrating from the former to the latter. Are there good tools for the task? I have a bunch of random .htaccess tweaks in directories around a site, I want to find them and make sure those are either converted cleanly...

Lighttpd mod_uploadprogress

Good morning peoples. I have been scratching my head for 2 days trying to get mod_uploadprogress to work on lighttpd 1.5.0. I have now successfully got the script to query the /progress url on the site but the trouble is that the json returned it allways {'state':'starting'}. I have used the demo pages form the lighttpd site (incase m...