From: Randy Terbush Date: Mon, 2 Dec 1996 16:53:31 +0000 (+0000) Subject: Documentation for AddModule and ClearModuleList as supplied by Tom Tromey X-Git-Tag: APACHE_1_2b1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488df6d12bf651141b6cb1f15905fced28726d6b;p=apache Documentation for AddModule and ClearModuleList as supplied by Tom Tromey in his original patch. Submitted by: Tom Tromey git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index d0e7a2c40a..016bc0bfdf 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -101,6 +101,19 @@ for directives, unless they have been disabled with AllowOverride None
</Directory>


+

AddModule directive

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

+ +The server can have modules compiled in which are not actively in use. +This directive can be used to enable the use of those modules. The +server comes with a pre-loaded list of active modules; this list can +be cleared with the ClearModuleList +directive.


+

AllowOverride directive

Syntax: AllowOverride override override ...
@@ -162,14 +175,6 @@ Allow use of the directives controlling specific directory features XBitHack).


-

AddModule directive

- -Syntax:
-Default:
-Context:
-Status: core
-Compatibility: AddModule is only available in Apache 1.2 and later


-

AuthName directive

Syntax: AuthName auth-domain
@@ -202,11 +207,14 @@ It must be accompanied by AuthName and

ClearModuleList directive

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


+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 +repopulated using the AddModule directive.


BindAddress directive