Re[2]: nginx_slowfs_cache

2015-04-19 Thread wishmaster
--- Original message --- From: "Rainer Duffner" Date: 19 April 2015, 16:15:19 > > > Am 19.04.2015 um 15:12 schrieb wishmaster : > > > > > > `ngx_slowfs_cache` is `nginx` module which allows caching of static files > > (served using `root` directive). This enables one to create fast

Re: Re[2]: nginx_slowfs_cache

2015-04-19 Thread jb
At least in my experience unless your most used static files exceed in size your available RAM, or are changing, they are effectively cached by the OS anyway. So storing them on a ram disk is really doing the same or worse job than just letting the OS store them and serve them from its file cache

Re[2]: nginx_slowfs_cache

2015-04-19 Thread wishmaster
--- Original message --- From: "Rainer Duffner" Date: 19 April 2015, 15:53:29 > > > Am 19.04.2015 um 13:14 schrieb wishmaster : > > > > Hi, > > > > Today after upgrading from nginx version 1.6.x to 1.7.x I have got a > > segmentation fault. After short investigation the culprit was