Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 2297)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#212 worksforme persistent connections not being remapped somebody Nevins Bartolomeo
Description

When using keepalive with least_conn in the upstream module if an upstream is marked down temporarily when it becomes active again the keepalive connections do not get remapped so the server never receives any connections if your connections per second are less then your keepalive connections:

upstream backend_boxes {

least_conn;

server 10.64.157.252; server 10.9.5.195; server 10.214.145.134; server 10.108.77.171; server 10.215.46.107; server 10.210.134.54;

keepalive 30;

}

10.215.46.107 was marked down due too:

proxy_next_upstream error timeout http_502 invalid_header;

and after it came back up it is no longer receiving requests.

#254 worksforme include directive fails when included file does not contain a new line Maxim Dounin Roberto Hidalgo
Description

The include directive fails to work when loading mime.types if this file does not contain a new line before declaring types {

# Example nginx.conf

http {
    include mime.types;
}

# Example mime.types that works


types {
     text/html                             html htm shtml;
}

# Example mime.types that DOES NOT work

types {
     text/html                             html htm shtml;
}
#255 worksforme HttpAutoindexModule fails to align collumns correctly when special characters are used somebody Brendan Tildesley
Description

This is copied out of my Iceweasel webbrowser, showing that the Chinese characters seem to cause the module to align the date and file size columns incorrectly. This does not happen with typical ascii characters. The only suggestion I can come up with to fix this would be to use html, or to code something that checks for 2-byte characters (or what ever these are, I don't know) and altering the spacing accordingly...

../
6DuUkOmTfOA.mp4                                    18-Nov-2008 14:44            15204470
The Last Successor – 释放.webm                 10-Oct-2010 13:14            84364332
dto_Smx__oc.webm                                   03-Mar-2011 10:25            13349691
伍佰 & China Blue – 單程車票.webm          13-Sep-2011 16:47           104299131
柯受良 – 大哥 .webm                         27-Feb-2011 07:23            10941634
那英 – 我的幸福刚刚好.webm              07-Nov-2011 03:05            35273674
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.