From d9b68396dbed4752dfd63c13dbf4e3d42bd27d59 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 25 Sep 2000 21:50:07 +0000 Subject: [PATCH] Style updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86324 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/index-bytype.html | 5 +- docs/manual/mod/index.html | 5 +- docs/manual/mod/mod_alias.html | 80 +++++++++++++++++-------------- docs/manual/mod/mod_asis.html | 61 +++++++++++++++-------- docs/manual/mod/mod_auth.html | 45 +++++++++++++---- 5 files changed, 129 insertions(+), 67 deletions(-) diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html index 5d647f4c65..cbc1ddaa34 100644 --- a/docs/manual/mod/index-bytype.html +++ b/docs/manual/mod/index-bytype.html @@ -58,7 +58,8 @@ directives.
mod_alias -
Aliases and redirects. +
Mapping different parts of the host filesystem in the document tree, + and URL redirection.
mod_rewrite Apache 1.2 and up
Powerful URI-to-filename mapping using regular expressions
mod_userdir @@ -108,7 +109,7 @@ directives.
mod_expires Apache 1.2 and up
Apply Expires: headers to resources
mod_asis -
The .asis file handler. +
Sending files which contain their own HTTP headers.

Dynamic Content

diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 092b26b3f1..357b5d3c77 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -32,9 +32,10 @@ directives.
mod_actions
Executing CGI scripts based on media type or request method.
mod_alias -
Aliases and redirects. +
Mapping different parts of the host filesystem in the document tree, + and URL redirection.
mod_asis -
The .asis file handler. +
Sending files which contain their own HTTP headers.
mod_auth
User authentication using text files.
mod_auth_anon diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 3b51563562..3d96374c38 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -16,11 +16,47 @@

Module mod_alias

-This module is contained in the mod_alias.c file, and -is compiled in by default. It provides for mapping different parts of the -host filesystem in the the document tree, and for URL redirection. +This module provides for mapping different parts of the +host filesystem in the document tree, and for URL redirection.

+

Status: Base +
+Source File: mod_alias.c +
+Module Identifier: alias_module +

+ +

Summary

+ +

The directives contained in this module allow for manipulation and +control of URLs as requests arrive at the server. The +Alias and ScriptAlias directives are used to +map between URLs and filesystem paths. This allows for content which +is not directly under the DocumentRoot to be +served as part of the web document tree. The ScriptAlias +directive has the additional effect of marking the target directory as +containing only CGI scripts. + +

The Redirect directives are used to instruct clients +to make a new request with a different URL. They are often used +when a resource has moved to a new location. + +

A more powerful and flexible set of directives for manipulating +URLs is contained in the mod_rewrite module. + +

Directives

+ +

See also: require +and satisfy.

+
-

AuthGroupFile

+

AuthGroupFile directive

AuthName, AuthType and AuthUserFile.


-

AuthUserFile

+

AuthUserFile directive

AuthName, AuthType and AuthGroupFile.


-

AuthAuthoritative

+

AuthAuthoritative directive