nginx-0.7.36
Jim Ohlstein
jim.ohlstein at gmail.com
Sat Feb 21 17:02:32 MSK 2009
Hi Igor,
I tried to run 0.7.36. No problem configuring or compiling but when I run it
I get a 502 using php. Two different boxes, one using php-fpm, the other
apache-mod_php. No changes in config files.
Reverted back to 0.7.35 and all is working as expected.
Jim
> -----Original Message-----
> From: owner-nginx at sysoev.ru [mailto:owner-nginx at sysoev.ru] On Behalf Of
> Igor Sysoev
> Sent: Saturday, February 21, 2009 2:32 AM
> To: nginx at sysoev.ru
> Subject: nginx-0.7.36
>
> Changes with nginx 0.7.36 21 Feb
> 2009
>
> *) Feature: a preliminary IPv6 support; the "listen" directive of
> the
> HTTP module supports IPv6.
>
> *) Bugfix: the $ancient_browser variable did not work for browsers
> preset by a "modern_browser" directives.
>
>
> Usage:
>
> ./configure --with-ipv6 ...
>
>
> http {
>
> server {
> listen *:8000; # ipv4
> listen [::]:8000; # ipv6
> listen [fe80::1]; # ipv6
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
More information about the nginx
mailing list