Re: $upstream_cache_status is EXPIRED?

2015-09-24 Thread Sergey Kandaurov
On Sep 24, 2015, at 9:16 PM, CJ Ess wrote: > Hello! > > I'm experimenting with fastcgi caching - I've added $upstream_cache_status to > the access log, and I can see that periodically there will be a small cluster > of EXPIRED requests for an object. > > Does EXPIRED imply that the object was

$upstream_cache_status is EXPIRED?

2015-09-24 Thread CJ Ess
Hello! I'm experimenting with fastcgi caching - I've added $upstream_cache_status to the access log, and I can see that periodically there will be a small cluster of EXPIRED requests for an object. Does EXPIRED imply that the object was fetched from origin each time? ..or that the requests were q

Re: Nginx Javascript Configuration

2015-09-24 Thread itpp2012
Roman Arutyunyan Wrote: --- > Hello, > > > On 24 Sep 2015, at 16:00, itpp2012 wrote: > > > > Given: > > unresolved external symbol _nxt_mem_cache_pool_destroy referenced in > > function _ngx_http_js_cleanup_mem_cache_pool > > > > Is libnjs.a

Re: Preload Files Module for Nginx

2015-09-24 Thread vbresults
Typo; for preload_files_context_local I meant: Default: — in http context [same effect as "off"], $document_root in server context, $uri in location context. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261818,261820#msg-261820 ___ nginx m

Re: Nginx Javascript Configuration

2015-09-24 Thread Roman Arutyunyan
Hello, > On 24 Sep 2015, at 16:00, itpp2012 wrote: > > Given: > unresolved external symbol _nxt_mem_cache_pool_destroy referenced in > function _ngx_http_js_cleanup_mem_cache_pool > > Is libnjs.a required to build or can an existing version (.lib) work as > well? Are you trying to build njs o

Preload Files Module for Nginx

2015-09-24 Thread vbresults
Send your relevant portfolio [past modules made] and a quote to develop and test this module. I will be posting it under my github account for easy access for myself and anyone else that needs it. I won't compromise on the functionality I've requested below even 1 centimeter. This module "ngx_pr

Re: Nginx Javascript Configuration

2015-09-24 Thread itpp2012
Given: unresolved external symbol _nxt_mem_cache_pool_destroy referenced in function _ngx_http_js_cleanup_mem_cache_pool Is libnjs.a required to build or can an existing version (.lib) work as well? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261772,261817#msg-261817 _

Re: Nginx Javascript Configuration

2015-09-24 Thread Maxim Konovalov
On 9/24/15 2:39 PM, navern wrote: > > On 24.09.2015 00:19, Igor Sysoev wrote: >> 23 сент. 2015 г., в 12:29, itpp2012 >> написал(а): >>> Is there any module loading order advice? ea. should it be before >>> or after >>> Lua? does/should it matter? >> It doesn't matter. >> > Hello, > > Could you p

Re: Nginx Javascript Configuration

2015-09-24 Thread navern
On 24.09.2015 00:19, Igor Sysoev wrote: 23 сент. 2015 г., в 12:29, itpp2012 написал(а): Is there any module loading order advice? ea. should it be before or after Lua? does/should it matter? It doesn't matter. Hello, Could you please clarify, is this module will be in main code base or sh