Project

General

Profile

Actions

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

Updated by jan over 11 years ago · 6 revisions