From: Takashi Sato Date: Fri, 20 Jun 2008 10:17:57 +0000 (+0000) Subject: * add to DefaultType X-Git-Tag: 2.3.0~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8684d409b04ccbdc420bf6f70ab5ccbad38bf63;p=thirdparty%2Fapache%2Fhttpd.git * add to DefaultType * minor fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669847 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index dfc8633b329..b6e351e2c80 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -539,6 +539,7 @@ server cannot determine a type in any other way directory.htaccess FileInfo +The argument none is available in Apache 2.2.7 and later

There will be times when the server is asked to provide a @@ -564,7 +565,7 @@ server cannot determine a type in any other way DefaultType None -

DefaultType None is only available in httpd-2.2.7 and later.

+

DefaultType None is only available in httpd-2.2.7 and later.

Note that unlike ForceType, this directive only @@ -581,8 +582,8 @@ server cannot determine a type in any other way server config -

Equivalent to passing the -D argument to httpd.

+

Equivalent to passing the -D argument to httpd.

This directive can be used to toggle the use of IfDefine sections without needing to alter -D arguments in any startup scripts.