summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache.xml
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-17 03:10:18 +0000
committerKen Coar <coar@apache.org>2015-04-17 03:10:18 +0000
commit0b246876659989d5840efc9bf63116d9f5b2625e (patch)
treecc814d91b3ae349e549fb5c430c85b0c7794e79e /docs/manual/mod/mod_cache.xml
parent586ef45b488d2bd6505f17b86f5061f83e5e2a1d (diff)
downloadhttpd-0b246876659989d5840efc9bf63116d9f5b2625e.tar.gz
Quote log-sink arguments for {Custom,Error,Transfer}Log directive.
Except syslog and journal, which are keywords. There's no harm in quoting those, but no real point to it, either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml')
-rw-r--r--docs/manual/mod/mod_cache.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index 8afde7fc0d..4f68feca86 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -327,10 +327,10 @@ AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/html
as per the following example:</p>
<highlight language="config">
-CustomLog cached-requests.log common env=cache-hit
-CustomLog uncached-requests.log common env=cache-miss
-CustomLog revalidated-requests.log common env=cache-revalidate
-CustomLog invalidated-requests.log common env=cache-invalidate
+CustomLog "cached-requests.log" common env=cache-hit
+CustomLog "uncached-requests.log" common env=cache-miss
+CustomLog "revalidated-requests.log" common env=cache-revalidate
+CustomLog "invalidated-requests.log" common env=cache-invalidate
</highlight>
<p>For module authors, a hook called <var>cache_status</var> is available,