Actions
Release-1 4 10 » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
jan, 2006-02-08 14:40
= 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" )
fastcig.server = ( ".php" => ... )
}}}
Updated by jan almost 19 years ago · 2 revisions