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. Is there a way to
configure Apache to serve and cache large files without hogging so much memory? Thanks, Gadi K |