View Full Version : ligHTTPd Web Server gaining ground
warcriminal
June 29th, 2007, 08:47 AM
I saw this article about ligHTTPd web server. Apparently it's gaining ground on other web servers, has anyone tinkered with it?
http://www.goitexpert.com/entry.cfm?entry=ligHTTPd-High-Performance-High-Availability-Web-Server
Any thoughts?
glenndavy
June 29th, 2007, 09:25 AM
I havent, but I believe a fair few people using ruby on rails and assorted python web frameworks use it - if you're hunting for information and experperiences, that might be a place to start looking.
WesRatcliff
June 29th, 2007, 12:50 PM
I run it exclusively at our colo for serving up flat files on high-traffic sites. It screams.
I've also got two instances of it in front of a couple PHP boxes doing load balancing.
It's not a silver bullet, but what it does, it does well.
Wes
Frosty Cold Drink
June 29th, 2007, 04:58 PM
Lighty is quite nice. It doesn't have quite the feature list Apache has (including available modules, of course), but ow often does one implement those features anyway? Waste not, want not.
elst
June 29th, 2007, 05:16 PM
I switched a server from Apache with mod_python to lighttpd with FastCGI a while ago, and have been quite impressed - lighttpd uses less memory, and configuration feels tidier (if you get regular expressions). Performance seems good. One of the applications on the server doesn't seem quite as happy with FastCGI as with mod_python; I suspect that FastCGI support was less tested, as FastCGI has been out of fashion.
gaten
June 29th, 2007, 06:25 PM
Lighttpd is great. Small, stable, secure and fast. VERY easy to chroot. But, like mentioned above, it doesn't have all the cool modules APache does (I miss mod_security). But once it gets more popular, we'll start to see more things for it popping up.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.