12 messages in ru.sysoev.nginxRe: let's build nginx server with cac...
FromSent OnAttachments
Nati AbargelNov 28, 2007 8:30 am 
Aleksandar LazicNov 28, 2007 10:30 am 
Almir KaricNov 28, 2007 2:01 pm 
Eire AngelNov 28, 2007 4:57 pm 
Igor SysoevNov 28, 2007 10:31 pm 
Igor SysoevNov 28, 2007 10:31 pm 
chen changliangNov 29, 2007 10:29 pm 
Dmitry ShermanDec 23, 2007 1:48 pm 
Changliang ChenDec 23, 2007 6:24 pm 
Dmitry ShermanDec 26, 2007 3:57 am 
Igor SysoevDec 26, 2007 5:48 am 
Dmitry ShermanDec 26, 2007 7:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: let's build nginx server with caching !?Actions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Nov 28, 2007 10:30:33 am
List:ru.sysoev.nginx

Hi,

On Mit 28.11.2007 18:31, Nati Abargel wrote:

Hi.

I'm currently using squid for cahcing images (CDN like) from my website to serv them from different server's, the probelm with squid it's using lot's of CPU usage, can nginx do the same was squid does, storing data localy, so it won't need to communicate with the origin server all the time.

I'am sure you know this but to understand your question right.

Squid is a forwarding proxy nginx is a webserver, with possibility to forward requests to proxy-backends

You now want to use the nginx 'framework' to build a forwarding proxy as a separate module like http and mail, is this right?

Yes I think this is a nice idea and a lot of work ;-)

Cheers

Aleks