Author: is Date: 2011-11-01 13:49:31 +0000 (Tue, 01 Nov 2011) New Revision: 4249 Modified: branches/stable-1.0/ branches/stable-1.0/src/http/ngx_http_file_cache.c branches/stable-1.0/src/http/ngx_http_upstream.c Log: Merging r4151, r4152, r4177: HTTP cache related fixes: *) Cache: fix for sending of empty responses. Revert wrong fix for empty responses introduced in 0.8.31 and applby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 13:45:33 +0000 (Tue, 01 Nov 2011) New Revision: 4248 Modified: branches/stable-1.0/ branches/stable-1.0/src/http/modules/ngx_http_empty_gif_module.c branches/stable-1.0/src/http/modules/ngx_http_rewrite_module.c branches/stable-1.0/src/http/modules/ngx_http_static_module.c branches/stable-1.0/src/http/ngx_http_core_module.c branches/stable-1.0/src/httby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 13:24:50 +0000 (Tue, 01 Nov 2011) New Revision: 4247 Modified: branches/stable-1.0/ branches/stable-1.0/src/core/ngx_cycle.c branches/stable-1.0/src/core/ngx_palloc.c branches/stable-1.0/src/core/ngx_string.c branches/stable-1.0/src/event/ngx_event.c branches/stable-1.0/src/event/ngx_event_timer.c branches/stable-1.0/src/http/modules/ngx_http_dav_mby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 13:00:30 +0000 (Tue, 01 Nov 2011) New Revision: 4246 Modified: branches/stable-1.0/ branches/stable-1.0/src/event/ngx_event_openssl.c branches/stable-1.0/src/http/modules/ngx_http_ssl_module.c branches/stable-1.0/src/http/ngx_http_request.c Log: Merging r4034, r4186, r4187, r4229, r4235, r4237: SSL related fixes: *) Better handling of various per-server sby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 11:26:56 +0000 (Tue, 01 Nov 2011) New Revision: 4245 Modified: branches/stable-1.0/ branches/stable-1.0/src/os/unix/ngx_process.c Log: Merging r4020: SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. Non-daemon mode is currently used by supervisord, daemontools and so on or during debugging. The NOACCEPT signal is only used for online upgrade which isby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 11:25:15 +0000 (Tue, 01 Nov 2011) New Revision: 4244 Modified: branches/stable-1.0/ branches/stable-1.0/auto/unix branches/stable-1.0/src/core/ngx_connection.c branches/stable-1.0/src/os/unix/ngx_freebsd_config.h branches/stable-1.0/src/os/unix/ngx_linux_config.h Log: Merging r4017: Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. NetBSby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 11:23:26 +0000 (Tue, 01 Nov 2011) New Revision: 4243 Modified: branches/stable-1.0/ branches/stable-1.0/auto/install branches/stable-1.0/src/core/ngx_log.c Log: Merging r4013, r4200: error_log related fixes: *) Complain on invalid log levels. Previously only first log level was required to be correct, while error_log directive in fact accepts list ofby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 11:19:58 +0000 (Tue, 01 Nov 2011) New Revision: 4242 Modified: branches/stable-1.0/ branches/stable-1.0/src/core/ngx_parse.c branches/stable-1.0/src/core/ngx_parse.h branches/stable-1.0/src/http/modules/ngx_http_referer_module.c branches/stable-1.0/src/http/ngx_http_core_module.c branches/stable-1.0/src/http/ngx_http_special_response.c Log: Merging r4by Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 11:06:31 +0000 (Tue, 01 Nov 2011) New Revision: 4241 Modified: branches/stable-1.0/ branches/stable-1.0/src/http/modules/ngx_http_log_module.c Log: Merging r3992, r4192: access_log related fixes: *) Removal of error message about %name log_format parameters, they have been deleted long ago in 0.5.0-RELEASE. *) Improved access log escaping to better protectby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-01 10:10:50 +0000 (Tue, 01 Nov 2011) New Revision: 4240 Modified: branches/stable-1.0/src/core/nginx.h branches/stable-1.0/src/http/modules/perl/nginx.pm Log: Version bump. Modified: branches/stable-1.0/src/core/nginx.h =================================================================== --- branches/stable-1.0/src/core/nginx.h 2011-10-31 14:52:53 UTC (rev 4239) ++by Igor Sysoev - Nginx Development
Нет. -- Igor Sysoev 01.11.2011, в 13:00, "alexnginx" <nginx-forum@nginx.us> написал(а): > Так можно или нет? > > Posted at Nginx Forum: http://forum.nginx.org/read.php?21,217592,217594#msg-217594 > > _______________________________________________ > nginx-ru mailing list > nginx-ru@nginx.org > http://mailman.nginx.org/mailman/by Igor Sysoev - Nginx Mailing List - Russian
On Tue, Nov 01, 2011 at 01:00:25AM -0400, Bryan McLellan wrote: > I'm experiencing an issue where nginx and having a difficult time > determining the cause. It is timing out on an HTTPS PUT (to an HTTP > backend) when content length is greater than 16384 (per > $content_length) and it contains UTF-8 characters. The connection > hangs and I get a 408 returned by nginx after 60 secondby Igor Sysoev - Nginx Mailing List - English
Изменения в nginx 1.1.7 31.10.2011 *) Добавление: поддержка нескольких DNS серверов в директиве "resolver". Спасибо Кириллу Коринскому. *) Исправление: на старте или во время переконфигурации происхby Igor Sysoev - Nginx Mailing List - Russian
Changes with nginx 1.1.7 31 Oct 2011 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" definby Igor Sysoev - Nginx Mailing List - Russian
Изменения в nginx 1.1.7 31.10.2011 *) Добавление: поддержка нескольких DNS серверов в директиве "resolver". Спасибо Кириллу Коринскому. *) Исправление: на старте или во время переконфигурации происхby Igor Sysoev - Nginx Announcements - Russian
Changes with nginx 1.1.7 31 Oct 2011 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" definby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 1.1.7 31 Oct 2011 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" definby Igor Sysoev - Nginx Announcements - English
Changes with nginx 1.1.7 31 Oct 2011 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" definby Igor Sysoev - Nginx Announcements - Russian
Author: is Date: 2011-10-31 14:52:53 +0000 (Mon, 31 Oct 2011) New Revision: 4239 Added: tags/release-1.1.7/ Log: release-1.1.7 tag _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-develby Igor Sysoev - Nginx Development
Author: is Date: 2011-10-31 14:52:46 +0000 (Mon, 31 Oct 2011) New Revision: 4238 Modified: trunk/docs/xml/nginx/changes.xml Log: nginx-1.1.7-RELEASE Modified: trunk/docs/xml/nginx/changes.xml =================================================================== --- trunk/docs/xml/nginx/changes.xml 2011-10-31 14:30:03 UTC (rev 4237) +++ trunk/docs/xml/nginx/changes.xml 2011-10-31 14:52:46 UTC (by Igor Sysoev - Nginx Development
Author: is Date: 2011-10-31 14:30:03 +0000 (Mon, 31 Oct 2011) New Revision: 4237 Modified: trunk/src/event/ngx_event_openssl.c Log: Silently ignoring a stale global SSL error left after disabled renegotiation. Modified: trunk/src/event/ngx_event_openssl.c =================================================================== --- trunk/src/event/ngx_event_openssl.c 2011-10-31 10:38:20 UTC (rev 4by Igor Sysoev - Nginx Development
Author: is Date: 2011-10-28 15:24:31 +0000 (Fri, 28 Oct 2011) New Revision: 4232 Modified: trunk/conf/mime.types Log: Adding m4a and m4v MIME types (closed #42). Modified: trunk/conf/mime.types =================================================================== --- trunk/conf/mime.types 2011-10-26 13:18:33 UTC (rev 4231) +++ trunk/conf/mime.types 2011-10-28 15:24:31 UTC (rev 4232) @@ -62,6 +by Igor Sysoev - Nginx Development
Для того, чтобы nginx использовал новую zoneinfo, после изменения zoneinfo нужно послать главному процессу сигнал HUP. -- Игорь Сысоев http://sysoev.ru _______________________________________________ nginx-ru mailing list nginx-ru@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-ruby Igor Sysoev - Nginx Mailing List - Russian
On Thu, Oct 27, 2011 at 07:06:29AM -0400, Brian Akins wrote: > > On Oct 27, 2011, at 3:41 AM, agentzh wrote: > >> > >> What would be the usage of multi-threads? > >> > > > > Mostly for (blocking) disk I/O and other syscalls that have to block > > the main thread of an nginx worker :) > > > > True. I've seen some systems where thby Igor Sysoev - Nginx Mailing List - English
On Thu, Oct 27, 2011 at 10:40:01PM +0300, Alexandr Gomoliako wrote: > > Really ? nginx is not single line pipelined commands. > > Single mistake should not stop whole server. I believe that nginx > > should log mistake and allows other requests to proceed. > > Let's say we are creating a handler and this handler died but > was able to create another one. This another haby Igor Sysoev - Nginx Development
On Thu, Oct 27, 2011 at 01:47:50AM +0300, Alexandr Gomoliako wrote: > 2. Remove G_EVAL from callback > Mistake in perl handler is as fatal as segfault and > nginx should just let it croak. If anyone really > wants this, they can always use "eval {}". Really ? nginx is not single line pipelined commands. Single mistake should not stop whole server. I believe that nginx shoulby Igor Sysoev - Nginx Development
On Thu, Oct 27, 2011 at 01:47:50AM +0300, Alexandr Gomoliako wrote: > 3. Ditch multiplicity and clean things up a bit. > I can't find any reason to support multiplilicity, > especially with asynchronous model. The multiplicity is required to support graceful and fault-tolerant reload: nginx creates new Perl interpreter for a new configuration and frees old interpreter if the new configuby Igor Sysoev - Nginx Development
On Thu, Oct 27, 2011 at 03:41:24PM +0800, agentzh wrote: > On Thu, Oct 27, 2011 at 5:43 AM, Brian Akins <brian@akins.org> wrote: > > On Wed, Oct 26, 2011 at 10:57 AM, Igor Sysoev <igor@sysoev.ru> wrote: > >> > >> > And is any one know whether and when > >> > multithread will be supported? > >> > >> Probably, in 2.0. > >by Igor Sysoev - Nginx Mailing List - English
On Wed, Oct 26, 2011 at 10:49:47AM -0400, wdmchaft wrote: > I saw multithread support in the source code, but why multithread is not > supported in current version? Because threads support is broken. > And is any one know whether and when > multithread will be supported? Probably, in 2.0. -- Igor Sysoev _______________________________________________ nginx mailing list nginx@ngiby Igor Sysoev - Nginx Mailing List - English
On Wed, Oct 26, 2011 at 01:11:40AM +0400, Кирюшкин Владимир wrote: > Hello, > > i have an issue with getting users' real IP. I am using nginx as frontend with thttpd as backend. I've added such options to my default server in nginx config: > > location ~ \.cgi|pl$ { > proxy_pass http://127.0.0.1:by Igor Sysoev - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
|