lighttpd

lighttpd

February 2nd, 2007

Security, speed, compliance, and flexibility--all of these describe LightTPD 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, CGI, Auth, Output-Compression, URL-Rewriting and many more) LightTPD is the perfect solution for every server that is suffering load problems. And best of all it's Open Source licensed under the revised BSD license.

light footprint + httpd = LightTPD (pronounced lighty)

Web 2.0

lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative webservers.

This fast web server and its development team create a webserver with the needs of the future web in mind:

Its event-driven architecure is optimized for a large number of parallel connections (keep-alive) which is important for high performant AJAX applications.

9 Responses to “lighttpd”

  1. daniel Says:
    nice webserver
  2. Medved Says:
    YouTube and wikipedia are using lighttpd? i don't think so
  3. Jan Kneschke Says:
    They are. Both are using lighttpd to deliver the static content to the clients. Use firebug and check the different servers: for youtube the servers starting with static-*... and for wikipedia the ones with upload.*
  4. zlib Says:
    Wow Medved, way to go to humiliate yourself. Don't act like you know it all when you clearly don't.
  5. Ted Says:
    http://meta.wikimedia.org/wiki/Servers Wikipedia proper is run by Apache with Squids in front. As far as I know there are no Lighttpd servers being used to serve pages. Love your server, by the way. Small, fast, and doesn't break.
  6. Gavin Says:
    I have been following lighty for some time and I am very impressed with it. It is in use on one of our development server and doing a great job, especially in benchmarks. It would be interesting to roll it out onto our cluster system. Do you have plans to implement sticky sessions into the load balancer, and if so, when would this be available? This is the last thing standing in the way of lighty replacing apache in my set up. Greets, Gavin
  7. Jan Kneschke Says:
    Ted, run curl -I against upload.wikimedia.org and against download.wikimedia.org. Both return the Server-header containing lighttpd.
  8. roytam1 Says:
    @Ted: They mentioned lighttpd in their help desk archive. http://en.wikipedia.org/wiki/Wikipedia:Help_desk/Archive_35#Book_Cover_Image
  9. daniel cialdella Says:
    Nice !!!! I´ll download it now ! thank you dac

Sorry, comments are closed for this article.