From: pcs Date: Tue, 26 Nov 1996 09:23:51 +0000 (+0000) Subject: Replace magic mime type with handler name X-Git-Tag: APACHE_1_2b1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce76e2a419206ca203536aafd4e0cc891ab06ad;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index 8f341e6d720..3e19d419c3e 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.