Cancelling aio operations on Linux

2016-09-02 Thread erankor
Hi, Recently while reloading/restarting nginx I've been getting errors such as: 2016/09/02 11:13:44 [alert] 16480#16480: *1234 open socket #123 left in connection 123 After setting `debug_points abort` and checking the core dump, I found that all requests were blocked on file aio (they had r->blo

Re: pcre.org down?

2016-09-02 Thread Anoop Alias
; Received 682 bytes from 192.228.79.201#53(b.root-servers.net) in 405 ms pcre.org. 86400 IN NS ns.figure1.net. pcre.org. 86400 IN NS monid01.nebcorp.com. pcre.org. 86400 IN NS meow.raye.com. pcre.org. 86400 IN NS koffing.ivysaur.com. h9p7u7tr2u91d0v0ljs9l1gidnp90u3h.org. 86400 IN NSEC3 1 1 1 D399

pcre.org down?

2016-09-02 Thread itpp2012
Anyone any idea what happened to www.pcre.org ? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269359,269359#msg-269359 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx to real time minifying

2016-09-02 Thread pablo platt
There is also google pagespeed (didn't use it) https://developers.google.com/speed/pagespeed/module/ https://github.com/pagespeed/ngx_pagespeed On Fri, Sep 2, 2016 at 3:14 PM, Miguel C wrote: > Maybe this: https://github.com/mrclay/minify/blob/2.x/README.md > > Note that I never used in in produ

Re: Nginx to real time minifying

2016-09-02 Thread Miguel C
Maybe this: https://github.com/mrclay/minify/blob/2.x/README.md Note that I never used in in production, since I run mostly WP sites, plug-ins worked best so far. One awesome alternative is ngx-pagespeed it's a pity it's not supported on FreeBSD though but on Linux server pagespeed will handle th

Re: Nginx to real time minifying

2016-09-02 Thread pablo platt
The gzip module compresses in realtime (uses the CPU): http://nginx.org/en/docs/http/ngx_http_gzip_module.html The gzip_static module use existing compressed files: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html On Fri, Sep 2, 2016 at 2:43 PM, Brent Clark wrote: > Good day Guys

Nginx to real time minifying

2016-09-02 Thread Brent Clark
Good day Guys I heard companies like cloudflare have an option for minifying on their proxies. I would like to ask, is there such a feature for nginx. Is there a third party module? Many thanks Brent ___ nginx mailing list nginx@nginx.org http://