Welcome! Log In Create A New Profile

Advanced

$bytes_sent = 0, nginx 1.8.0

October 30, 2015 10:41AM
Всем привет!

Раздаю с помощью nginx файлики с диска вот так:

location ^~ /files/ {
alias /mnt/plugins-data/t/files/;
}


Внезапно в логе сервера появилась строка:
"XXX.XXX.XXX.XXX - - [28/Oct/2015:17:03:03 +0300] "GET /files/1800/21707/DBN-14.1.zip HTTP/1.1" 200 0 "-" "Java/1.8.0_40" 0.000 316 0"

Последний ноль - это $bytes_sent

Версия nginx - из rpm на Amazon Linux:


# nginx -V
nginx version: nginx/1.8.0
built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC)
built with OpenSSL 1.0.1k-fips 8 Jan 2015
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_spdy_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-mail_ssl_module --with-pcre --with-pcre-jit --with-google_perftools_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --with-ld-opt=' -Wl,-E'


Нашел вот это - http://mailman.nginx.org/pipermail/nginx-devel/2015-May/006940.html

Но у меня нет "aio threads".

Но в опция выше я вижу "--with-file-aio" (со словов "aio").

Что делать? :)

--
s.
Subject Author Posted

$bytes_sent = 0, nginx 1.8.0

siroco October 30, 2015 10:41AM

Re: $bytes_sent = 0, nginx 1.8.0

siroco October 30, 2015 11:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 204
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready