From: Rich Bowen Date: Tue, 28 Apr 2026 19:40:51 +0000 (+0000) Subject: ForceLanguagePriority: document None option (closes #64888) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e05a50eaf047bced49a758795fba1c7b350cea3;p=thirdparty%2Fapache%2Fhttpd.git ForceLanguagePriority: document None option (closes #64888) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 0a166f64e4..f3eb6a79e4 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -290,6 +290,12 @@ ForceLanguagePriority Fallback more than one variant is acceptable, or first available document will be served if none of the variants matched the client's acceptable list of languages.

+ +

ForceLanguagePriority None disables both + Prefer and Fallback behavior, so the + server will return 300 (MULTIPLE CHOICES) or 406 (NOT ACCEPTABLE) + as appropriate. None cannot be combined with + Prefer or Fallback.

AddLanguage