From: pcs Date: Wed, 16 Apr 1997 09:09:34 +0000 (+0000) Subject: Put ClearModuleList in correct place. X-Git-Tag: APACHE_1_2b9~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d4eebb13ad8dc2013a0058f114dad55dfab9932;p=apache Put ClearModuleList in correct place. Submitted By: Martin.Kraemer@mch.sni.de git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77909 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 3456b29a0f..e04f1f82ae 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -209,17 +209,6 @@ It must be accompanied by AuthName and AuthUserFile and AuthGroupFile to work.


-

ClearModuleList directive

- -Syntax: ClearModuleList
-Context: server config
-Status: core
-Compatibility: ClearModuleList is only available in Apache 1.2 and later

- -The server comes with a built-in list of active modules. This -directive clears the list. It is assumed that the list will then be -re-populated using the AddModule directive.


-

BindAddress directive

Syntax: BindAddress saddr
@@ -251,6 +240,17 @@ This option can be used as an alternative method for supporting
+

ClearModuleList directive

+ +Syntax: ClearModuleList
+Context: server config
+Status: core
+Compatibility: ClearModuleList is only available in Apache 1.2 and later

+ +The server comes with a built-in list of active modules. This +directive clears the list. It is assumed that the list will then be +re-populated using the AddModule directive.


+

DefaultType directive

Syntax: DefaultType mime-type