Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 62178 invoked from network); 12 Nov 2003 00:39:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 00:39:54 -0000 Received: (qmail 57342 invoked by uid 500); 12 Nov 2003 00:39:38 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 57315 invoked by uid 500); 12 Nov 2003 00:39:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 57302 invoked by uid 500); 12 Nov 2003 00:39:38 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 57299 invoked from network); 12 Nov 2003 00:39:37 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 12 Nov 2003 00:39:37 -0000 Received: (qmail 62150 invoked by uid 1549); 12 Nov 2003 00:39:52 -0000 Date: 12 Nov 2003 00:39:52 -0000 Message-ID: <20031112003952.62149.qmail@minotaur.apache.org> From: erikabele@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/programs configure.html.en configure.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N erikabele 2003/11/11 16:39:52 Modified: docs/manual/programs Tag: APACHE_2_0_BRANCH configure.html.en configure.xml Log: Fix some typos. Submitted by: Iikka Meriläinen Revision Changes Path No revision No revision 1.1.2.2 +11 -11 httpd-2.0/docs/manual/programs/configure.html.en Index: configure.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.html.en,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- configure.html.en 2 Nov 2003 01:12:10 -0000 1.1.2.1 +++ configure.html.en 12 Nov 2003 00:39:52 -0000 1.1.2.2 @@ -22,7 +22,7 @@

The configure script configures the source tree - for compiling and installing the Apache HTTP Server at your + for compiling and installing the Apache HTTP Server on your particular platform. Various options allow the compilation of a server corresponding to your personal requirements.

@@ -44,7 +44,7 @@

./configure [OPTION]... [VAR=VALUE]...

-

To assign environment variables (e.g., CC, +

To assign environment variables (e.g. CC, CFLAGS ...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables.

@@ -278,7 +278,7 @@ explicitly while other modules have to be enabled explicitly or by using the keywords most or all (see --enable-mods-shared below for further explanation) to be - available. Therefor use the options below.

+ available. Therefore use the options below.

--disable-actions
@@ -334,7 +334,7 @@
Disable the HTTP protocol handling. The http module is a basic one, enabling the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module - instead. Don't disable this module until you are really sure + instead. Don't disable this module unless you are really sure what you are doing.
Note: This module will always be linked statically.
@@ -539,7 +539,7 @@
--enable-so
Enable DSO capability provided by mod_so. This - module will automatically enabled if you use the + module will be automatically enabled if you use the --enable-mods-shared option.
--enable-speling
@@ -568,8 +568,8 @@ configure is considering module-file to be a an absolute file path and tries to copy the source file into the module-type subdirectory.

-

This option is useful to add small external modules consiting of - one source file. For bigger modules you should read the vendors +

This option is useful to add small external modules consisting of + one source file. For bigger modules you should read the vendor's documentation.

Note

If you want to build a DSO module instead of a statically linked use @@ -631,7 +631,7 @@ httpd.conf. The default is 80.
--with-program-name
-
Define an alternate executable name.
+
Define an alternative executable name.
@@ -698,8 +698,8 @@
--enable-static-support
Build a statically linked version of the support binaries. This - means, a stand-alone executable will be build with all necessary - libraries are integrated. Otherwise the support binaries are linked + means, a stand-alone executable will be built with all the necessary + libraries integrated. Otherwise the support binaries are linked dynamically by default.
--enable-suexec
@@ -784,7 +784,7 @@
--with-suexec-umask
Set umask for processes started by suexec. - It default to your system settings.
+ It defaults to your system settings.
1.1.2.2 +11 -11 httpd-2.0/docs/manual/programs/configure.xml Index: configure.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- configure.xml 2 Nov 2003 01:12:10 -0000 1.1.2.1 +++ configure.xml 12 Nov 2003 00:39:52 -0000 1.1.2.2 @@ -8,7 +8,7 @@

The configure script configures the source tree - for compiling and installing the Apache HTTP Server at your + for compiling and installing the Apache HTTP Server on your particular platform. Various options allow the compilation of a server corresponding to your personal requirements.

@@ -27,7 +27,7 @@

./configure [OPTION]... [VAR=VALUE]...

-

To assign environment variables (e.g., CC, +

To assign environment variables (e.g. CC, CFLAGS ...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables.

@@ -262,7 +262,7 @@ explicitly while other modules have to be enabled explicitly or by using the keywords most or all (see --enable-mods-shared below for further explanation) to be - available. Therefor use the options below.

+ available. Therefore use the options below.

--disable-actions
@@ -319,7 +319,7 @@
Disable the HTTP protocol handling. The http module is a basic one, enabling the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module - instead. Don't disable this module until you are really sure + instead. Don't disable this module unless you are really sure what you are doing.
Note: This module will always be linked statically.
@@ -524,7 +524,7 @@
--enable-so
Enable DSO capability provided by mod_so. This - module will automatically enabled if you use the + module will be automatically enabled if you use the --enable-mods-shared option.
--enable-speling
@@ -553,8 +553,8 @@ configure is considering module-file to be a an absolute file path and tries to copy the source file into the module-type subdirectory.

-

This option is useful to add small external modules consiting of - one source file. For bigger modules you should read the vendors +

This option is useful to add small external modules consisting of + one source file. For bigger modules you should read the vendor's documentation.

Note If you want to build a DSO module instead of a statically linked use @@ -619,7 +619,7 @@ httpd.conf. The default is 80.
--with-program-name
-
Define an alternate executable name.
+
Define an alternative executable name.
@@ -687,8 +687,8 @@
--enable-static-support
Build a statically linked version of the support binaries. This - means, a stand-alone executable will be build with all necessary - libraries are integrated. Otherwise the support binaries are linked + means, a stand-alone executable will be built with all the necessary + libraries integrated. Otherwise the support binaries are linked dynamically by default.
--enable-suexec
@@ -781,7 +781,7 @@
--with-suexec-umask
Set umask for processes started by suexec. - It default to your system settings.
+ It defaults to your system settings.