Hi, I want to cache some files and don't want them to be removed if the cache if full. That's means the cache is serviced as first-come-first-service basis. Can I do that by setting "CacheDefaultExpire" to a large number? However I found this sentence "If a new object needs to be inserted in the cache and the size of the object is greater than the remaining memory, objects will be removed until the new object can be cached. The object to be removed is selected using the algorithm specified by MCacheRemovalAlgorithm" in docs. So it seems the objects are hard to stay in the cache, it has the the chance to be removed out! Any ideas? Thanks in advance. Thx, Xuekun --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx