Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2297)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#64 fixed Nginx discards alive upstreams and returns 502 somebody Vladimir Protasov
Description

We've set up Nginx as load balancer, but sometimes it returns 502 instead of page contents. We've found the problem is happening when some of backends is going down for maintenance (while others is alive and looks good). Looks like Nginx sometimes decides that alive servers is down, while they aren't.

Everything is tested under very low load (32 requests was performed from a single client in a few threads).

The problem is easily reproducible and affects all Nginx versions since 0.9.4 up to 1.1.9. It's harder to reproduce it in 0.8.55, but looks like it's affected too.

I'm attaching sample minimized configuration with debug logs for latest stable version, which should help to reproduce and figure out the problem.

Also, the problem was reproduced on Centos 6.0 with backends running apache, Nginx and IIS on both Windows and Linux (whenever it was possible).

#65 fixed CFLAGS and SunPRO linkage somebody launchpad.net/~svs
Description

Quoting http://forum.nginx.org/read.php?29,65907,65907

"at the moment [March 20, 2010], linkage on Solaris with SunPRO will fail, if CFLAGS is set in the environment. This is a consequenec of skipping auto/cc/sunc, which sets NGX_AUX to the assembler routines implementing ngx_atomic_fetch_add and co. Shouldn't the compiler specific routines generally be run, but CPU_OPT and NGX_CPU_CACHE_LINE ignored if CFLAGS was already set?"

#66 fixed SCGI response doesn't compress with GZIP Maxim Dounin excanoe
Description

GZIP filtering ignores scgi responses with correct headers (content-type etc.) and doesn't compress responses.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.