# HG changeset patch # User Igor Sysoev # Date 1237380383 0 # Node ID 7503d95d6eadad14c28b2db183ba09848265274b # Parent 1374ffff96356caa5aa47e46bc4c27436d6d37db nginx-0.7.43-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,35 @@ nginx changelog + + + + +запрос обрабатывался неверно, если директива root использовала переменные; +ошибка появилась в 0.7.42. + + +a request was handled incorrectly, if a "root" directive used variables; +the bug had appeared in 0.7.42. + + + + + +если сервер слушал на адресах типа "*", то значение переменной $server_addr +было "0.0.0.0"; +ошибка появилась в 0.7.36. + + +if a server listened on wildcard address, then the $server_addr variable +value was "0.0.0.0"; +the bug had appeared in 0.7.36. + + + + + + @@ -29,7 +58,7 @@ is ignored. now if a file specified in a "auth_basic_user_file" directive is absent, -then the 405 error is returned instead of the 500 one. +then the 403 error is returned instead of the 500 one.