From: Joshua Slive
-UnixWare users will want to consult build notes
+UnixWare users will want to consult build notes
for various UnixWare versions before compiling.
-UnixWare users will want to consult build notes
+UnixWare users will want to consult build notes
for various UnixWare versions before compiling.
MaxRequestsPerChild
+ HREF="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild
- Like the Unix directive, this controls how many requests a
process will serve before exiting. However, unlike Unix, a
process serves all the requests at once, not just one, so if
this is set, it is recommended that a very high number is
used. The recommended default, ThreadsPerChild -
+ ThreadsPerChild -
This directive is new, and tells the server how many threads it
should use. This is the maximum number of connections the server
can handle at once; be sure and set this number high enough for
your site if you get a lot of hits. The recommended default is
Downloading Apache
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index b8f5047e00..33dad27703 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -18,13 +18,13 @@
This document covers compilation and installation of Apache on Unix
systems only. For compiling and installation on Windows, see Using Apache with Microsoft Windows and for
-TPF see Installing the Apache 1.3 HTTP
+HREF="platform/windows.html">Using Apache with Microsoft Windows and for
+TPF see Installing the Apache 1.3 HTTP
Server on TPF.
Downloading Apache
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index 4309e1d6fe..9299ff9aad 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -28,7 +28,7 @@ not recommended.
On Windows, Apache is normally run as a service on Windows NT, or as a
console application on Windows 95. See also running Apache for Windows.
+HREF="platform/windows.html#run">running Apache for Windows.
Command line options
The following options are recognized on the httpd command line:
diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en
index 4309e1d6fe..9299ff9aad 100644
--- a/docs/manual/invoking.html.en
+++ b/docs/manual/invoking.html.en
@@ -28,7 +28,7 @@ not recommended.
On Windows, Apache is normally run as a service on Windows NT, or as a
console application on Windows 95. See also running Apache for Windows.
+HREF="platform/windows.html#run">running Apache for Windows.
Command line options
The following options are recognized on the httpd command line:
diff --git a/docs/manual/misc/tutorials.html b/docs/manual/misc/tutorials.html
index 1017e74074..aa90d15e4e 100644
--- a/docs/manual/misc/tutorials.html
+++ b/docs/manual/misc/tutorials.html
@@ -41,10 +41,6 @@ HREF="http://oreilly.apacheweek.com/pub/a/apache/2000/02/24/installing_apache.ht
>Getting, Installing, and Running Apache (on Unix) (O'Reilly
Network Apache DevCenter)
-MaxRequestsPerChild
0
, does not cause the process to ever exit.
- ThreadsPerChild 50
.
-
ThreadStackSize 65536
.
diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html
index f7d5d6f884..9a52845a3c 100644
--- a/docs/manual/platform/windows.html
+++ b/docs/manual/platform/windows.html
@@ -255,7 +255,7 @@ There are two ways you can run Apache:
So the "process"-management directives are different:
MaxRequestsPerChild + HREF="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild - Like the Unix directive, this controls how many requests a process will serve before exiting. However, unlike Unix, a process serves all the requests at once, not just one, so if @@ -267,7 +267,7 @@ There are two ways you can run Apache: new child process is started. If you have modified httpd.conf, the new child may not start or you may receive unexpected results. -
ThreadsPerChild - +
ThreadsPerChild -
This directive is new, and tells the server how many threads it
should use. This is the maximum number of connections the server
can handle at once; be sure and set this number high enough for
@@ -282,18 +282,18 @@ There are two ways you can run Apache:
without recompiling the server. If Apache is compiled normally, it
will install a number of optional modules in the
\Apache\modules
directory. To activate these, or other
- modules, the new LoadModule
+ modules, the new LoadModule
directive must be used. For example, to active the status module,
use the following (in addition to the status-activating directives
in access.conf
):
LoadModule status_module modules/ApacheModuleStatus.dll-
Information on creating loadable
+ Information on creating loadable
modules is also available. Apache can also load ISAPI Extensions (i.e., Internet Server
Applications), such as those used by Microsoft's IIS, and other
- Windows servers. More information
+ Windows servers. More information
is available. Note that Apache This document covers stopping and restarting Apache on Unix
-only. Windows users should see Signalling
+only. Windows users should see Signalling
Apache when running. You will notice many This document covers stopping and restarting Apache on Unix
-only. Windows users should see Signalling
+only. Windows users should see Signalling
Apache when running. You will notice many Stopping and Restarting Apache
httpd
executables running on your system,
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index 783d1c0250..12604562a7 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -16,7 +16,7 @@
Stopping and Restarting Apache
httpd
executables running on your system,
diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html
index 3d8623df04..8988cd42b8 100644
--- a/docs/manual/suexec.html
+++ b/docs/manual/suexec.html
@@ -295,9 +295,7 @@ section of this document.
Here's where we begin the fun. If you use Apache 1.2 or prefer to configure
Apache 1.3 with the "src/Configure
" script you have to edit
the suEXEC header file and install the binary in its proper location
-manually. This procedure is described in an
-extra document.
-The following sections describe the configuration and installation
+manually. The following sections describe the configuration and installation
for Apache 1.3 with the AutoConf-style interface (APACI).
src/Configure
" script you have to edit
the suEXEC header file and install the binary in its proper location
-manually. This procedure is described in an
-extra document.
-The following sections describe the configuration and installation
+manually. The following sections describe the configuration and installation
for Apache 1.3 with the AutoConf-style interface (APACI).