comparison src/http/ngx_http_special_response.c @ 84:991c6e4c7654 NGINX_0_1_42

nginx 0.1.42 *) Bugfix: if the request URI had a zero length after the processing in the ngx_http_proxy_module, then the segmentation fault or bus error occurred in the ngx_http_proxy_module. *) Bugfix: the "limit_rate" directive did not work inside the "if" block; bug appeared in 0.1.38.
author Igor Sysoev <http://sysoev.ru>
date Tue, 23 Aug 2005 00:00:00 +0400
parents da9a3b14312d
children e916a291e9aa
comparison
equal deleted inserted replaced
83:8216480b2a2e 84:991c6e4c7654
159 159
160 static char error_501_page[] = 160 static char error_501_page[] =
161 "<html>" CRLF 161 "<html>" CRLF
162 "<head><title>501 Method Not Implemented</title></head>" CRLF 162 "<head><title>501 Method Not Implemented</title></head>" CRLF
163 "<body bgcolor=\"white\">" CRLF 163 "<body bgcolor=\"white\">" CRLF
164 "<center><h1>500 Method Not Implemented</h1></center>" CRLF 164 "<center><h1>501 Method Not Implemented</h1></center>" CRLF
165 ; 165 ;
166 166
167 167
168 static char error_502_page[] = 168 static char error_502_page[] =
169 "<html>" CRLF 169 "<html>" CRLF