lighttpd-1.5.0-pre
February 3rd, 2007
Latest Pre-Release
- lighttpd-1.5.0-r1691.tar.gz was release on 2007-02-23
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
- http://blog.lighttpd.net/articles/2007/01/31/threaded-stat
- http://www.lighttpd.net/2007/2/3/raw-io-performance
- http://blog.lighttpd.net/articles/2006/12/19/1-5-0-works-on-win32-nativly-again
- http://blog.lighttpd.net/articles/2006/12/28/lighttpd-powers-5-alexa-top-250-sites
older pre-releases
- http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz
- http://blog.lighttpd.net/articles/2006/11/15/pre-release-lighttpd-1-5-0-r1454-tar-gz
- http://blog.lighttpd.net/articles/2006/11/14/pre-release-lighttpd-1-5-0-r1435-tar-gz
-r1605 to -r1691
- added mod_cgi again
- added cmake on win32 (static and dynamic)
- fixed http-chunk decoding
- fixed several hangs when compression is used
- fixed invalid Content-Length headers in Range-responses
- fixed handling of out-of-fds
- fixed support for Solaris and compilation on IRIX
- fixed the kqueue event-handler
- fixed mem-leak in Range requests
- fixed EFAULT in gthread-aio
-r1593 to -r1605
- added check for leading slashes in mod_rewrite
- improved async-io performance for files between 4k and 16k
- fixed compression of static files in mod_deflate
- fixed configure check for the library providing aio_read()
- fixed moddirlisting, modstaticfile and the internal error-pages for mod_deflate
- fixed compilation on FreeBSD and MacOS X
-r1477 to -r1593
- added O_NOATIME support to the network-backends linux-sendfile and writev
- added a portable, threaded network-backend based on glib's gthread
- added threaded stat()
- added url.redirect-code to mod_redirect to set other HTTP status-codes than 302
- added filter-API and modchunked and moddeflate for dynamic compression
- added a static balancer for mod-proxy-core
- added $HTTP["request-method"] and $PHYSICAL["path"] conditionals
- fixed X-Sendfile support in mod-proxy-core
- fixed crash if mtime is 0
- added cmake as experimental build-system
- fixed urls in AJP13-protocol of mod-proxy-core
- added support for "now" and "weeks" to mod-expire
- added mod-magnet
8 Responses to “lighttpd-1.5.0-pre”
Sorry, comments are closed for this article.
February 6th, 2007 at 01:02 PM ...
February 7th, 2007 at 10:21 PM Thank You
February 12th, 2007 at 11:56 AM The downloadable source doesn't compile on Mac OS X. SVN trunk works though. You should really make the instructions for SVN more accessible.
February 15th, 2007 at 11:41 AM There is a lot of references to mod_deflate - however I only see mod_compress. Are they the same ?
February 17th, 2007 at 05:38 AM The package doesn't seem to include mod_cgi. Where can I get mod_cgi.so compiled for lighttpd in linux?
February 18th, 2007 at 07:46 PM It compiles without problem but doesn't seem work with cgi/fastcgi enabled. When I run, get the following error: (plugin.c.255) dlopen() failed for: /usr/local/lib/mod_fastcgi.so /usr/local/lib/mod_fastcgi.so: undefined symbol: http_chunk_append_mem 2007-02-18 20:45:07: (server.c.1119) loading plugins finally failed or 2007-02-18 21:44:37: (plugin.c.255) dlopen() failed for: /usr/local/lib/mod_cgi.so /usr/local/lib/mod_cgi.so: undefined symbol: http_chunk_append_mem depending on configuration settings. I am using fedora core 6. gcc (GCC) 4.1.1 20061011 (Red Hat 4.1.1-30)
February 24th, 2007 at 11:49 AM Compiles on gentoo, but still the same problem, that index files are not passed to proxy core. As the pcre check of proxy core is processed before mod_index_file changes the real path. No matter of the module list order.
March 4th, 2007 at 05:38 AM Files missing in lighttpd-1.5.0-r1691: network_win32_send.c sys-files.c This files are missing in the tarball from the website. 04/03/2007