diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 47a6e114930..fae79877890 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -458,7 +458,7 @@ Vary: negotiate,accept-language,accept-charset

Typically the module will be configured as so;

-CacheRoot "/var/cache/apache/" +CacheRoot "/var/cache/apache" CacheEnable disk / CacheDirLevels 2 CacheDirLength 1 diff --git a/docs/manual/programs/htcacheclean.xml b/docs/manual/programs/htcacheclean.xml index e1e51bcb003..3423ec710db 100644 --- a/docs/manual/programs/htcacheclean.xml +++ b/docs/manual/programs/htcacheclean.xml @@ -189,10 +189,13 @@
status
Status of the cached response.
entity version
The number of times this entry has been revalidated without being deleted.
-
date
Date of the response.
-
expiry
Expiry date of the response.
-
request time
Time of the start of the request.
-
response time
Time of the end of the request.
+
date
Timestamp of the response in microseconds.
+
expiry
Expiry timestamp of the response in + microseconds.
+
request time
Timestamp of the start of the request in + microseconds.
+
response time
Timestamp of the end of the request in + microseconds.
body present
If 0, no body is stored with this request, 1 otherwise.
head request
If 1, the entry contains a cached HEAD