ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uploadprogress



Все ли так?
http {
...
upload_progress proxied 1m;
...
    server {
        ...
        location / {
            ...
            track_uploads proxied 1s;
            ...
        }
        location ^~ /progress {
            report_uploads proxied;
        }
         ...
}

Если все так, то покажи output от make | grep upload && make install | grep upload


On Wed, Apr 1, 2009 at 3:20 PM, Vasiliy Tolstov <v.tolstov@xxxxxxxxx> wrote:
Попробовал ради интереса поставить модуль uploadprogress для nginx.
Сделал по аналогии с текстами в интернет конфиг.
При перезапуске nginx в лог-файле появляется строка
2009/03/30 17:14:49 [emerg] 32380#0: unknown directive "upload_progress"
in /etc/nginx/nginx.conf:43

nginx version: nginx/0.7.46
configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access_log
--error-log-path=/var/log/nginx/error_log --pid-path=/var/run/nginx.pid
--http-client-body-temp-path=/var/tmp/nginx/client
--http-proxy-temp-path=/var/tmp/nginx/proxy
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-md5-asm
--with-md5=/usr/include --with-sha1-asm --with-sha1=/usr/include
--with-http_realip_module --with-http_flv_module --with-debug
--with-http_ssl_module --with-http_stub_status_module
--with-http_dav_module --with-mail --with-mail_ssl_module
--add-module=modules/ngx_http_bytes_filter_module
--add-module=modules/ngx_http_upstream_keepalive_module
--add-module=modules/ngx_uploadprogress_module


--
Vasiliy Tolstov <v.tolstov@xxxxxxxxx>
Selfip.Ru





--
Yours sincerely,
Vladimir Getmanshchuk

Senior Unix System Administrator
Openfilm, LLC

Email: vladget@xxxxxxxxxxxx
Skype: vladimir.getmanshchuk



 




Copyright © Lexa Software, 1996-2009.