atom feed25 messages in ru.sysoev.nginxRe: mod_mogilefs for nginx was (A har...
FromSent OnAttachments
mikeApr 27, 2008 12:36 am 
Dave CheneyApr 27, 2008 1:21 am 
mikeApr 27, 2008 1:58 am 
Dave CheneyApr 27, 2008 2:11 am 
mikeApr 27, 2008 1:34 pm 
Janko HauserApr 27, 2008 1:44 pm 
Igor SysoevApr 27, 2008 9:34 pm 
mikeApr 27, 2008 10:52 pm 
Igor SysoevApr 27, 2008 11:05 pm 
Chavelle VincentApr 28, 2008 3:16 am 
Igor SysoevApr 28, 2008 7:10 am 
mikeApr 28, 2008 11:45 am 
kinglerApr 28, 2008 12:03 pm 
mikeApr 28, 2008 12:26 pm 
Ezra ZygmuntowiczApr 29, 2008 3:11 pm 
mikeApr 29, 2008 4:55 pm 
mikeApr 29, 2008 7:25 pm 
mikeApr 29, 2008 9:11 pm 
Manlio PerilloApr 30, 2008 1:11 am 
mikeApr 30, 2008 2:09 am 
Manlio PerilloMay 1, 2008 2:47 am 
mikeMay 1, 2008 8:17 am 
mikeMay 1, 2008 3:11 pm 
Eden LiMay 1, 2008 6:31 pm 
mikeMay 1, 2008 7:03 pm 
Subject:Re: mod_mogilefs for nginx was (A hardware question)
From:mike (mike@public.gmane.org)
Date:May 1, 2008 3:11:49 pm
List:ru.sysoev.nginx

Someone posted this on MogileFS mailing list in reply to me - basically an English paraphrase/working example of the Japanese website. It still requires application level scripts to map the incoming URL to a key though.

[quote]

The same info can be found here:

http://www.mail-archive.com/mogilefs-VCrIQ7D8lE4GEqinn+XTOQ@public.gm@

I'm using this setup in production now for about 2 weeks and it works very well! (Perlbal leaked too much memory). You do need nginx 0.6.27 or higher for this to work. It would be really nice if nginx would support this directly by simply acting on the X-Reproxy-URL content directly because there are issues with setting headers in the reproxy situation currently. It would also be cool if it supported multiple URL's and fallback if the first URL is not available (also a Perlbal feature) i.e.

header["X-Reproxy-URL"] = "http://10.10.10.1/dev/fidfile,http://10.10.10.2/dev/fidfile"

[/quote]