diff options
Diffstat (limited to 'docs/manual/mod/mod_negotiation.html.en')
-rw-r--r-- | docs/manual/mod/mod_negotiation.html.en | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 28512f70..960ee45b 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -192,9 +192,7 @@ Negotiation</a></li> and the <code>.var</code> file should be associated with the <code>type-map</code> handler with an <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> directive:</p> - <pre class="prettyprint lang-config"> - AddHandler type-map .var - </pre> + <pre class="prettyprint lang-config">AddHandler type-map .var</pre> <p>A request for <code>document.html.var</code> in this directory will @@ -278,10 +276,8 @@ found</td></tr> (equally acceptable) then the first matching variant, <code>en</code>, will be served.</p> - <pre class="prettyprint lang-config"> -LanguagePriority en fr de -ForceLanguagePriority Prefer - </pre> + <pre class="prettyprint lang-config">LanguagePriority en fr de +ForceLanguagePriority Prefer</pre> <p><code>ForceLanguagePriority Fallback</code> uses @@ -292,10 +288,8 @@ ForceLanguagePriority Prefer language response, but such a variant isn't found, then the first variant from the <code class="directive"><a href="#languagepriority">LanguagePriority</a></code> list below will be served.</p> - <pre class="prettyprint lang-config"> -LanguagePriority en fr de -ForceLanguagePriority Fallback - </pre> + <pre class="prettyprint lang-config">LanguagePriority en fr de +ForceLanguagePriority Fallback</pre> <p>Both options, <code>Prefer</code> and <code>Fallback</code>, may be @@ -326,9 +320,7 @@ the client does not express a preference</td></tr> express a preference, when handling a Multiviews request. The list of <var>MIME-lang</var> are in order of decreasing preference.</p> - <pre class="prettyprint lang-config"> - LanguagePriority en fr de - </pre> + <pre class="prettyprint lang-config">LanguagePriority en fr de</pre> <p>For a request for <code>foo.html</code>, where @@ -369,7 +361,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_negotiation. } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |