From: Jason S. Lingohr Date: Thu, 18 Sep 2003 14:03:15 +0000 (+0000) Subject: Corrections/fixes, more to come. Transformation update. X-Git-Tag: pre_ajp_proxy~1156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5d07f1e830d1c4c646de5d93b645a2edb35b5d0;p=apache Corrections/fixes, more to come. Transformation update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101280 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 815a89f35f..edc03c0bec 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -24,7 +24,7 @@ -

Apache's supports content negotiation as described in +

Apache supports content negotiation as described in the HTTP/1.1 specification. It can choose the best representation of a resource based on the browser-supplied preferences for media type, languages, character set and @@ -33,8 +33,8 @@ incomplete negotiation information.

Content negotiation is provided by the - mod_negotiation module. - which is compiled in by default.

+ mod_negotiation module, which is compiled in + by default.