Nginx, an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev, has reached version 1.2.8.
Highlights of Nginx 1.2.8:
• New sessions were not always stored, if the “ssl_session_cache shared” directive was used and there was no available free space in the shared memory;
• Responses will no longer hang if the subrequests have been used and a DNS error happened during a subrequest processing;
• A bugfix has been… (read more)