]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_negotiation.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_negotiation.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule 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#
17LanguagePriority en pl fr de
18</IfModule>
This page took 0.095135 seconds and 4 git commands to generate.