Re: [PATCH] sub_filter bug

2014-05-22 Thread 川原将司
It looks good to me. Thx! At Thu, 22 May 2014 21:12:13 +0400, Maxim Dounin wrote: > > Hello! > > On Thu, May 22, 2014 at 04:53:40PM +0900, anth...@unixuser.org wrote: > > > Hi, > > > > Could you take a look at the following patch? > > > > > > # HG changeset patch > > # User KAWAHARA Masashi

Re: [PATCH] make nginx not swappable

2014-05-22 Thread Andrew Punch
Alternatively you can set the per-process swappiness using cgroups. http://unix.stackexchange.com/questions/10214/per-process-swapiness-for-linux#10227 On 23 May 2014 08:39, Andrew Punch wrote: > Encrypt your swap partition then or disable it. A very minimal area of > memory where any keys are

Re: [PATCH] make nginx not swappable

2014-05-22 Thread Andrew Punch
Encrypt your swap partition then or disable it. A very minimal area of memory where any keys are stored or in the ssl library where encryption takes place should be non-swappable but keeping everything in memory means you're doing it wrong. If you really must do it for yourself, I don't see why pa

Re: [PATCH] sub_filter bug

2014-05-22 Thread Maxim Dounin
Hello! On Thu, May 22, 2014 at 04:53:40PM +0900, anth...@unixuser.org wrote: > Hi, > > Could you take a look at the following patch? > > > # HG changeset patch > # User KAWAHARA Masashi > # Date 1400671481 -32400 > # Wed May 21 20:24:41 2014 +0900 > # Node ID 3949e591694fff37a436a076f4d4

Buffers Chain

2014-05-22 Thread Paulo Silva
Hi, Let me introduce the Elephant in the room. My name is Paulo and I'm from Portugal. I am starting developing nginx modules and I'm having a great time with buffers chain :D I'm using nginx as a reverse proxy and my goal is to log the full response body (HTML) on the server. I did start with a

Re: HTTP methods with '-' char

2014-05-22 Thread Maxim Dounin
Hello! On Thu, May 22, 2014 at 02:29:23AM -0300, George Fleury wrote: > Hi all, > > i'm porting apache https mod_cluster to NGINX, however the methods used for > internal control mod_cluster > use the character '-' (ex: ENABLE-APP), and for NGINX these methods are > invalid because of charac

[PATCH] sub_filter bug

2014-05-22 Thread anthrax
Hi, Could you take a look at the following patch? # HG changeset patch # User KAWAHARA Masashi # Date 1400671481 -32400 # Wed May 21 20:24:41 2014 +0900 # Node ID 3949e591694fff37a436a076f4d4006c802587c7 # Parent 1209b8a7b077c7bbf161e502964308736c84db6f Bugfix: When both sub_filter and SS

Re: [PATCH] HTTP upstream: added possibility to specify variables for the ip_hash directive

2014-05-22 Thread Roman Arutyunyan
On 22 May 2014, at 11:32, Alexey K. wrote: > # HG changeset patch > # User Alexey K. > # Date 1400743228 -21600 > # Thu May 22 13:20:28 2014 +0600 > # Node ID cbfb9bc7dc93c10baaa80571665ca1231afdafe9 > # Parent d5b8ee9f2201e1d9fa7ac41da9a4a8d939cd42b1 > HTTP upstream: added possibility to

[PATCH] HTTP upstream: added possibility to specify variables for the ip_hash directive

2014-05-22 Thread Alexey K.
# HG changeset patch # User Alexey K. # Date 1400743228 -21600 # Thu May 22 13:20:28 2014 +0600 # Node ID cbfb9bc7dc93c10baaa80571665ca1231afdafe9 # Parent d5b8ee9f2201e1d9fa7ac41da9a4a8d939cd42b1 HTTP upstream: added possibility to specify variables for the ip_hash directive. Example: i