From 1ce76e2a419206ca203536aafd4e0cc891ab06ad Mon Sep 17 00:00:00 2001 From: pcs Date: Tue, 26 Nov 1996 09:23:51 +0000 Subject: [PATCH] Replace magic mime type with handler name Add notes to CacheNegotiatedDocs and LanguagePriority about HTTP/1.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77069 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_negotiation.html | 36 ++++++++++++++++++---------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index 8f341e6d72..3e19d419c3 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -8,11 +8,9 @@

Module mod_negotiation

-This module is contained in the mod_negotiation.c file, and -is compiled in by default. It provides for -content negotiation. Any document with -mime type application/x-type-map will be processed by this module. - +This module is contained in the mod_negotiation.c file, +and is compiled in by default. It provides for content negotiation.

Summary

Content negotiation, or more accurately content selection, is the @@ -20,7 +18,7 @@ selection of the document that best matches the clients capabilities, from one of several available documents. There are two implementations of this.