From 1d4eebb13ad8dc2013a0058f114dad55dfab9932 Mon Sep 17 00:00:00 2001 From: pcs Date: Wed, 16 Apr 1997 09:09:34 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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
-- 2.50.1