license information of component nginx-1.7.9

2015-04-19 Thread Sathish, Karthika IN BLR STS
Hello experts, I am planning to use the component nginx-1.7.9 and came across a file ngx_md5.c (nginx-1.7.9.tar\nginx-1.7.9\src\core\ngx_md5.c). Can I know under which license this file is licensed? With best regards, Karthika Sathish ___ nginx mail

Re: rewrite rules issue

2015-04-19 Thread Francis Daly
On Sun, Apr 19, 2015 at 09:53:43AM -0400, nicocolt wrote: Hi there, > I don't understand how to proceed in order to see only > http://subdomain.domain.fr/directory/ instead of > http://subdomain.domain.fr/subdomain/directory/ I'll still suggest root /var/www/domain.fr/web/subdomain; in a sep

Intermittent SSL Handshake issues on Ubuntu 12.04 and Nginx

2015-04-19 Thread rPawel
Hi Guys, I posted originally my issue on askubuntu but I think this will be a better place http://askubuntu.com/questions/611418/intermittent-ssl-handshake-issues-on-ubuntu-12-04-and-nginx. Original post # In simple terms I am having issues with https handshake

Re: rewrite rules issue

2015-04-19 Thread nicocolt
Hello, you're right, my rewrite says that my request is handle like http://subdomain.domain.fr/subdomain/directory/. But it is not that i want. I want that my request is handled like this: http://subdomain.domain.fr/directory/ and i don't want see the intermediate path. I don't understand how to

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> Am 19.04.2015 um 15:24 schrieb wishmaster >: > >> >> >> I’ve briefly toyed with it myself, at some point. >> >> What is your „slow“ filesystem? > > SATA II single disk, UFS. Just let the OS do its work. https://openconnect.itp.netflix.com/software/index.html

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: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> Am 19.04.2015 um 15:16 schrieb 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. > Normally, yes. Hence the reason why phk wrote Varnish, when he saw what squid was (an

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: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> 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 caches > for files stored on slow filesystems, for example: > > - storage: network disks, cache: local

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

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> 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 found. It is > module by Frikle - nginx_slowfs_cache. > > Is anybody has the same issue? Is this modu

nginx_slowfs_cache

2015-04-19 Thread 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 found. It is module by Frikle - nginx_slowfs_cache. Is anybody has the same issue? Is this module is obsolete? Cheers, Vitaliy __

Re: rewrite rules issue

2015-04-19 Thread Francis Daly
On Sun, Apr 19, 2015 at 04:06:55AM -0400, nicocolt wrote: Hi there, > Here is the directory path: > > /var/www/domain.fr/web/subdomain/directory > > my nginx conf is: > > root /var/www/domain.fr/web > > if ($http_host = "subdomain.domain.fr") { > rewrite ^(?!/\b(subdomain|stats|er

Re: dificulty finding local static content

2015-04-19 Thread Francis Daly
On Sun, Apr 19, 2015 at 02:49:26AM -0400, gariac wrote: Hi there, > Argh! Pilot error! Once I cleared the browser cache, the website works. Good that you found the working system. And thanks for following up, so that the list knows there is no ongoing problem. Cheers, f -- Francis Da

Re: rewrite rules issue

2015-04-19 Thread nicocolt
Hello Thanks for your reply. If I remove the three lines, i get a 404 error. As a reminder, and maybe a little bit more clear :) here is the configuration. Here is the directory path: /var/www/domain.fr/web/subdomain/directory my nginx conf is: root /var/www/domain.fr/web if ($http_host = "