diff options
author | Paul J. Reder <rederpj@apache.org> | 2002-11-08 23:42:19 +0100 |
---|---|---|
committer | Paul J. Reder <rederpj@apache.org> | 2002-11-08 23:42:19 +0100 |
commit | ceb5eae4bfdae7c4026507164e83b2434ac2ef80 (patch) | |
tree | 4d8be99dbdca697b1f83c2c2bffc1b833798943a /STATUS | |
parent | Markup-typo. (diff) | |
download | apache2-ceb5eae4bfdae7c4026507164e83b2434ac2ef80.tar.xz apache2-ceb5eae4bfdae7c4026507164e83b2434ac2ef80.zip |
Improves the user friendliness of the CacheRoot processing
over my last pass. This version avoids the pool allocations
but doesn't avoid all of the runtime checks. It no longer
terminates during post-config processing. An error is logged
once per worker, indicating that the CacheRoot needs to be set.
[Paul J. Reder]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/10/31 05:57:33 $] +Last modified at [$Date: 2002/11/08 22:42:18 $] Release: @@ -525,11 +525,9 @@ EXPERIMENTAL MODULES: * mod_mem_cache/mod_disk_cache: Complete implementing config directives (mod_disk_cache: CacheExpiryCheck and GC directives - including CacheGc*, CacheSize, CacheMaxFileSize, CacheMinFileSize, - and, CacheTimeMargin) (mod_mem_cache: MCacheMaxObjectCount) and - (mod_cache: cacheForceCompletion). - - * mod_cache/mod_mem_cache/mod_disk_cache: Documentation. + including CacheGc*, CacheSize, and, CacheTimeMargin) + (mod_mem_cache: MCacheMaxObjectCount) and + (mod_cache: CacheForceCompletion). mod_auth_ldap/util_ldap: |