diff options
author | Joshua Slive <slive@apache.org> | 2002-05-09 19:33:12 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-05-09 19:33:12 +0200 |
commit | 3bda54d137c2571602cbbd9d6e5dcad6777be230 (patch) | |
tree | 2713e63f89e8368ec8f3586fd744501c0a563136 /docs/manual/mod/core.xml | |
parent | Massive transform commit. Nothing to see here. Please move along. (diff) | |
download | apache2-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.xml | 2 |
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> |