From a3e8e3f5176716b0ec44aefa7bb8de1b42c89568 Mon Sep 17 00:00:00 2001 From: Nilgun Belma Buguner Date: Sat, 19 Jul 2008 10:30:42 +0000 Subject: [PATCH] pre-translation improvements git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678127 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.xml | 78 +++++++++++++++--------------- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index f282c8320e..9c91764853 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -34,7 +34,7 @@

This script, included in the root directory of the source distribution, is for compilation on Unix and Unix-like systems only. For other platforms, see the platform documentation.

+ href="../platform/">platform documentation.

Compiling and Installing @@ -107,7 +107,7 @@ -
Installation + <section id="installationdirectories"><title>Installation directories

These options define the installation directory. The installation @@ -148,7 +148,7 @@

Fine tuning of the installation directories - +

For better control of the installation directories, use the options below. Please note that the directory defaults are set by autoconf and are overwritten by the corresponding layout @@ -180,7 +180,7 @@ By default infodir is set to PREFIX/info. This option is currently unused. - +

--libdir=DIR
Install object code libraries in DIR. By default libdir is set to @@ -198,16 +198,16 @@ autoconf and currently unused.
--mandir=DIR
-
Install the man documentation in DIR. By default +
Install the man documentation in DIR. By default mandir is set to EPREFIX/man.
- +
--oldincludedir=DIR
Install C header files for non-gcc in DIR. By default oldincludedir is set to /usr/include. This option is offered by autoconf and currently unused.
- +
--sbindir=DIR
Install the system administrator executables in DIR. Those are server programs like httpd, @@ -227,10 +227,10 @@ files httpd.conf, mime.types, etc. in DIR. By default sysconfdir is set to PREFIX/etc.
- +
- +
System types

These options are used to cross-compile the Apache HTTP Server to run on @@ -270,14 +270,14 @@ --enable-FEATURE=no.

--enable-FEATURE[=ARG]
-
Include FEATURE. The default value for ARG +
Include FEATURE. The default value for ARG is yes.
--enable-MODULE=shared
The corresponding module will be build as DSO module.
--enable-MODULE=static
-
By default enabled modules are linked statically. You can force +
By default enabled modules are linked statically. You can force this explicitly.
@@ -293,7 +293,7 @@

Some modules are compiled by default and have to be disabled explicitly. Use the following options to remove discrete modules from the compilation process.

- +
--disable-actions
Disable action triggering on requests, which is provided by @@ -325,7 +325,7 @@
mod_cgi, which provides support for CGI scripts, is enabled by default when using a non-threaded MPM. Use this option to disable CGI support.
- +
--disable-cgid
When using the threaded MPMs worker or perchild support for CGI scripts is provided by @@ -354,7 +354,7 @@ another protocol module instead. Don't disable this module unless you are really sure what you are doing.
- Note: This module will always be linked statically.
+ Note: This module will always be linked statically.
--disable-imagemap
Disable support for server based imagemaps, which provided by @@ -418,7 +418,7 @@
--enable-authnz-ldap
Enable LDAP based authentication provided by mod_authnz_ldap.
- +
--enable-cache
Enable dynamic file caching provided by mod_cache. This experimental module may be @@ -450,7 +450,7 @@
Enable DAV support for filesystem resources, which is provided by mod_dav_fs. This module is a provider for the mod_dav module, so you should also use - --enable-dav.
+ --enable-dav.
--enable-dav-lock
Enable mod_dav_lock which provides generic DAV @@ -467,7 +467,7 @@ mod_disk_cache.
--enable-expires
-
Enable Expires header control provided by +
Enable Expires header control provided by mod_expires.
--enable-ext-filter
@@ -498,7 +498,7 @@
Enable memory caching provided by mod_mem_cache.
-
--enable-mime-magic
+
--enable-mime-magic
Enable automatical determining of MIME types, which is provided by @@ -615,7 +615,7 @@
--enable-optional-fn-export
Enable the example for an optional function exporter, which is - provided by mod_optional_fn_export.
+ provided by mod_optional_fn_export.
--enable-optional-fn-import
@@ -708,7 +708,7 @@
--enable-modules=MODULE-LIST
-
This option behaves similar to --enable-mods-shared, +
This option behaves similar to --enable-mods-shared, but will link the given modules statically. This mean, these modules will always be present while running httpd. They need not be loaded with
--with-PACKAGE[=ARG]
Use the package PACKAGE. The default value for - ARG isyes.
+ ARG is yes.
--without-PACKAGE
Do not use the package PACKAGE. This is the same as @@ -755,7 +755,7 @@
Specific packages
--with-apr=DIR|FILE
-
The Apache Portable Runtime (APR) +
The Apache Portable Runtime (APR) is part of the httpd source distribution and will automatically be build together with the HTTP server. If you want to use an already installed APR instead you @@ -764,7 +764,7 @@ or the directory to the installed APR. apr-config must exist within this directory or the subdirectory bin.
- +
--with-apr-util=DIR|FILE
The Apache Portable Runtime Utilities (APU) are part of the httpd source distribution and will automatically be build @@ -772,7 +772,7 @@ APU instead you have to tell configure the path to the apu-config script. You may set the absolute path and name or the directory to the installed APU. apu-config must - exists within this directory or the subdirectory + exist within this directory or the subdirectory bin.
--with-ssl=DIR
@@ -794,7 +794,7 @@ in the APU, so this database is always available. If you would like to use other database types, use the following options to enable them:

- +
--with-gdbm[=path]
If no path is specified, configure will @@ -805,11 +805,11 @@ path/include for the relevant files. Finally, the path may specify specific include and library paths separated by a colon.
- +
--with-ndbm[=path]
-
Like --with-gdbm, bur searches for a New DBM +
Like --with-gdbm, but searches for a New DBM installation.
- +
--with-berkeley-db[=path]
Like --with-gdbm, but searches for a Berkeley DB installation.
@@ -825,7 +825,7 @@
- +
Options for support programs
--enable-static-support
@@ -841,7 +841,8 @@ option unless you understand all the security implications of running a suid binary on your server. Further options to configure suexec are described below.
+ href="#suexec">below. +

It is possible to create a statically linked binary of a single support program by using the following options:

@@ -862,7 +863,7 @@
--enable-static-htdigest
Build a statically linked version of htdigest.
- +
--enable-static-htpasswd
Build a statically linked version of htpasswd.
@@ -876,7 +877,8 @@ rotatelogs. -
suexec configuration options +
+ <code>suexec</code> configuration options

The following options are used to fine tune the behavior of suexec. See Configuring and installing suEXEC @@ -884,14 +886,14 @@

--with-suexec-bin
-
This defines the path to suexec binary. Default is - --sbindir (see Fine - tuning of installation directories).
+
This defines the path to suexec binary. + Default is --sbindir (see Fine tuning of installation directories).
--with-suexec-caller
This defines the user allowed to call suexec. - It should be the same as the user under which httpd - normally runs.
+ It should be the same as the user under which + httpd normally runs.
--with-suexec-docroot
This defines the directory tree under which @@ -954,7 +956,7 @@
LDFLAGS
Set linker flags, e.g. -Llibdir if you have - libraries in a nonstandard directory libdir.
+ libraries in a nonstandard directory libdir.
-- 2.40.0