We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248d1b0 commit b4ede7aCopy full SHA for b4ede7a
manifests/mod/disk_cache.pp
@@ -12,6 +12,11 @@
12
# @param cache_ignore_headers
13
# Specifies HTTP header(s) that should not be stored in the cache.
14
#
15
+# @param default_cache_enable
16
+# Default value is true, which enables "CacheEnable disk /" in disk_cache.conf for the webserver. This would cache
17
+# every request to apache by default for every vhost. If set to false the default cache all behaviour is supressed.
18
+# You can then control this behaviour in individual vhosts by explicitly defining CacheEnable.
19
+#
20
# @note
21
# Apache 2.2, mod_disk_cache installed. On Apache 2.4, mod_cache_disk installed.
22
0 commit comments