From b58cc37a332aa2771a27bdaf7fe5f17bc5457937 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 15 Dec 2008 11:30:08 +0000 Subject: [PATCH] nginx-0.7.27-RELEASE --- docs/xml/nginx/changes.xml | 96 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 7b5aa028d..710f22d7d 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,102 @@ nginx changelog + + + + +ÄÉÒÅËÔÉ×Á try_files. + + +the "try_files" directive. + + + + + +ÄÉÒÅËÔÉ×Á fastcgi_pass ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÅÒÅÍÅÎÎÙÅ. + + +variables support in the "fastcgi_pass" directive. + + + + + +ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á geo ÍÏÖÅÔ ÂÒÁÔØ ÁÄÒÅÓ ÉÚ ÐÅÒÅÍÅÎÎÏÊ.
+óÐÁÓÉÂÏ áÎÄÒÅÀ îÉÇÍÁÔÕÌÉÎÕ. +
+ +now the $geo variable may get an address from a variable.
+Thanks to Andrei Nigmatulin. +
+
+ + + +ÔÅÐÅÒØ ÍÏÄÉÆÉËÁÔÏÒ location'Á ÍÏÖÎÏ ÕËÁÚÙ×ÁÔØ ÂÅÚ ÐÒÏÂÅÌÁ ÐÅÒÅÄ ÎÁÚ×ÁÎÉÅÍ. + + +now a location's modifier may be used without space before name. + + + + + +ÐÅÒÅÍÅÎÎÁÑ $upstream_response_length. + + +the $upstream_response_length variable. + + + + + +ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á add_header ÎÅ ÄÏÂÁ×ÌÑÅÔ ÐÕÓÔÏÅ ÚÎÁÞÅÎÉÅ. + + +now a "add_header" directive does not add an empty value. + + + + + +ÐÒÉ ÚÁÐÒÏÓÅ ÆÁÊÌÁ ÎÕÌÅ×ÏÊ ÄÌÉÎÙ nginx ÚÁËÒÙ×ÁÌ ÓÏÅÄÉÎÅÎÉÅ, ÎÉÞÅÇÏ ÎÅ ÐÅÒÅÄÁ×; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.25. + + +if zero length static file was requested, then nginx just closed connection; +the bug had appeared in 0.7.25. + + + + + +ÍÅÔÏÄ MOVE ÎÅ ÍÏÇ ÐÅÒÅÍÅÝÁÔØ ÆÁÊÌ × ÎÅÓÕÝÅÓÔ×ÕÀÝÉÊ ËÁÔÁÌÏÇ. + + +a MOVE method could not move file in non-existent directory. + + + + + +ÅÓÌÉ × ÓÅÒ×ÅÒÅ ÎÅ ÂÙÌ ÏÐÉÓÁÎ ÎÉ ÏÄÉÎ ÉÍÅÎÏ×ÁÎÎÙÊ location, +ÎÏ ÔÁËÏÊ location ÉÓÐÏÌØÚÏ×ÁÌÓÑ × ÄÉÒÅËÔÉ×Å error_page, +ÔÏ × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault.
+óÐÁÓÉÂÏ óÅÒÇÅÀ âÏÞÅÎËÏ×Õ. +
+ +a segmentation fault occurred in worker process, +if no one named location was defined in server, +but some one was used in an error_page directive.
+Thanks to Sergey Bochenkov. +
+
+ +
+ + -- 2.47.3