From: Rich Bowen Date: Tue, 23 Mar 2010 02:23:15 +0000 (+0000) Subject: 'Apache' => 'Apache HTTP Server' X-Git-Tag: 2.3.6~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e7cb704856019f0caf91a6db6a5a900d898551a;p=thirdparty%2Fapache%2Fhttpd.git 'Apache' => 'Apache HTTP Server' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926432 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index bb9c95989c6..947fbd40d3c 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -82,7 +82,7 @@ of consuming threads only for connections with active processing completes the first request, the client can keep the connection open, and send further requests using the same socket. This can save signifigant overhead in creating TCP connections. However, - Apache traditionally keeps an entire child process/thread waiting + Apache HTTP Server traditionally keeps an entire child process/thread waiting for data from the client, which brings its own disadvantages. To solve this problem, this MPM uses a dedicated thread to handle both the Listening sockets, and all sockets that are in a Keep Alive diff --git a/docs/manual/mod/event.xml b/docs/manual/mod/event.xml index 55f31b266b3..354f6d0e8c8 100644 --- a/docs/manual/mod/event.xml +++ b/docs/manual/mod/event.xml @@ -51,7 +51,7 @@ of consuming threads only for connections with active processing completes the first request, the client can keep the connection open, and send further requests using the same socket. This can save signifigant overhead in creating TCP connections. However, - Apache traditionally keeps an entire child process/thread waiting + Apache HTTP Server traditionally keeps an entire child process/thread waiting for data from the client, which brings its own disadvantages. To solve this problem, this MPM uses a dedicated thread to handle both the Listening sockets, and all sockets that are in a Keep Alive diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index ae64968b350..acd5084b2c1 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -29,8 +29,8 @@

Below is a list of all of the modules that come as part of - the Apache distribution. See also the complete - alphabetical list of all Apache + the Apache HTTP Server distribution. See also the complete + alphabetical list of all Apache HTTP Server directives.

diff --git a/docs/manual/mod/index.xml b/docs/manual/mod/index.xml index b94adf33c3a..5452a4cb799 100644 --- a/docs/manual/mod/index.xml +++ b/docs/manual/mod/index.xml @@ -25,8 +25,8 @@

Below is a list of all of the modules that come as part of - the Apache distribution. See also the complete - alphabetical list of all Apache + the Apache HTTP Server distribution. See also the complete + alphabetical list of all Apache HTTP Server directives.