From cb0e3db18940a4c726985013423416bd0d85afa5 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Wed, 10 Jul 2002 06:04:59 +0000 Subject: [PATCH] Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95996 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 5 +++-- docs/manual/mod/mpm_common.html.en | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 299baee02d..51a34e4fd9 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_rewrite- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_rewrite

Description:Provides a rule-based rewriting engine to rewrite requested -URLs on the fly
Status:Extension
Module Identifier:rewrite_module
Compatibility:Available in Apache 1.3 and later

Summary

+ -->mod_rewrite- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_rewrite

Description:Provides a rule-based rewriting engine to rewrite requested +URLs on the fly
Status:Extension
Module Identifier:rewrite_module
Compatibility:Available in Apache 1.3 and later

Summary

``The great thing about mod_rewrite is it gives you all the configurability and flexibility of Sendmail. @@ -1476,6 +1476,7 @@ There is a special feature: VAL. The domain field is the domain of the cookie, such as '.apache.org' and the optional lifetime is the lifetime of the cookie in minutes. +

Note

Never forget that Pattern is diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 3ca366d45b..5cdab4a21b 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -272,7 +272,7 @@ the child processes
prefork MPM, use this directive only - if you need to set MaxClients higher higher than 256. + if you need to set MaxClients higher than 256. Do not set the value of this directive any higher than what you might want to set MaxClients to.

@@ -323,7 +323,7 @@ per child process
ThreadsPerChild Directive
Description: Number of threads created by each child process
Syntax:ThreadsPerChild number
Default:ThreadsPerChild 50
Context:server config
Status:MPM
Module:worker, mpm_winnt

This directive sets the number of threads created by each child process. The child creates these threads at startup and - never creates more. if using an MPM like mpmt_winnt, where + never creates more. If using an MPM like mpmt_winnt, where there is only one child process, this number should be high enough to handle the entire load of the server. If using an MPM like worker, where there are multiple child processes, the -- 2.40.0