summaryrefslogtreecommitdiff
path: root/docs/manual/content-negotiation.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2000-12-02 21:39:03 +0000
committerJoshua Slive <slive@apache.org>2000-12-02 21:39:03 +0000
commit951f821c851c3e7c1ba73c4290796e6079a84330 (patch)
tree494718cfb7aec3164097e6641db43af68ba43327 /docs/manual/content-negotiation.html
parent15f9d66fb47091c2c45cacf4d7998cbe91de3e17 (diff)
downloadhttpd-951f821c851c3e7c1ba73c4290796e6079a84330.tar.gz
Consistency enforcement for directives that take extensions and a
reformat of mod_isapi.html into the new standard format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/content-negotiation.html')
-rw-r--r--docs/manual/content-negotiation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html
index 7bfaee5afa..d6ffef8e81 100644
--- a/docs/manual/content-negotiation.html
+++ b/docs/manual/content-negotiation.html
@@ -111,7 +111,7 @@ you must have a handler set in the configuration that defines a
file suffix as <CODE>type-map</CODE>; this is best done with a
<PRE>
- AddHandler type-map var
+ AddHandler type-map .var
</PRE>
in the server configuration file. See the comments in the sample config