Skip to content

releases

Lighttpd 1.4.15 - The “following traditions” release

Here we are again. As a good tradition with lighttpd release we are bitten by a last minute hotfix in 1.4.14. :)

The bug appeared in 1.4.14 and users of 1.4.13 or older releases are not affected.

You can read up on the other 1.4.14 changes here.

Download

  • lighttpd-1.4.15.tar.gz\ (sha1sum: 67ba1279a0eaeda728c1e1143d302beb364a034c\ md5sum: d2ceaaf242b2b3593ff4d8222d543649)
  • lighttpd-1.4.15.tar.bz2\ (sha1sum: 742b567eca011fa5ef2cc506038389a4959eab56\ md5sum: b994b8c359da578dec073cae52c4924f)

Thanks for using lighttpd! :)

Latest Pre-Release

Changes

On the way from 1.4.x to 1.5.0 many things have been improved, changed and added and we try to keep track of them to make it easier for user to migrate their configuration.

  • IMPORTANT requires glib2-2.4.0 or higher
  • mod-fastcgi, mod-proxy and mod-scgi are replaced by mod-proxy-core

Must Read

  • https://blog.lighttpd.net/articles/2007/01/31/threaded-stat
  • https://www.lighttpd.net/2007/02/03/raw-io-performance
  • https://blog.lighttpd.net/articles/2006/12/19/1-5-0-works-on-win32-nativly-again
  • https://blog.lighttpd.net/articles/2006/12/28/lighttpd-powers-5-alexa-top-250-sites

older pre-releases

  • https://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz
  • https://blog.lighttpd.net/articles/2006/11/15/pre-release-lighttpd-1-5-0-r1454-tar-gz
  • https://blog.lighttpd.net/articles/2006/11/14/pre-release-lighttpd-1-5-0-r1435-tar-gz

lighttpd 1.4.13

Only 2 weeks after .12 hit the servers we have a new release cleaning up the issues that were introduced by it.

Download: - lighttpd-1.4.13.tar.gz

On the fix side we have: - fixed a seg-fault in the HTTP-Request splitting - fixed long-standing bug with Content-Length and HEAD requests - fixed a possible abort of a upload if xattr is enabled

New are - mod-magnet finally handles ‘require “lfs”’ without complaining - mod-magnet got light.stat() which uses the stat-cache - mod-webdav supports LOCK if compiled with –with-webdav-locks