From 5cb492465ab04907ef5d815ee1cc22afd5303a2e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 9 May 2002 17:33:12 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html | 2 +- docs/manual/mod/core.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c835b3c289..667b246314 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -212,7 +212,7 @@ headersSynta output from CGI scripts, and byte range responses do not have this header.


DefaultType Directive

Description: Sets the MIME content-type that will be sent if the -server cannot determine a type in any other way
Syntax:DefaultType MIME-type
Default:DefaultType text/html
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
+server cannot determine a type in any other waySyntax:DefaultType MIME-typeDefault:DefaultType text/plainContext:server config, virtual host, directory, .htaccessOverride:FileInfoStatus:CoreModule:core

There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.

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 Sets the MIME content-type that will be sent if the server cannot determine a type in any other way DefaultType MIME-type -DefaultType text/html +DefaultType text/plain server configvirtual host directory.htaccess -- 2.40.0