On Thu, Nov 17, 2011 at 09:25:13AM -0500, sisif wrote: > nginx version: nginx/1.1.8 > built by gcc 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) > TLS SNI support enabled > configure arguments: --prefix=/usr --sbin-path=/usr/sbin/nginx > --conf-path=/etc/nginx/nginx.conf > --error-log-path=/var/log/nginx/error.log > --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/lock/nginx.locby Igor Sysoev - Nginx Mailing List - English
On Mon, Nov 21, 2011 at 11:45:20AM +0600, Rauan Maemirov wrote: > Здравствуйте. Есть формат лога > > log_format view_stats '$query_string,$remote_addr,$time_iso8601'; > > Есть локейшн: > > location /count/views { > > limit_req zone=stats burst=5; > > if ($query_string ~* "\d+,\d+,\d+$&quoby Igor Sysoev - Nginx Mailing List - Russian
On Sun, Nov 20, 2011 at 03:11:27PM +0700, Nguyen Hai Nam wrote: > Hi, > > I'm running OpenIndiana 151a server then now I'd like to build the web > service with nginx. Briefly, my scenario is: one central server installed a > few website in virtual machines, and there is a different real machine that > stores static contents. I want nginx in central server will be the reverse &gby Igor Sysoev - Nginx Mailing List - English
On Sun, Nov 20, 2011 at 02:02:04AM -0500, darmen wrote: > Привет, > > Необходимо ресайзить картинки только > по ширине, при этом высота вычисляется > автоматически пропорционально. Есть > такая возможнсоть в модуле HttpImageFIlter? http://nginx.org/ru/doby Igor Sysoev - Nginx Mailing List - Russian
On Fri, Nov 18, 2011 at 09:39:05AM -0500, janedenone wrote: > In the following simple configuration > > server { > server_name testsite.static; > root /some/path/; > index blog.html; > try_files $uri $uri.html =404; > } > > the try_files directive seems to interfere with the index directive: I > always get 404 for http://testsite.static/. If I remove the fallby Igor Sysoev - Nginx Mailing List - English
On Fri, Nov 18, 2011 at 04:02:01AM -0500, vsharun wrote: > FreeBSD 10.0-CURRENT #2: Tue Nov 8 09:30:37 EET 2011 > > src/os/unix/ngx_files.c:470:1: error: expected parameter declarator > ngx_read_ahead(ngx_fd_t fd, size_t n) > ^ > src/os/unix/ngx_files.h:280:44: note: expanded from: > #define ngx_read_ahead(fd, n) fcntl(fd, F_READAHEAD, (int) n) >by Igor Sysoev - Nginx Mailing List - Russian
On Thu, Nov 17, 2011 at 09:06:27PM +0400, Дугин Сергей wrote: > Здравствуйте. > > В логе есть такие строки > 188.32.21.102 - - [17/Nov/2011:21:03:50 +0400] "GET /published/publicdata/LEGOBOX/attachments/SC/products_pictures/LEGO-Belville-%D0%BE%D0%B1%D0%B7%D0%BE%D1%80-vPoiskePodarka.ru_1wg.jpg HTTP/1.0" 200 404 "" "Moby Igor Sysoev - Nginx Mailing List - Russian
On Thu, Nov 17, 2011 at 05:44:32AM -0500, AlexXF wrote: > Anyway - it works after i've made that changes in nginx.conf file. Browsers usually store intermediate certificates which they receive and which are signed by trusted authorities, so actively used browsers may already have the required intermediate certificates and may not complain about a certificate sent without a chained bundle. --by Igor Sysoev - Nginx Mailing List - English
On Thu, Nov 17, 2011 at 05:53:05AM -0500, AlexXF wrote: > Upd. It works for concatenated cert files also. > > Looks like topic starter forgot to concatenate cert files before. He might concatenate them in the wrong order or might use only site-bundle.crt. -- Igor Sysoev _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailmby Igor Sysoev - Nginx Mailing List - English
On Thu, Nov 17, 2011 at 03:26:14AM -0500, estless wrote: > Привет, > прошу помощи, ибо не могу для себя > объяснить некоторое nginx-поведение ;( > в основном nginx.conf написал: > index index.xml index.html; > > есть виртуальный хост, следующего > содержаниby Igor Sysoev - Nginx Mailing List - Russian
On Wed, Nov 16, 2011 at 08:04:30PM -0500, sisif wrote: > Hello, > About MP4 module, my files are around 100-200MB, 30-50minutes videos. > When I try to seek more then 14-20min from start, I got "video not > found" and this error in nginx log: > 2011/11/17 01:17:46 15463#0: *19 start time is out mp4 stts > samples in "/home/host/download/4040292549.mp4 > >by Igor Sysoev - Nginx Mailing List - English
On Tue, Nov 15, 2011 at 01:29:04PM +0100, Bruno Prémont wrote: > Hi Igor, > > It would be nice if you could include tarball checksums in the release > announcements! Is http://nginx.org/download/nginx-1.0.10.tar.gz.asc not enough ? -- Igor Sysoev _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginxby Igor Sysoev - Nginx Mailing List - English
Изменения в nginx 1.0.10 15.11.2011 *) Исправление: в рабочем процессе мог произойти segmentation fault, если resolver получил большой DNS-ответ. Спасибо Ben Hawkes. *) Исправление: в вычислении ключа для кэшированиby Igor Sysoev - Nginx Mailing List - Russian
Изменения в nginx 1.0.10 15.11.2011 *) Исправление: в рабочем процессе мог произойти segmentation fault, если resolver получил большой DNS-ответ. Спасибо Ben Hawkes. *) Исправление: в вычислении ключа для кэшированиby Igor Sysoev - Nginx Announcements - Russian
Changes with nginx 1.0.10 15 Nov 2011 *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes. *) Bugfix: in cache key calculation if internal MD5 implementation was used; the bug had appeared in 1.0.4. *) Bugfix: the module ngx_http_mp4_module sent incorrectby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 1.0.10 15 Nov 2011 *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes. *) Bugfix: in cache key calculation if internal MD5 implementation was used; the bug had appeared in 1.0.4. *) Bugfix: the module ngx_http_mp4_module sent incorrectby Igor Sysoev - Nginx Announcements - English
Author: is Date: 2011-11-15 08:24:10 +0000 (Tue, 15 Nov 2011) New Revision: 4292 Added: tags/release-1.0.10/ Log: release-1.0.10 tag Property changes on: tags/release-1.0.10 ___________________________________________________________________ Added: svn:ignore + access.log client_body_temp fastcgi_temp proxy_temp GNUmakefile Makefile makefile nginx nginx.conf nginx-*.tar.gz objs* tmp Addby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-15 08:24:03 +0000 (Tue, 15 Nov 2011) New Revision: 4291 Modified: branches/stable-1.0/docs/xml/nginx/changes.xml Log: nginx-1.0.10-RELEASE Modified: branches/stable-1.0/docs/xml/nginx/changes.xml =================================================================== --- branches/stable-1.0/docs/xml/nginx/changes.xml 2011-11-14 16:14:11 UTC (rev 4290) +++ branches/stableby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 16:14:11 +0000 (Mon, 14 Nov 2011) New Revision: 4290 Modified: branches/stable-1.0/ branches/stable-1.0/src/http/modules/ngx_http_mp4_module.c Log: Merge of r4283: Fix of "Content-Length" header of MP4 response if start argument was used. Patch by Piotr Sikora. Property changes on: branches/stable-1.0 _______________________________________________by Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 16:13:15 +0000 (Mon, 14 Nov 2011) New Revision: 4289 Modified: branches/stable-1.0/ branches/stable-1.0/src/core/ngx_md5.c Log: Merge of r4280: Reverted incorrect change in internal md5 (part of r3928). Property changes on: branches/stable-1.0 ___________________________________________________________________ Modified: svn:mergeinfo - /trunk:3960-3974,397by Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 16:12:25 +0000 (Mon, 14 Nov 2011) New Revision: 4288 Modified: branches/stable-1.0/ branches/stable-1.0/src/core/ngx_resolver.c Log: Merge of r4268: Fixed compression pointer processing in DNS response greater than 255 bytes. Thanks to Ben Hawkes. Property changes on: branches/stable-1.0 ___________________________________________________________________ Modby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 15:53:35 +0000 (Mon, 14 Nov 2011) New Revision: 4287 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-11-14 15:38:02 UTC (rev 4286) ++by Igor Sysoev - Nginx Development
Changes with nginx 1.1.8 14 Nov 2011 *) Change: the ngx_http_limit_zone_module was renamed to the ngx_http_limit_conn_module. *) Change: the "limit_zone" directive was superseded by the "limit_conn_zone" directive with a new syntax. *) Feature: support for multiple "limit_conn" limits on the same levby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 1.1.8 14 Nov 2011 *) Change: the ngx_http_limit_zone_module was renamed to the ngx_http_limit_conn_module. *) Change: the "limit_zone" directive was superseded by the "limit_conn_zone" directive with a new syntax. *) Feature: support for multiple "limit_conn" limits on the same levby Igor Sysoev - Nginx Announcements - English
Изменения в nginx 1.1.8 14.11.2011 *) Изменение: модуль ngx_http_limit_zone_module переименован в ngx_http_limit_conn_module. *) Изменение: директива limit_zone заменена директивой limit_conn_zone с новым синтаксисом. *) Добавленby Igor Sysoev - Nginx Mailing List - Russian
Изменения в nginx 1.1.8 14.11.2011 *) Изменение: модуль ngx_http_limit_zone_module переименован в ngx_http_limit_conn_module. *) Изменение: директива limit_zone заменена директивой limit_conn_zone с новым синтаксисом. *) Добавленby Igor Sysoev - Nginx Announcements - Russian
Author: is Date: 2011-11-14 15:38:02 +0000 (Mon, 14 Nov 2011) New Revision: 4286 Added: tags/release-1.1.8/ Log: release-1.1.8 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-11-14 15:37:54 +0000 (Mon, 14 Nov 2011) New Revision: 4285 Modified: trunk/docs/xml/nginx/changes.xml Log: nginx-1.1.8-RELEASE Modified: trunk/docs/xml/nginx/changes.xml =================================================================== --- trunk/docs/xml/nginx/changes.xml 2011-11-14 14:59:00 UTC (rev 4284) +++ trunk/docs/xml/nginx/changes.xml 2011-11-14 15:37:54 UTC (by Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 14:59:00 +0000 (Mon, 14 Nov 2011) New Revision: 4284 Modified: trunk/src/core/nginx.c trunk/src/core/ngx_log.h trunk/src/os/unix/ngx_files.h trunk/src/os/win32/ngx_files.h Log: Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() for output of ./configure options, etc., since ngx_log_stderr() output length is limited by 2048 characters defiby Igor Sysoev - Nginx Development
Author: is Date: 2011-11-14 14:42:48 +0000 (Mon, 14 Nov 2011) New Revision: 4283 Modified: trunk/src/http/modules/ngx_http_mp4_module.c Log: Fix of "Content-Length" header of MP4 response if start argument was used. Patch by Piotr Sikora. Modified: trunk/src/http/modules/ngx_http_mp4_module.c =================================================================== --- trunk/src/http/moby Igor Sysoev - Nginx Development
![]() |
![]() |
![]() |
![]() |
|