comparison src/http/modules/perl/nginx.pm @ 610:7ea1bba9a4f6 NGINX_0_9_3

nginx 0.9.3 *) Bugfix: if there was a single server for given IPv6 address:port pair, then captures in regular expressions in a "server_name" directive did not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 0.9.0.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Dec 2010 00:00:00 +0300
parents 3036c1836a24
children ce857f6b74a7
comparison
equal deleted inserted replaced
609:f6fa6099ee59 610:7ea1bba9a4f6
46 HTTP_SERVICE_UNAVAILABLE 46 HTTP_SERVICE_UNAVAILABLE
47 HTTP_GATEWAY_TIME_OUT 47 HTTP_GATEWAY_TIME_OUT
48 HTTP_INSUFFICIENT_STORAGE 48 HTTP_INSUFFICIENT_STORAGE
49 ); 49 );
50 50
51 our $VERSION = '0.9.2'; 51 our $VERSION = '0.9.3';
52 52
53 require XSLoader; 53 require XSLoader;
54 XSLoader::load('nginx', $VERSION); 54 XSLoader::load('nginx', $VERSION);
55 55
56 # Preloaded methods go here. 56 # Preloaded methods go here.