nginx-1.0.4
Maxim Dounin
mdounin at mdounin.ru
Wed Jun 15 11:59:51 MSD 2011
Hello!
On Tue, Jun 14, 2011 at 11:07:50PM -0400, brunohardhouse wrote:
> Sorry,
>
> /usr/local/nginx/sbin/nginx -V
> nginx: nginx version: nginx/1.0.4
> nginx: built by gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
> nginx: TLS SNI support enabled
> nginx: configure arguments: --with-http_ssl_module --with-debug
> --with-http_gzip_static_module --with-http_stub_status_module
>
> Part of Config:
>
> http {
> proxy_cache_path /usr/local/nginx/html/cache levels=1:2
> keys_zone=my-cache:8m max_size=1000m inactive=600m;
> proxy_temp_path /usr/local/nginx/html/cache/tmp;
> }
>
> server {
>
> upstream backend-img {
> server x.x.x.x;
> server x.x.x.x;
> }
>
>
> location ~* \.(png|gif|jpg|bmp|jpeg|swf|fla|js|css)$ {
> proxy_buffering on;
> proxy_cache my-cache;
> proxy_cache_valid 200 302 120m;
> #proxy_cache_valid 404 1m;
> expires 86400;
> proxy_pass http://backend-img;
> }
> }
>
> Debug log:
>
> 2011/06/14 23:41:22 [debug] 4704#0: *27136 http copy filter:
> "/201103/04/I_M_44112691.JPG?"
> 2011/06/14 23:41:22 [debug] 4717#0: *27130 finalize http upstream
> request: -1
> 2011/06/14 23:41:22 [debug] 4704#0: *27136 http postpone filter
> "/201103/04/I_M_44112691.JPG?" 00007FFF0E740E10
> 2011/06/14 23:41:22 [debug] 4717#0: *27130 finalize http proxy request
Could you please show at least all lines with ' *27130 ' from the
log? You showed only some last lines from the connection in
question, and this is clearly not enough to say anything.
[...]
> 2011/06/14 23:41:22 [debug] 4704#0: epoll timer: 7044
> 2011/06/14 23:41:22 [debug] 4717#0: *27130 http file cache cleanup
> 2011/06/14 23:41:22 [alert] 4717#0: *27130 stalled cache updating,
> error:0 while closing request, client: 189.58.56.239, server:
> 0.0.0.0:80
> 2011/06/14 23:41:22 [debug] 4717#0: *27130 http file cache free, fd: 53
[...]
Maxim Dounin
More information about the nginx
mailing list