466
I Use This!
Moderate Activity

Ratings and Reviews : Listing

MM23 says:
Fly light, fly fast -- lighttpd.  
4.0
   
written about 16 years ago

Lighttpd is light, fast, and unbloated, much like its chosen logo: a paper airplane. It has great Perl, Python, PHP, and even Ruby/Rails support through FastCGI. Though Apache can certainly do everything it can, lighttpd does it with significantly less overhead and memory usage, making it especially ideal for high-bandwidth websites which work primarily with large 1MB+ files.

My only qualm is the lack of .htaccess (a huge selling point for Apache) and its confusing and non-directory specific mod_rewrite implementation.

4 out of 4 users found the following review helpful.
Did this review help you? |
...ard Hurt says:
Good but could be better.  
4.0
   
written about 16 years ago

I really like the fact that the config file is much cleaner and easier to understand than some of the legacy HTTP servers. Its web serving, redefined! :)

The down side is that its FastCGI (i.e. Perl) handling is still pretty weak. Someone please show me how to run Perl CGI quickly on this web server!

Later...
Richard

Did this review help you? |
dienaya says:
Youtube uses it to serve video  
5.0
 
written over 16 years ago

Nothing matches it in terms of scalability.

1 out of 3 users found the following review helpful.
Did this review help you? |