line server hooks (Ryan really hated this. It is great for
performance, but bad because of the complications listed above).
- mod_cache/mod_mem_cache/mod_disk_cache:
+ mod_cache/mod_mem_cache/mod_cache_disk:
* mod_mem_cache: Consider adding a RevalidateTimeout directive to
specify time at which local cached content is to be revalidated
jerenkrantz says: Too slow. Get regexs away from speedy caches by
default. Introduce a new CacheEnableRegex if you want.
- * mod_mem_cache/mod_disk_cache: Need to be able to query cache
+ * mod_mem_cache/mod_cache_disk: Need to be able to query cache
status (num of entries, cache object properties, etc.).
mod_status could be extended to query optional hooks defined
by modules for the purpose of reporting module status.
#
# chkconfig: - 85 15
# description: The Apache htcacheclean daemon maintains and prunes the
-# size of the mod_disk_cache cache directory.
+# size of the mod_cache_disk cache directory.
# processname: htcacheclean
# pidfile: /var/log/httpd/htcacheclean.pid
# config: /etc/sysconfig/htcacheclean
# Required-Stop: $local_fs $remote_fs $network
# Should-Start: httpd
# Short-Description: start and stop Apache htcacheclean
-# Description: The Apache htcacheclean daemon maintains a mod_disk_cache
+# Description: The Apache htcacheclean daemon maintains a mod_cache_disk
### END INIT INFO
# Source function library.
rv = cache->provider->remove_url(cache->stale_handle, r);
if (rv != OK) {
- /* Probably a mod_disk_cache cache area has been (re)mounted
+ /* Probably a mod_cache_disk cache area has been (re)mounted
* read-only, or that there is a permissions problem.
*/
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r,
}
/*
- * mod_disk_cache configuration directives handlers.
+ * mod_cache_disk configuration directives handlers.
*/
static const char
*set_cache_root(cmd_parms *parms, void *in_struct_ptr, const char *arg)
DBM format used by mod_auth_db.
htcacheclean
- Keep the size of mod_disk_cache store within a certain limit.
+ Keep the size of mod_cache_disk store within a certain limit.
htdigest
Create and update user authentication files used in