Welcome! Log In Create A New Profile

Advanced

Re: nginx-1.0.4

Maxim Dounin
June 15, 2011 04:00AM
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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx-1.0.4

Igor Sysoev June 01, 2011 05:36AM

Re: nginx-1.0.4

brunohardhouse June 14, 2011 04:48PM

Re: nginx-1.0.4

Maxim Dounin June 14, 2011 06:14PM

Re: nginx-1.0.4

brunohardhouse June 14, 2011 11:07PM

Re: nginx-1.0.4

Maxim Dounin June 15, 2011 04:00AM

Re: nginx-1.0.4

brunohardhouse June 16, 2011 10:20AM

Re: nginx-1.0.4

Maxim Dounin June 17, 2011 07:36PM

Re: nginx-1.0.4

Maxim Dounin June 23, 2011 11:04PM

Re: nginx-1.0.4

brunohardhouse June 22, 2011 10:24AM

Re: nginx-1.0.4

brunohardhouse June 29, 2011 09:59AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 297
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