Nginx-0.8.44

Changes with nginx 0.8.44 05 Jul
2010

*) Change: now nginx does not cache by default backend responses, if
   they have a "Set-Cookie" header line.

*) Feature: the "listen" directive supports the "setfib" parameter.
   Thanks to Andrew Filonov.

*) Bugfix: the "sub_filter" directive might change character case on
   partial match.

*) Bugfix: compatibility with HP/UX.

*) Bugfix: compatibility with AIX xcl_r compiler.

*) Bugfix: nginx treated a large SSLv2 packets as plain requests.
   Thanks to Miroslaw Jaworski.


Igor S.
http://sysoev.ru/en/

Thx a lot Igor.

Do you have plan on making 0.8 branch stable and start dev on 0.9 ?

2010/7/5 Igor S. [email protected]:

Hello!

On Thu, Jul 08, 2010 at 07:24:55PM -0400, icqheretic wrote:

Igor S. Wrote:

*) Change: now nginx does not cache by default

backend responses, if
they have a “Set-Cookie” header line.

What’s the recommended method to cache even with the Set-Cookie header
present?

proxy_ignore_headers Set-Cookie;
proxy_hide_header Set-Cookie;

Note that Set-Cookie header no longer hidden by default so you
have to explicitly hide it via proxy_hide_header if it’s not
intended to be sent to all users.

Maxim D.

Igor S. Wrote:

*) Change: now nginx does not cache by default

backend responses, if
they have a “Set-Cookie” header line.

What’s the recommended method to cache even with the Set-Cookie header
present?

Thanks, Igor. As awesome as usual.

Posted at Nginx Forum:

Hi, Igor,

I have been following NGINX for long time and am very happy to notice
that the windows version of NGINX have also been available for a while.
But to use NGINX in my real life projects, I need to develop a module
and compile it along with NGINX source code, which is not available at
this moment. I would really appreciate it if you can share with us in
regards to when you plan to make the source code of NGINX windows vesion
public?

Thank you very much!

Stewart

Posted at Nginx Forum: