summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/core.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-05-09 19:33:12 +0200
committerJoshua Slive <slive@apache.org>2002-05-09 19:33:12 +0200
commit3bda54d137c2571602cbbd9d6e5dcad6777be230 (patch)
tree2713e63f89e8368ec8f3586fd744501c0a563136 /docs/manual/mod/core.xml
parentMassive transform commit. Nothing to see here. Please move along. (diff)
downloadapache2-3bda54d137c2571602cbbd9d6e5dcad6777be230.tar.xz
apache2-3bda54d137c2571602cbbd9d6e5dcad6777be230.zip
The default for DefaultType is text/plain, not text/html.
PR: 8927 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r--docs/manual/mod/core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index ef10b52291..d57141510f 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -342,7 +342,7 @@ headers</description>
<description>Sets the MIME content-type that will be sent if the
server cannot determine a type in any other way</description>
<syntax>DefaultType <em>MIME-type</em></syntax>
-<default>DefaultType text/html</default>
+<default>DefaultType text/plain</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>