From 5e311552a2cf21a6050f6a0a4c33ff86bb67ade5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 28 Nov 2004 21:54:52 +0000 Subject: [PATCH] minor cleanups git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106851 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.xml | 7 +++---- docs/manual/mod/core.xml | 2 +- docs/manual/mod/worker.xml | 4 ++-- docs/manual/programs/configure.xml | 2 +- docs/manual/programs/rotatelogs.xml | 2 +- docs/manual/vhosts/index.xml | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 8215f3b155..9a1fb0b9b7 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -248,7 +248,7 @@ $ tar xvf httpd-2_1_NN.tar location of your compiler, libraries, or header files. This is done by passing either environment variables or command line options to configure. For more information, see the - configure manual page.

+ configure manual page.

For a short impression of what possibilities you have, here is a typical example which compiles Apache for the installation @@ -268,9 +268,8 @@ $ tar xvf httpd-2_1_NN.tar test for the availability of features on your system and build Makefiles which will later be used to compile the server.

-

Details on all the different configure options are - available on the configure - manual page.

+

Details on all the different configure options are + available on the configure manual page.

Build diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 7c44b00056..2c63f06bfc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1783,7 +1783,7 @@ URLs limits the scope of the enclosed directives by URL. It is similar to the Directory directive, and starts a subsection which is terminated with a - </Location> directive. </Location> directive. Location sections are processed in the order they appear in the configuration file, after the Directory sections and diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index d210c626cf..977a8685c5 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -32,7 +32,7 @@ multi-process multi-threaded server. By using threads to serve requests, it is able to serve a large number of requests with less system resources than a process-based server. Yet it - retains much of the stability of a process-based server by + retains much of the stability of a process-based server by keeping multiple processes available, each with many threads.

The most important directives used to control this MPM are @@ -137,7 +137,7 @@ uses controls how frequently the server recycles processes by killing old ones and launching new ones.

- + AcceptMutex CoreDumpDirectory diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 9f0acfedb3..648f1fa3e6 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -803,7 +803,7 @@ libraries integrated. Otherwise the support binaries are linked dynamically by default. -
--enable-suexec
+
--enable-suexec
Use this option to enable suexec, which allows you to set uid and gid for spawned processes. Do not use this diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index bafe30fed5..64c288139b 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -44,7 +44,7 @@

This configuration will rotate the logfile whenever it reaches a size of 5 megabytes.

- + ErrorLog "|bin/rotatelogs /var/logs/errorlog.%Y-%m-%d-%H_%M_%S 5M" diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml index 0ed271f68b..8416093dca 100644 --- a/docs/manual/vhosts/index.xml +++ b/docs/manual/vhosts/index.xml @@ -34,7 +34,7 @@ different IP address for every web site, or "name-based", meaning that you have multiple names running on each IP address. The fact that they - are running on the same physical server is not apparent to the + are running on the same physical server is not apparent to the end user.

Apache was one of the first servers to support IP-based -- 2.50.1