comparison src/http/modules/perl/nginx.pm @ 436:dc98ed169c03 NGINX_0_7_30

nginx 0.7.30 *) Bugfix: a segmentation fault occurred in worker process, if variables were used in the "fastcgi_pass" and "proxy_pass" directives and host name must be resolved; the bug had appeared in 0.7.29.
author Igor Sysoev <http://sysoev.ru>
date Wed, 24 Dec 2008 00:00:00 +0300
parents 49a0eb7ce20c
children ce4f9ff90bfa
comparison
equal deleted inserted replaced
435:afc35e97690d 436:dc98ed169c03
45 HTTP_SERVICE_UNAVAILABLE 45 HTTP_SERVICE_UNAVAILABLE
46 HTTP_GATEWAY_TIME_OUT 46 HTTP_GATEWAY_TIME_OUT
47 HTTP_INSUFFICIENT_STORAGE 47 HTTP_INSUFFICIENT_STORAGE
48 ); 48 );
49 49
50 our $VERSION = '0.7.29'; 50 our $VERSION = '0.7.30';
51 51
52 require XSLoader; 52 require XSLoader;
53 XSLoader::load('nginx', $VERSION); 53 XSLoader::load('nginx', $VERSION);
54 54
55 # Preloaded methods go here. 55 # Preloaded methods go here.