19.26. mod_negotiationThe mod_negotiation module performs content negotiation between the server and the client.
CacheNegotiatedDocs [server config] Tells the server to allow remote proxy servers to cache negotiated documents. By default, Apache does not allow caching of negotiated documents.
LanguagePriority language ... [server config, within <VirtualHost> or <Directory>, or .htaccess] Allows you to specify a ranking of languages, which is used in the event that a user's preferences are equal among language choices. For example: LanguagePriority de it specifies German before Italian. Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|