From 7e86406f292df2c08d1ef63458da2333c35f62f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 25 Oct 2002 23:42:07 +0000 Subject: [PATCH] - Add s to the starting & stopping documents - several markup improvements Submitted by: Tim Gerundt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97310 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html.en | 28 ++++++++++++++-------------- docs/manual/install.xml | 31 ++++++++++++++++++------------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 40dfd1835f..f488d82444 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -19,7 +19,7 @@ projects.

top
top

Overview for the impatient

@@ -273,14 +273,14 @@
LIBS=...
-
Library location information ("-L" and "-l" options) to - pass to the linker.
+
Library location information ("-L" and + "-l" options) to pass to the linker.
INCLUDES=...
-
Header file search directories ("-Idir").
+
Header file search directories ("-Idir").
-
TARGET=... [Default: apache]
+
TARGET=... [Default: apache]
Name of the executable which will be built.
@@ -316,7 +316,7 @@
--quiet
-
Prevents the printing of the usual "checking..." +
Prevents the printing of the usual "checking..." messages.
--verbose
@@ -335,7 +335,7 @@
--prefix=PREFIX [Default: - /usr/local/apache2]
+ /usr/local/apache2]
Specifies the directory under which the Apache files will be installed.
@@ -346,7 +346,7 @@
--exec-prefix=EPREFIX [Default: - PREFIX]
+ PREFIX]
Specifies the directory under which architecture-dependent files will be placed.
@@ -432,7 +432,8 @@ --enable-modules and --enable-mods-shared options is usually a space-separated list of module identifiers. For example, to - enable mod_dav and mod_info, you can either use

+ enable mod_dav and mod_info, + you can either use

./configure --enable-dav --enable-info

@@ -445,7 +446,7 @@ in one step. You can then remove any modules that you do not want with the --disable-MODULE option. For example, to include all modules as DSOs with the exception - of mod_info, you can use

+ of mod_info, you can use

./configure --enable-mods-shared=all @@ -526,13 +527,12 @@ seperated by a colon.

Next, you can customize your Apache HTTP server by editing the configuration files under - PREFIX/conf/.

+ PREFIX/conf/.

$ vi PREFIX/conf/httpd.conf

-

Have a look at the Apache manual under docs/manual/ or consult http://httpd.apache.org/docs-2.0/ - for the most recent version of this manual and a complete reference of - available configuration directives.

+

Have a look at the Apache manual under docs/manual/ or consult http://httpd.apache.org/docs-2.0/ for the most recent version of + this manual and a complete reference of available configuration directives.

top

Test

Now you can start your Apache diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 1f658d9a09..593de4e15b 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -24,6 +24,9 @@ +Starting +Stopping or Restarting +

Overview for the impatient @@ -295,14 +298,14 @@
LIBS=...
-
Library location information ("-L" and "-l" options) to - pass to the linker.
+
Library location information ("-L" and + "-l" options) to pass to the linker.
INCLUDES=...
-
Header file search directories ("-Idir").
+
Header file search directories ("-Idir").
-
TARGET=... [Default: apache]
+
TARGET=... [Default: apache]
Name of the executable which will be built.
@@ -338,7 +341,7 @@
--quiet
-
Prevents the printing of the usual "checking..." +
Prevents the printing of the usual "checking..." messages.
--verbose
@@ -357,7 +360,7 @@
--prefix=PREFIX [Default: - /usr/local/apache2]
+ /usr/local/apache2]
Specifies the directory under which the Apache files will be installed.
@@ -368,7 +371,7 @@
--exec-prefix=EPREFIX [Default: - PREFIX]
+ PREFIX]
Specifies the directory under which architecture-dependent files will be placed.
@@ -457,7 +460,8 @@ --enable-modules and --enable-mods-shared options is usually a space-separated list of module identifiers. For example, to - enable mod_dav and mod_info, you can either use

+ enable mod_dav and mod_info, + you can either use

./configure --enable-dav --enable-info @@ -470,7 +474,7 @@ in one step. You can then remove any modules that you do not want with the --disable-MODULE option. For example, to include all modules as DSOs with the exception - of mod_info, you can use

+ of mod_info, you can use

./configure --enable-mods-shared=all @@ -558,15 +562,16 @@ seperated by a colon.

Next, you can customize your Apache HTTP server by editing the configuration files under - PREFIX/conf/.

+ PREFIX/conf/.

$ vi PREFIX/conf/httpd.conf

Have a look at the Apache manual under docs/manual/ or consult http://httpd.apache.org/docs-2.0/ - for the most recent version of this manual and a complete reference of - available configuration directives.

+ href="http://httpd.apache.org/docs-2.0/" + >http://httpd.apache.org/docs-2.0/ for the most recent version of + this manual and a complete reference of available configuration directives.

Test -- 2.40.0