Re: Ищу решения для нестандартного upload progress-а
Что-то я не совсем понял. А чем не подходит стандартный nginxмодуль nginx_upload_module? Насколько я понимаю, он может предоставлятьинформацию о прогрессе закачки любому клиенту, который знает...
View Article[PATCH] PCRE: retain input pattern for all regular expressions
# HG changeset patch# User Piotr Sikora <piotr@cloudflare.com># Date 1367490396 25200# Node ID c6434a8634386be8b9bfb90be47c4902a009b36b# Parent 886800caf36081e1fcbecd0483abeefbafc781b3PCRE:...
View ArticleRe: Ищу решения для нестандартного upload progress-а
On May 2, 2013, at 11:30 AM, Andrey Velikoredchanin <uncleandyv@gmail.com> wrote:> Что-то я не совсем понял. А чем не подходит стандартный nginx модуль nginx_upload_module? Насколько я...
View ArticleRe: Ошибка ограничения limit zone в 0.7.67-3+squeeze3
> Старая версия - это 1.2.1, а 0.7.67 - это уже музейный экспонат.Увы, но в стабильном debian squeeze это официальная версия.Я конечно поздновато спохватился (через пару дней выйдет debian wheezy),...
View ArticleRe: Problem with nginx and DTC
Hello everyone.I thank/ Recently, i wanted to install another server with is own domain name. Even i have one internet access and one ip, i searched on internet and found that the solution is a proxy...
View ArticleRe: Ищу решения для нестандартного upload progress-а
Я походу не совсем корректно выразился, опишу на примере, как бы меня вполне устроило:Есть N клиентов, которые ассинхронно аплоадят файлы на веб-сервер. Есть сервер 2, который регулярно обращается к...
View ArticleRe: Ошибка ограничения limit zone в 0.7.67-3+squeeze3
On Thursday 02 May 2013 15:51:24 Karsonito wrote:> > Старая версия - это 1.2.1, а 0.7.67 - это уже музейный экспонат.>> Увы, но в стабильном debian squeeze это официальная версия.>> Я...
View ArticleRe: Ищу решения для нестандартного upload progress-а
On Thursday 02 May 2013 17:02:16 pioneer32 wrote:> Я походу не совсем корректно выразился, опишу на примере, как бы меня> вполне устроило:>> Есть N клиентов, которые ассинхронно аплоадят...
View ArticleRe: Question about UPSTREAM configuration...
Thank you for your prompt reply. just one more ... If I have 5 servers on the upstream, use the IP_HASH, is the load distribution based on a round robin when requests would go to the first on the list....
View Article[PATCH] ngx_mail_http_auth_module
Hello, Nginx developers,I been working recently on NGinx, as part of my job .And I see some small issues as this one :This call to *ngx_close_connection* is useless as it was already made 18lines...
View ArticleRe: Ищу решения для нестандартного upload progress-а
http://wiki.nginx.org/HttpUploadProgressModule (есть в составе пакетаnginx-extras для debian wheezy и ubuntu) решит вашу задачу, вариант жес client_body_in_file_only кажется интересным, но мне не...
View Articleunderstanding break and add_header combo
Hello,I'm trying to undestand the break; statement in combination with add_header combo, on the wiki it says the following:"Completes the current set of rules. Continue processing within the current...
View Article(no subject)
I am trying my first install of Mailman. I have a workingPostfix/Dovecot/MySQL mail server running Ubuntu 12.04 and nginxstable 1.2.7.I am following the ngnix Mailman wiki...
View ArticleRe: your mail
On Thu, May 02, 2013 at 01:05:29PM -0700, Paul N. Pace wrote:Hi there,> Other than that, I tried to follow both guides to the letter. When I> go to http://lists.example.com I get redirected...
View ArticleRe: understanding break and add_header combo
On Thu, May 02, 2013 at 11:53:12AM -0400, flarik wrote:Hi there,> location ~ ^/assets/ {> location ~* \.(ttf|ttc|otf|eot|woff)$ {> Now the add_header stuff for webfonts is never set, and I do...
View ArticleRe: your mail
On Thu, May 2, 2013 at 1:21 PM, Francis Daly <francis@daoine.org> wrote:> On Thu, May 02, 2013 at 01:05:29PM -0700, Paul N. Pace wrote:>> Hi there,>>> Other than that, I tried...
View ArticleRe: your mail
On Thu, May 02, 2013 at 01:57:47PM -0700, Paul N. Pace wrote:> On Thu, May 2, 2013 at 1:21 PM, Francis Daly <francis@daoine.org> wrote:> > On Thu, May 02, 2013 at 01:05:29PM -0700, Paul...
View ArticleNginx1.2.8-JBoss5 vs Apache2.4 EventMPM-JBoss5
I am comparing Nginx's performance to Apache2.4 EventMpm's.Four Jboss instances is load-balanced and proxied by upstream and proxy_pass in Nginx, and by mod_jk in Apache2.4.I am stress-testing...
View Article[PATCH] Add Range support with gzip filter output
Hello,in case of gzip filter output for range header request(Range: start-end),range module is not work, attached patch fixes this.Thanks,Zhou.Leidiff -urN nginx-1.4.0/auto/modules...
View Article[BUG] Wrong Content-Length shared between main request and subrequests in...
Nginx uses a variable "$proxy_internal_body_length" for the"Content-Length" header in http proxy module, which is cacheable and sharedbetween the main request and all subrequests by default.Although...
View Article