Hello! On Wed, Apr 08, 2009 at 03:18:18PM +0400, Igor Sysoev wrote: > On Wed, Apr 08, 2009 at 11:16:30AM +0000, Glen Lumanau wrote: > > > How about jpg, css, js or any other files? > > No problems with these files. Actually, there are no problems with flv > itself. The issue is when you want to get /some.flv?start=5000. > However, it seems flv handler can be cby Maxim Dounin - Nginx Mailing List - English
shinepf ncache will only compile with versions up to 0.7.43. with newer once there is a compile error because of the change in ngx_http_cache_s structure. are You going to fix anytime soon? -- Best Regards Tomasz Pajor > www.ncache.org http://www.ncache.org > > an nginx cache module > > maybe this can help u . > > On Tue, Apr 7, 2009 at 5:03 PM, Payam Cby Tomasz Pajor - Nginx Mailing List - English
On Wed, Apr 08, 2009 at 11:16:30AM +0000, Glen Lumanau wrote: > How about jpg, css, js or any other files? No problems with these files. Actually, there are no problems with flv itself. The issue is when you want to get /some.flv?start=5000. However, it seems flv handler can be converted easy enough to filter. > ------Original Message------ > From: Igor Sysoev > Sender: owby Igor Sysoev - Nginx Mailing List - English
How about jpg, css, js or any other files? ------Original Message------ From: Igor Sysoev Sender: owner-nginx@sysoev.ru To: nginx@sysoev.ru ReplyTo: nginx@sysoev.ru Subject: Re: Re: nginx + caching of static files Sent: Apr 8, 2009 6:04 PM On Wed, Apr 08, 2009 at 10:51:59AM +0800, ???? wrote: > Dear Igor, > > Then, how to use proxy_cache WITH flv streaming? > Iby Glen Lumanau - Nginx Mailing List - English
On Wed, Apr 08, 2009 at 10:51:59AM +0800, ???? wrote: > Dear Igor, > > Then, how to use proxy_cache WITH flv streaming? > I tried proxy_cache feature, but it seems that the flv streaming function does not work with proxy_cache. No, flv is not filter, but handler, thefore it's not possible. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
Dear Igor, Then, how to use proxy_cache WITH flv streaming? I tried proxy_cache feature, but it seems that the flv streaming function does not work with proxy_cache. Thanks Best Regard, Peng Wu 2009-04-08 On Mon, Apr 06, 2009 at 10:14:36PM -0700, Payam Chychi wrote: > Hi Guys, > > I was hoping someone could point out a document where it can teach me > howby Peng Wu - Nginx Mailing List - English
www.ncache.org an nginx cache module maybe this can help u . On Tue, Apr 7, 2009 at 5:03 PM, Payam Chychi wrote: > 2009/4/7 Igor Sysoev : > > On Tue, Apr 07, 2009 at 12:55:37AM -0700, Payam Chychi wrote: > > > >> On Mon, Apr 6, 2009 at 11:03 PM, Payam Chychi > wrote: > >> > thank you sir =) you are a king! > >> > > >> &by pf shineyear - Nginx Mailing List - English
On Mon, Apr 06, 2009 at 10:14:36PM -0700, Payam Chychi wrote: > Hi Guys, > > I was hoping someone could point out a document where it can teach me > how to setup nginx + caching. I know that traditionally nginx did not > have a native caching and it required you to run ncache or cachemem in > order to perform caching of static content... but does nginx now allow > baby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.7.47 01 Apr 2009 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; the bug had appeared in 0.7.46. *) Bugfix: nginx could not be built on MacOSX; the bug had appeared in 0.7.46. *) Bugfix: if the "max_size" parameter was set, then the cache manager might purge aby Igor Sysoev - Nginx Mailing List - English
3ks :) Changes are not included in the package's CHANGS file. ^_^ On Mon, 30 Mar 2009 12:37:26 +0400 Igor Sysoev <is@rambler-co.ru> wrote: > Changes with nginx 0.7.45 30 Mar 2009 > > *) Change: now the "proxy_cache" and the "proxy_cache_valid" can be set > on different levels. > > *by Xueron Nee - Nginx Mailing List - English
Changes with nginx 0.7.45 30 Mar 2009 *) Change: now the "proxy_cache" and the "proxy_cache_valid" can be set on different levels. *) Change: the "clean_time" parameter of the "proxy_cache_path" directive is canceled. *) Feature: the "max_size" parameter of the "proxby Igor Sysoev - Nginx Mailing List - English
> This is interesting. > > If I understood well this allows one to run isolated instances of nginx > listening on different IPs and also under different user accounts. Is that > correct? > > Jérôme Loyet wrote: >> >> You could then imagine many cases in which this option could be usefull. > You can do whatever you want :) Scope is only limited by youby Jérôme Loyet - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: > 2009/3/23 Igor Sysoev <is@rambler-co.ru>: > > On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > > > >> How to use the cache feature? > >> What kind of cache does it support? > > > > Here is configuraiton example: > > > > http { > > proxy_caby Igor Sysoev - Nginx Mailing List - English
2009/3/24 Igor Sysoev <is@rambler-co.ru>: > On Tue, Mar 24, 2009 at 05:30:02PM +0100, J?r?me Loyet wrote: > >> 2009/3/24 Igor Sysoev <is@rambler-co.ru>: >> > On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: >> > >> >> 2009/3/23 Igor Sysoev <is@rambler-co.ru>: >> >> > On Mon, Mar 23, 2009 at 10:42:45PM +0by Jérôme Loyet - Nginx Mailing List - English
2009/3/23 Igor Sysoev <is@rambler-co.ru>: > On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > >> How to use the cache feature? >> What kind of cache does it support? > > Here is configuraiton example: > > http { > proxy_cache_path /path/to/cache levels=1:2 > keys_zone=NAME:10m >by Jérôme Loyet - Nginx Mailing List - English
Igor Sysoev wrote: > On Tue, Mar 24, 2009 at 05:30:02PM +0100, J?r?me Loyet wrote: > >> 2009/3/24 Igor Sysoev <is@rambler-co.ru>: >>> On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: >>> >>>> 2009/3/23 Igor Sysoev <is@rambler-co.ru>: >>>>> On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: >&gby Igor Sysoev - Nginx Mailing List - English
Jérôme Loyet wrote: > 2009/3/24 Igor Sysoev <is@rambler-co.ru>: >> On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: >> >>> 2009/3/23 Igor Sysoev <is@rambler-co.ru>: >>>> On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: >>>> >>>>> How to use the cache feature? >>>>> What kiby Jérôme Loyet - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 05:57:27PM +0300, Igor Sysoev wrote: > On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > > > How to use the cache feature? > > What kind of cache does it support? > > Here is configuraiton example: > > http { > proxy_cache_path /path/to/cache levels=1:2 > keys_zone=NAME:10m >by Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <beffb2170903230742j217ca92bv3fb5b9006074f01f@mail.gmail.com> On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > How to use the cache feature? > What kind of cache does it support? Here is configuraiton example: http { proxy_cache_path /path/to/cache levels=1:2 keys_zone=NAME:10mby Igor Sysoev - Nginx Mailing List - English