[users@httpd] Advice on Apache 2.2.22

2012-02-21 Thread Gadi Katsovich
Hello all users, We are currently working with Apache 2.2.16 and are considering the option of upgrading to Apache 2.2.22. I was wondering if Apache 2.2.22 is common enough to be verified as a stable version. Has anyone come across any problems with this version? Thank you, Gadi K

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

[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.