nginx as reverse caching proxy for CentOS repositories

Wouter Schoot wouter at schoot.org
Sun Mar 14 23:33:26 MSK 2010


Hi again,

To add something, from the error log:

2010/03/14 21:31:31 [info] 19695#0: *23 client closed prematurely 
connection, client: 192.168.1.113, server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:31 [info] 19695#0: *24 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:31 [info] 19695#0: *25 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:31 [info] 19695#0: *26 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:31 [info] 19695#0: *27 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:32 [info] 19695#0: *28 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:32 [info] 19695#0: *29 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"
2010/03/14 21:31:32 [info] 19695#0: *30 client closed prematurely 
connection (104: Connection reset by peer), client: 192.168.1.113, 
server: localhost, request: "GET 
/centos/5.4/os/i386/CentOS/chkconfig-1.3.30.1-2.i386.rpm HTTP/1.1", 
host: "192.168.1.104"

I tried the tips on proxy_buffering from 
http://nginx.org/pipermail/nginx/2008-March/003678.html and

proxy_ignore_client_abort  on;
fastcgi_ignore_client_abort  on;

from http://www.ruby-forum.com/topic/130527 .

Could it be so that, as suggested on the first link, only a partial file 
is received, or sent to the client ?

Wouter



More information about the nginx mailing list