Webserver

  

Nginx is a great webserver that is flexible, feature rich and fairly well documented. But have you ever wanted to whitelist files upon their extensions and did not find a solution in the documentation reference? The bad answer is you will not find it.

The good answer is: It is possible.

Read more

  

After nine years of development nginx reaches version 1.0.0 which is now the latest stable version and ready for production. Version 0.8.54 is now the newest legacy stable version.

Read more

  
Version 1.21 is mainly a bugfix release over 1.4.20 and fixes at least 30 bugs. There are also 3 new features: mod_compress now supports caching through etags and last-modifieda new config setting debug.log-timeouts = “enable”. The default is now disabled and eleminates annoying log entriesa new $HTTP[“language”] conditional that allows interesting stuff like url rewritings that takes language codes into account The official Lighttpd 1.4.21 release announcement and changelog

Read more