From: Andre Malo
The maximum number of workers, be they pre-forked child @@ -762,7 +762,7 @@ Swap: 3903784 12540 3891244
Finally, if the httpd server in question is not executing any third-party
code, via mod_php, mod_perl or similar,
- we recommend the use of
- The MaxClients
-
+ The MaxClients
directive in your Apache httpd configuration file specifies
the maximum number of workers your server can create. It
has two related directives, MinSpareServers
@@ -799,8 +798,7 @@ Swap: 3903784 12540 3891244
complicated. Threaded MPMs support the
ThreadsPerChild
- directive1 . Apache requires that MaxClients
-
+ directive1 . Apache requires that MaxClients
is evenly divisible by ThreadsPerChild
.If you set either directive to a number that doesn't
@@ -808,10 +806,8 @@ Swap: 3903784 12540 3891244
complaint to the error log and adjust the
ThreadsPerChild
- value downwards until it is an even factor of
- MaxClients
-
- .
+ value downwards until it is an even factor of
+ MaxClients.
- The Apache Software Foundation Wiki is served by MoinMoin.
- MoinMoin is written in Python and runs as a CGI. To date, any
- attempts to run it under mod_python has been unsuccessful.
- The CGI proved to place an untenably high load on the
- server machine, especially when the Wiki was being indexed
- by search engines like Google. To lighten the load on the
- server machine, the Apache Infrastructure team turned to
- mod_cache. It turned out MoinMoin
-
- needed a small patch to ensure proper behavior behind the
- caching server: certain requests can never be cached and
- the corresponding Python modules were patched to send the
- proper HTTP response headers. After this modification, the
- cache in front of the Wiki was enabled with the following
- configuration snippet in httpd.conf:
+ The Apache Software Foundation Wiki is served by
+ MoinMoin. MoinMoin is written in Python and runs as
+ a CGI. To date, any attempts to run it under
+ mod_python has been unsuccessful. The CGI proved to
+ place an untenably high load on the server machine,
+ especially when the Wiki was being indexed by search
+ engines like Google. To lighten the load on the
+ server machine, the Apache Infrastructure team
+ turned to mod_cache. It turned out MoinMoin needed a
+ small patch to ensure proper behavior behind the
+ caching server: certain requests can never be cached
+ and the corresponding Python modules were patched to
+ send the proper HTTP response headers. After this
+ modification, the cache in front of the Wiki was
+ enabled with the following configuration snippet in
+ httpd.conf:
This configuration will try to cache any and all content
within its virtual host. It will never cache content for
- more than six hours (the Expires:
header is present in the response, Last-Modified:
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 29ff3d80c48..afafcaa328c 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -889,7 +889,7 @@ the contents of file-system directories matching a regular expression.From 2.4.8 onwards, named groups and backreferences are captured and
written to the environment with the corresponding name prefixed with
"MATCH_" and in upper case. This allows elements of paths to be referenced
- from within expressions and modules like
+ from within expressions and modules like
From 2.4.8 onwards, named groups and backreferences are captured and
written to the environment with the corresponding name prefixed with
"MATCH_" and in upper case. This allows elements of files to be referenced
- from within expressions and modules like
+ from within expressions and modules like
Only directives that support the Only directives that support the directory context can be used within this configuration section.
@@ -2718,7 +2718,7 @@ matching URLsFrom 2.4.8 onwards, named groups and backreferences are captured and
written to the environment with the corresponding name prefixed with
"MATCH_" and in upper case. This allows elements of URLs to be referenced
- from within expressions and modules like
+ from within expressions and modules like
From 2.5.0 onwards, named groups and backreferences are captured and
written to the environment with the corresponding name prefixed with
"MATCH_" and in upper case. This allows elements of URLs to be referenced
- from within expressions and modules like
+ from within expressions and modules like
VirtualHost or server context with
version 2.2.22 or later of httpd, Pattern is a perl compatible regular expression. On the first RewriteRule, it is matched against - the (%-decoded) URL-path (or - file-path, depending + the (%-decoded) URL-path (or + file-path, depending on the context) of the request. Subsequent patterns are matched against the output of the last matching RewriteRule.
diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index e4f70e88908..c5fd0f17464 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -47,9 +47,9 @@The bug reporting page and dev-httpd mailing list are not - provided to answer questions about configuration or running Apache. - Before you submit a bug report or request, first consult this document, the - Frequently Asked Questions page and the other - relevant documentation topics. If you still have a question or problem, - post it to the - novell.devsup.webserver newsgroup, where many Apache users are more than - willing to answer new and obscure questions about using Apache on NetWare.
+The bug reporting page and dev-httpd mailing list are + not provided to answer questions about configuration or + running Apache. Before you submit a bug report or request, first + consult this document, the Frequently Asked + Questions page and the other relevant documentation topics. If + you still have a question or problem, post it to the + novell.devsup.webserver newsgroup, where many Apache users are + more than willing to answer new and obscure questions about using + Apache on NetWare.
Most of this document assumes that you are installing Apache from a binary distribution. If you want to compile Apache @@ -324,7 +327,7 @@
Apache is configured by reading configuration files usually stored
in the conf directory. These are the same as files used
to configure the Unix version, but there are a few different directives for
- Apache on NetWare. See the Apache
+ Apache on NetWare. See the Apache module
documentation for all the available directives.
The main differences in Apache for NetWare are:
diff --git a/docs/manual/programs/log_server_status.xml b/docs/manual/programs/log_server_status.xml index 034bf270928..39feb98a0c6 100644 --- a/docs/manual/programs/log_server_status.xml +++ b/docs/manual/programs/log_server_status.xml @@ -20,7 +20,7 @@ limitations under the License. --> -