From d7e4bf579015f8a4b678baee0280952083f42aa7 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Thu, 13 Jun 2002 07:14:42 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95636 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html.en | 4 ++-- docs/manual/mod/mod_mime.html.en | 10 +++++----- docs/manual/mod/perchild.html.en | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index ad99065d3e..fb0fce6aa9 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -183,7 +183,7 @@ icon selected by MIME content-type AddAltByType "TXT" text/plain -

AddDescription Directive

Description:
Syntax:AddDescription +

AddDescription Directive

Description: Description to display for a file
Syntax:AddDescription string file [file] ...
Context:server config, virtual host, directory, .htaccess
Override:Indexes
Status:Base
Module:mod_autoindex

This sets the description to display for a file, for FancyIndexing. @@ -270,7 +270,7 @@ content-type

Syntax:DefaultIcon url-path
Context:server config, virtual host, directory, .htaccess
Override:Indexes
Status:Base
Module:mod_autoindex

The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. - Url is a (%-escaped) relative URL to the icon. + Url-path is a (%-escaped) relative URL to the icon. Examples:

DefaultIcon /icon/unknown.xbm

HeaderName Directive

Description: Name of the file that will be inserted at the top diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 5d766ac0e2..a6f3ee4d3b 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -26,7 +26,7 @@ content. The directives AddHandler, AddOutputFilter, and AddInputFilter control the modules or scripts that serve the document. The MultiviewsMatch directive allows mod_negotiation to consider these file extensions - to included when testing Multiviews matches.

+ to be included when testing Multiviews matches.

While mod_mime associates meta-information with filename extensions, the core server @@ -230,8 +230,8 @@ Content-Type: text/plain; charset=ISO-8859-2


AddHandler Directive

Description: Maps the filename extensions to the specified handler
Syntax:AddHandler - handler-name extension [extension] ...
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base
Module:mod_mime
Compatibility:
-

Files having the named extension will be served by the + handler-name extension [extension] ...

Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base
Module:mod_mime
+

Files having the name extension will be served by the specified handler-name. This mapping is added to any already in force, overriding any mappings that already exist for the same extension. For example, to activate CGI @@ -581,8 +581,8 @@ extensions/foo/ directory and any beneath it, causing the files to be treated as being of the default type.

-
Note:RemoveType directives - are processed after any AddType +
Note:RemoveType directives + are processed after any AddType directives, so it is possible they may undo the effects of the latter if both occur within the same directory configuration.
diff --git a/docs/manual/mod/perchild.html.en b/docs/manual/mod/perchild.html.en index 444d4291b5..a2029d22ed 100644 --- a/docs/manual/mod/perchild.html.en +++ b/docs/manual/mod/perchild.html.en @@ -68,9 +68,9 @@ the virtual host where this directive appears will be served by the process running with the specified user and group id.


ChildPerUserId Directive

Description:
Syntax:ChildPerUserID user_id group_id child_id
Context:server config
Status:MPM
Module:perchild
-

Specify a user id and group id for a specific child process. The number of -children if set by the NumServers -directive. For example, the default value for NumServers is 5 and that means +

Specify a user id and group id for a specific child process. The number of +children is set by the NumServers +directive. For example, the default value for NumServers is 5 and that means children ids 1,2,3,4 and 5 are available for assigment. If a child does not -have an associated ChildPerUserID, it inherits the User and Group settings from the main server

+have an associated ChildPerUserID, it inherits the User and Group settings from the main server


Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file -- 2.40.0