Re: Absolute rather than relative times in expires directives

2016-01-23 Thread rgrraj
Hi Francis The same works like a charm in 1.9.6 but not in 1.9.2. The error log shows the follow, "[emerg] 6151#0: "expires" directive invalid value in" respective sites enabled file. And our configuration is just as follows, ## in nginx.conf map $time_iso8601 $expiresc { default "3h"

Re: What modules are using the query term "token" for access control?

2016-01-23 Thread Eliezer Croitoru
I wanted to mention a nice video about tokens in apis. https://www.youtube.com/watch?v=xgkNe6R4Un0 Eliezer ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Is ngx_http_perl_module stable enough to use in high traffic production environment?

2016-01-23 Thread Yichun Zhang (agentzh)
Hello! On Sat, Jan 23, 2016 at 6:42 AM, highclass99 wrote: > I use perl a lot, > and I noticed > http://nginx.org/en/docs/http/ngx_http_perl_module.html > for several years has been documented as > "The module is experimental, caveat emptor applies." > So I have been somewhat avoiding testing its

Is ngx_http_perl_module stable enough to use in high traffic production environment?

2016-01-23 Thread highclass99
I use perl a lot, and I noticed http://nginx.org/en/docs/http/ngx_http_perl_module.html for several years has been documented as "The module is experimental, caveat emptor applies." So I have been somewhat avoiding testing its use. Does anyone know if this is suitable to use in high traffic produc

Re: limit_req off?

2016-01-23 Thread Francis Daly
On Wed, Jan 20, 2016 at 02:14:16PM -0500, Fry-kun wrote: Hi there, > Sure, except there are a few dozen identical config lines in these > locations... If "limit_req off" was an option, that would be the only > difference. The usual reason why an option is not there, is that no-one has written it

Re: Absolute rather than relative times in expires directives

2016-01-23 Thread Francis Daly
On Thu, Jan 21, 2016 at 02:19:03AM -0500, rgrraj wrote: Hi there, > It works fine in 1.9.6. But on 1.9.2 with similar configruation its throwing > "expires" directive invalid value in sites-enabled file. > Any thoughts ? "Use 1.9.6" would seem to be the easy option. Failing that: what is the s