Download List

Project Description

lighttpd is a secure, fast, compliant, and very flexible Web server which has been optimized for high-performance environments. It has a very low memory footprint compared to other Web servers, and it takes care of CPU load. It has an advanced feature set that includes FastCGI (load balanced), CGI, Auth, Output-Compression, URL-Rewriting, SSL, and much more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-23 17:23
1.4.8

The support for running multiple Rails
applications on one vhost has been improved.
Bugfixes were made to the upload-handler, webdav,
proxy, auth, and other modules.
Tags: Major bugfixes

2005-11-05 16:19
1.4.7

The performance for highly-concurrent, large-file downloads has been
improved by adding better read-ahead handling. It is now up to the
user to choose internal read-ahead via mmap()+writev() or kernel-based
high-perf sendfile() handling. The problems with MSIE and SSL have been
worked around; the upload temp-dir is now a set of directories to have a
fallback if one of the disks is full.
Tags: Major bugfixes

2005-10-11 09:45
1.4.6

Compilation under Mac OS X was fixed and the mod_mysql_vhost plugin now works again. The compressed output of mod_compress is now accepted by IE and Opera again.
Tags: Minor bugfixes

2005-10-03 02:03
1.4.5

This release fixes segfaults in some modules, and solves a starvation problem that might have been an issue for high traffic sites where the accept() loop optimization turned into a starvation of waiting connections. The upload problem is fixed by buffering larger uploads to disk. This helps to keep the memory usage as low as possible, even for larger uploads.
Tags: Major bugfixes

2005-09-17 01:11
1.4.4

mod_auth can handle md5 and blowfish hashes in htpasswd files, and a mem-leak was fixed in the stat-cache. A FastCGI backend can trigger a static file transfer, replacing a readfile() call on the PHP side.
Tags: Major bugfixes

Project Resources