lighttpd 1.4.10 released 2

Posted by jan Wed, 08 Feb 2006 15:31:00 GMT

lighttpd 1.4.10 has been release and fixes the fastcgi and cgi problems of .9.

  • 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 is

  fastcgi.map-extensions = ( ".php3" => ".php" )
  fastcgi.server = ( ".php" => ... )

Links

Trackbacks

Use the following link to trackback from your own site:
http://blog.lighttpd.net/articles/trackback/108

Comments

Leave a response

  1. Jeroen Fri, 03 Mar 2006 09:56:25 GMT
    lighttpd v1.4.10 doesn't accept fastcgi.server in my config file. It keeps saying: 2006-03-03 09:54:15: (server.c.857) WARNING: unknown config-key: fastcgi.server (ignored) 2006-03-03 09:54:15: (log.c.75) server started
  2. László Wed, 05 Apr 2006 07:00:26 GMT
    Jeroen: make sure you uncomment the "mod_fastcgi" line in the server.modules section.
Comments