Project

General

Profile

Actions

Release-1 4 10 » History » Revision 4

« Previous | Revision 4/6 (diff) | Next »
jan, 2006-02-08 15:59
fixed typo


= lighttpd 1.4.10 =

Dear lighties,

Another release for lighttpd, this time more focused on getting rid of
bugs than adding new features.

Most important first: * CGI should work again * fastcgi should not result in a crash under high load * load balancing in fastcgi should work as expected * broken digest request shouldn't crash mod_auth

New stuff:

we waited for this since a long time, now we have it: {{{
fastcgi.map-extensions = ( ".php3" => ".php" )
fastcgi.server = ( ".php" => ... )
}}}

... and we have CWD variable now to pass the relative path through to the config:

{{{
fastcgi.server = ( "dispatch.fcgi" => (( "bin-path" => CWD + "/public/dispatch.fcgi" )) )
}}}

... and we have a new option:

{{{
$ lighttpd -V
lighttpd-1.4.10 (ssl) - a light and fast webserver
Build-Date: Feb 2 2006 22:20:30

Event Handlers:

+ select (generic)
+ poll (Unix)
+ rt-signals (Linux 2.4+)
+ epoll (Linux 2.6)
- /dev/poll (Solaris)
- kqueue (FreeBSD)

Network handler:

+ sendfile

Features:

+ IPv6 support
+ zlib support
+ bzip2 support
+ crypt support
- PAM support
+ SSL Support
+ PCRE support
+ mySQL support
+ LDAP support
+ memcached support
+ FAM support
+ LUA support
+ xml support
+ SQLite support
- GDBM support
}}}
Changes
  • added docs for mod_dirlisting
  • added fastcgi.map-extensions to mod_fastcgi
  • fixed load balancing for mod_fastcgi
  • fixed extra newline for syslog() in mod_accesslog
  • fixed user-track cookie for IE in mod_usertrack
  • fixed crash in digest handling in mod_auth
  • fixed handling of 301 response-bodies from a mod_proxy backend
  • fixed loading of base modules if server.modules is not set
  • fixed broken cgi if mod_scgi is loaded
Download * [http://www.lighttpd.net/download/lighttpd-1.4.10-1.i386.rpm lighttpd-1.4.10-1.i386.rpm] [built on Fedora Core 4] * [http://www.lighttpd.net/download/lighttpd-1.4.10-1.src.rpm lighttpd-1.4.10-1.src.rpm] * [http://www.lighttpd.net/download/lighttpd-1.4.10.tar.gz lighttpd-1.4.10.tar.gz]

Updated by jan about 18 years ago · 4 revisions