From: Nilgun Belma Buguner
Date: Sat, 19 Jul 2008 10:33:56 +0000 (+0000)
Subject: pre-translation improvements
X-Git-Tag: 2.0.64~138
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=821b3f6065858d6f7e84120dd447168998b0a294;p=thirdparty%2Fapache%2Fhttpd.git
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678129 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml
index 2982dc2ded2..b9a66b530b5 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
+ 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 be 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-imap
Disable support for server based imagemaps, which provided by
@@ -418,7 +418,7 @@
--enable-auth-ldap
Enable LDAP based authentication provided by
mod_auth_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-deflate
Enable deflate transfer encoding provided by
@@ -461,7 +461,7 @@
mod_disk_cache.
--enable-expires
- Enable Expires header control provided by
+ Enable Expires
header control provided by
mod_expires.
--enable-ext-filter
@@ -591,7 +591,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
@@ -672,9 +672,9 @@
-
+
--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
@@ -727,9 +727,9 @@
have to tell configure
the path to the
apr-config
script. You may set the absolute path and name
or the directory to the installed APR. apr-config
must
- exists within this directory or the subdirectory
+ 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
@@ -737,7 +737,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
@@ -759,7 +759,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
@@ -770,11 +770,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
installation.
-
+
--with-berkeley-db[=path]
- Like
--with-gdbm
, but searches for a Berkeley DB
installation.
@@ -790,7 +790,7 @@
-
+
Options for support programs
--enable-static-support
@@ -806,7 +806,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:
@@ -827,7 +828,7 @@
--enable-static-htdigest
Build a statically linked version of
htdigest.
-
+
--enable-static-htpasswd
Build a statically linked version of
htpasswd.
@@ -841,22 +842,23 @@
rotatelogs.
- suexec configuration options
- The following options are used to fine tune the behavior of
- suexec. See Configuring and installing suEXEC
- for further information.
+
+ suexec
configuration options
+ The following options are used to fine tune the behavior of
+ suexec. See Configuring and installing suEXEC or further information.
--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
@@ -919,7 +921,7 @@
LDFLAGS
- Set linker flags, e.g.
-Llibdir
if you have
- libraries in a nonstandard directory libdir.
+ libraries in a nonstandard directory libdir.