From c0a46ef37bc3a68be0932a4e5a747c0d67db07d2 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 28 Sep 2000 16:55:53 +0000 Subject: [PATCH] Style update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86349 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_so.html | 183 +++++++++++++++------------ docs/manual/mod/mod_speling.html | 41 ++++-- docs/manual/mod/mod_status.html | 114 +++++++++++------ docs/manual/mod/mod_unique_id.html | 41 ++++-- docs/manual/mod/mod_userdir.html | 24 +++- docs/manual/mod/mod_vhost_alias.html | 53 ++++++-- 6 files changed, 299 insertions(+), 157 deletions(-) diff --git a/docs/manual/mod/mod_so.html b/docs/manual/mod/mod_so.html index 6edd1a4fb3..78347d799e 100644 --- a/docs/manual/mod/mod_so.html +++ b/docs/manual/mod/mod_so.html @@ -15,98 +15,55 @@

Module mod_so

-This module is contained in the mod_so.c file. It is -compiled in by default on Windows and is not compiled in by default on -Unix. It provides for loading of executable code and modules into the -server at start-up or restart time. On Unix, the loaded code typically -comes from shared object files (usually with .so -extension), whilst on Windows this module loads DLL -files. This module is only available in Apache 1.3 and up. +

This module provides for loading of executable code and modules into the +server at start-up or restart time.

-

+

Status: Base (Windows); Experimental (Unix) +
+Source File: mod_so.c +
+Module Identifier: so_module +
+Compatibility: Available in Apache 1.3 and later. +

-In previous releases, the functionality of this module was provided -for Unix by mod_dld, and for Windows by mod_dll. On Windows, mod_dll -was used in beta release 1.3b1 through 1.3b5. mod_so combines these -two modules into a single module for all operating systems.

Summary

-This is an experimental module. On selected operating systems it can be used -to load modules into Apache at runtime via the Dynamic -Shared Object (DSO) mechanism, rather than requiring a recompilation. +

This is an experimental module. On selected operating systems it +can be used to load modules into Apache at runtime via the Dynamic Shared Object (DSO) mechanism, rather +than requiring a recompilation. + +

+On Unix, the loaded code typically comes from shared object files +(usually with .so extension), whilst on Windows this +module loads DLL files. This module is only available in +Apache 1.3 and up. + + +

In previous releases, the functionality of this module was provided +for Unix by mod_dld, and for Windows by mod_dll. On Windows, mod_dll +was used in beta release 1.3b1 through 1.3b5. mod_so combines these +two modules into a single module for all operating systems.

Directives

-
- - -

LoadFile

- -Syntax: LoadFile filename filename ...
-Context: server config
-Status: Base
-Module: mod_so

- -The LoadFile directive links in the named object files or libraries -when the server is started or restarted; this is used to load -additional code which may be required for some module to -work. Filename is either and absolute path or relative to ServerRoot.


- -

LoadModule

- -Syntax: LoadModule module filename
-Context: server config
-Status: Base
-Module: mod_so

- -The LoadModule directive links in the object file or library filename -and adds the module structure named module to the list of active -modules. Module is the name of the external variable of type -module in the file. Example (Unix): -

-LoadModule status_module modules/mod_status.so -
- -

- -Example (Windows): -

-LoadModule status_module modules/ApacheModuleStatus.dll
-
- -loads the named module from the modules subdirectory of the -ServerRoot.

- -


Creating DLL Modules for Windows

@@ -157,6 +114,70 @@ ServerRoot.

the LoadModule directive to load it.

+
+ +

LoadFile directive

+ +Syntax: LoadFile filename filename ...
+Context: server config
+Status: Base
+Module: mod_so

+ +The LoadFile directive links in the named object files or libraries +when the server is started or restarted; this is used to load +additional code which may be required for some module to +work. Filename is either and absolute path or relative to ServerRoot.


+ +

LoadModule directive

+ +Syntax: LoadModule module filename
+Context: server config
+Status: Base
+Module: mod_so

+ +The LoadModule directive links in the object file or library filename +and adds the module structure named module to the list of active +modules. Module is the name of the external variable of type +module in the file. Example (Unix): +

+LoadModule status_module modules/mod_status.so +
+ +

+ +Example (Windows): +

+LoadModule status_module modules/ApacheModuleStatus.dll
+
+ +loads the named module from the modules subdirectory of the +ServerRoot.

+ diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html index 3be9f8000b..574b31b683 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -14,16 +14,31 @@

Module mod_speling

- This module is contained in the mod_speling.c file, - and is not compiled in by default. - It attempts to correct misspellings of - URLs that users might have entered, by ignoring capitalization - and by allowing up to one misspelling.
- This catches the majority of misspelled requests. An automatic - "spelling corrected" redirection is returned if only one matching - document was found, and a list of matches is returned if more than - one document with a sufficiently similar name is found. -

+ This module attempts to correct misspellings of URLs that users + might have entered, by ignoring capitalization and by allowing up to + one misspelling.

+ +

Status: Extension +
+Source File: mod_speling.c +
+Module Identifier: speling_module +
+Compatibility: Available in Apache 1.3 and later. Available as an External module in Apache 1.1 and later. +

+

Summary

@@ -52,12 +67,12 @@

Directives

- + +
-

CheckSpelling

+

CheckSpelling directive

Module mod_status

-The Status Module is only available in Apache 1.1 and later.

+

This module provides information on server activity and +performance.

-

Function

+

Status: Base +
+Source File: mod_status.c +
+Module Identifier: status_module +
+Compatibility: Available in Apache 1.1 and later. +

-The Status module allows a server administrator to find out how well + +

Summary

+ +

The Status module allows a server administrator to find out how well their server is performing. A HTML page is presented that gives the current server statistics in an easily readable form. If required this page can be made to automatically refresh (given a compatible browser). Another page gives a simple machine-readable list of the current -server state. +server state.

+

The details given are: