OpenSSL memory management

2013-06-11 Thread Jan Algermissen
Hi, I am new to this list and to nginx, so here is a short intro: I am Jan Algermissen, primarily a complete REST/HTTP-head and recently focussing on REST API security. About to write an nginx module as an authenticating HTTP gateway. I have a question regarding memory management and the use of

Re: nginx proxy vs apache proxy

2013-06-11 Thread solitaryr
This apparently handles the proxying differently. Guess it's back to Apache since it handles it readily and has AJP support. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239872,240043#msg-240043 ___ nginx mailing list nginx@nginx.org http:

Re: Nginx cache files by mime type using ngx_srcache module

2013-06-11 Thread agentzh
Hello! On Tue, Jun 11, 2013 at 2:10 AM, n1xman wrote: > Now I need to > cached them by looking at Content-Type of the header to cache .html pages as > we do not use the .html extension. (i.e. > http://www.example.com/this-is-my-site ) > > Is this possible with ngx_srcache module using map module o

Problems combining 'backup' command in upstream block with 'fair'-command

2013-06-11 Thread Jakob van Bethlehem
Dear users, My first message here; I discussed my issue already with some folks on IRC; my main conclusion was that I should try it with a broader audience. So here's the problem: * we're using the ngx_http_upstream_module, and ngx_http_upstream_fair_module together with the HttpProxyModule * T

Nginx cache files by mime type using ngx_srcache module

2013-06-11 Thread n1xman
Hi, I’m using ngx_srcache module with Memcached to cache static contents of the upstream servers. This is based on static file extensions. Now I need to cached them by looking at Content-Type of the header to cache .html pages as we do not use the .html extension. (i.e. http://www.example.com/this