December 2002
Intermediate to advanced
576 pages
32h
English
NoCache
NoCache
word
|
host
|
domain
list
[server config or within
<VirtualHost>]
This directive specifies a matching of documents that are not cached by the server. You can use one of three options:
word
The server searches for any such word in the title of the document. If one is found, the document is not cached.
host
A document that originates from the target host isn’t cached.
domain listDocuments originating from any domain in the list are not cached.
For example:
NoCache abc.com def.com ghi.com NoCache somecompany NoCache *
Note that you are allowed to use wildcards. The last example forces the server not to cache any documents at all.
Read now
Unlock full access