]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_negotiation.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_negotiation.conf
1 # $Id$
2 LoadModule negotiation_module modules/mod_negotiation.so
3
4 <IfModule mod_negotation.c>
5 # CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each
6 # document that was negotiated on the basis of content. This asks proxy
7 # servers not to cache the document. Uncommenting the following line disables
8 # this behavior, and proxies will be allowed to cache the documents.
9 #
10 #CacheNegotiatedDocs
11
12 #
13 # LanguagePriority allows you to give precedence to some languages
14 # in case of a tie during content negotiation.
15 # Just list the languages in decreasing order of preference.
16 #
17 LanguagePriority en pl fr de
18 </IfModule>
This page took 0.026577 seconds and 3 git commands to generate.