RE: [users@httpd] Serving and caching large static files

2011-11-22 Thread Gadi Katsovich
e- From: Eric Covener [mailto:cove...@gmail.com] Sent: 20 November 2011 15:14 To: users@httpd.apache.org Subject: Re: [users@httpd] Serving and caching large static files On Sun, Nov 20, 2011 at 5:01 AM, Gadi Katsovich wrote: > Hello All, > > We're trying to set up an Apache ser

Re: [users@httpd] Serving and caching large static files

2011-11-20 Thread Eric Covener
On Sun, Nov 20, 2011 at 5:01 AM, Gadi Katsovich wrote: > Hello All, > > We’re trying to set up an Apache server that would serve requests for large > static files (500MB). > > We use AliasMatch to match the request url to the actual path. > > It works fine when no caching is involved. > > However,

[users@httpd] Serving and caching large static files

2011-11-20 Thread Gadi Katsovich
Hello All, We're trying to set up an Apache server that would serve requests for large static files (500MB). We use AliasMatch to match the request url to the actual path. It works fine when no caching is involved. However, when we do use caching, we get memory leaks the size of the served files.