From: Erik Abele
Date: Tue, 6 Jan 2004 01:14:42 +0000 (+0000)
Subject: Transformations...
X-Git-Tag: 2.0.49~250
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee66929c355ab459b3514440c4fdb0c0e0a3c7a5;p=thirdparty%2Fapache%2Fhttpd.git
Transformations...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102196 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/man/ab.8 b/docs/man/ab.8
index cc39de43d7e..42094c2183c 100644
--- a/docs/man/ab.8
+++ b/docs/man/ab.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "AB" 8 "2003-04-29" "Apache HTTP Server" "ab"
+.TH "AB" 8 "2004-01-06" "Apache HTTP Server" "ab"
.SH NAME
ab \- Apache HTTP server benchmarking tool
@@ -54,7 +54,7 @@ Add a Cookie: line to the request\&. The argument is typically in the form of a
Do not display the "percentage served within XX [ms] table"\&. (legacy support)\&.
.TP
-e \fIcsv-file\fR
-Write a Comma separated value (CSV) file which contains for each percentage (from 1% to 100%) the time (in milli seconds) it took to serve that percentage of the requests\&. This is usually more useful than the 'gnuplot' file; as the results are already 'binned'\&.
+Write a Comma separated value (CSV) file which contains for each percentage (from 1% to 100%) the time (in milliseconds) it took to serve that percentage of the requests\&. This is usually more useful than the 'gnuplot' file; as the results are already 'binned'\&.
.TP
-g \fIgnuplot-file\fR
Write all measured values out as a 'gnuplot' or TSV (Tab separate values) file\&. This file can easily be imported into packages like Gnuplot, IDL, Mathematica, Igor or even Excell\&. The labels are on the first line of the file\&.
diff --git a/docs/man/dbmmanage.1 b/docs/man/dbmmanage.1
index 46d4d841841..c43fa02f72a 100644
--- a/docs/man/dbmmanage.1
+++ b/docs/man/dbmmanage.1
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "DBMMANAGE" 1 "2003-05-10" "Apache HTTP Server" "dbmmanage"
+.TH "DBMMANAGE" 1 "2004-01-06" "Apache HTTP Server" "dbmmanage"
.SH NAME
dbmmanage \- Manage user authentication files in DBM format
@@ -117,7 +117,7 @@ Just displays the contents of the DBM file\&. If you specify a \fIusername\fR, i
One should be aware that there are a number of different DBM file formats in existence, and with all likelihood, libraries for more than one format may exist on your system\&. The three primary examples are SDBM, NDBM, the GNU project's GDBM, and Berkeley DB 2\&. Unfortunately, all these libraries use different file formats, and you must make sure that the file format used by \fIfilename\fR is the same format that dbmmanage expects to see\&. dbmmanage currently has no way of determining what type of DBM file it is looking at\&. If used against the wrong format, will simply return nothing, or may create a different DBM file with a different name, or at worst, it may corrupt the DBM file if you were attempting to write to it\&.
.PP
-dbmmanage has a list of DBM format preferences, defined by the @AnyDBM::ISA array near the beginning of the program\&. Since we prefer the Berkeley DB 2 file format, the order in which dbmmanage will look for system libraries is Berkeley DB 2, then NDBM, then GDBM and then SDBM\&. The first library found will be the library dbmmanage will attempt to use for all DBM file transactions\&. This ordering is slightly different than the standard @AnyDBM::ISA ordering in perl, as well as the ordering used by the simple dbmopen() call in Perl, so if you use any other utilities to manage your DBM files, they must also follow this preference ordering\&. Similar care must be taken if using programs in other languages, like C, to access these files\&.
+dbmmanage has a list of DBM format preferences, defined by the @AnyDBM::ISA array near the beginning of the program\&. Since we prefer the Berkeley DB 2 file format, the order in which dbmmanage will look for system libraries is Berkeley DB 2, then NDBM, then GDBM and then SDBM\&. The first library found will be the library dbmmanage will attempt to use for all DBM file transactions\&. This ordering is slightly different than the standard @AnyDBM::ISA ordering in Perl, as well as the ordering used by the simple dbmopen() call in Perl, so if you use any other utilities to manage your DBM files, they must also follow this preference ordering\&. Similar care must be taken if using programs in other languages, like C, to access these files\&.
.PP
One can usually use the file program supplied with most Unix systems to see what format a DBM file is in\&.
diff --git a/docs/man/httpd.8 b/docs/man/httpd.8
index 46a657f6c3d..f7cbf4d828f 100644
--- a/docs/man/httpd.8
+++ b/docs/man/httpd.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTTPD" 8 "2003-04-29" "Apache HTTP Server" "httpd"
+.TH "HTTPD" 8 "2004-01-06" "Apache HTTP Server" "httpd"
.SH NAME
httpd \- Apache Hypertext Transfer Protocol Server
@@ -90,7 +90,7 @@ Output a list of directives together with expected arguments and places where th
Show the settings as parsed from the config file (currently only shows the virtualhost settings)\&.
.TP
-t
-Run syntax tests for configuration files only\&. The program immediately exits after these syntax parsing with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error)\&. If -D \fIDUMP\fR_\fIVHOSTS \fRis also set, details of the virtual host configuration will be printed\&.
+Run syntax tests for configuration files only\&. The program immediately exits after these syntax parsing tests with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error)\&. If -D \fIDUMP\fR_\fIVHOSTS \fRis also set, details of the virtual host configuration will be printed\&.
.TP
-v
Print the version of httpd, and then exit\&.
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index 00991470227..4a65c93bd07 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "ROTATELOGS" 8 "2003-04-29" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2004-01-06" "Apache HTTP Server" "rotatelogs"
.SH NAME
rotatelogs \- Piped logging program to rotate Apache logs
@@ -42,10 +42,10 @@ rotatelogs is a simple program for use in conjunction with Apache's piped logfil
.fi
.PP
-This creates the files /var/logs/logfile\&.nnnn where nnnn is the system time at which the log nominally starts (this time will always be a multiple of the rotation time, so you can synchronize cron scripts with it)\&. At the end of each rota- tion time (here after 24 hours) a new log is started\&.
+This creates the files /var/logs/logfile\&.nnnn where nnnn is the system time at which the log nominally starts (this time will always be a multiple of the rotation time, so you can synchronize cron scripts with it)\&. At the end of each rotation time (here after 24 hours) a new log is started\&.
.nf
-
+
CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
.fi
diff --git a/docs/man/suexec.8 b/docs/man/suexec.8
index b6fa5a3b8b5..e0dd4f83005 100644
--- a/docs/man/suexec.8
+++ b/docs/man/suexec.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "SUEXEC" 8 "2003-04-29" "Apache HTTP Server" "suexec"
+.TH "SUEXEC" 8 "2004-01-06" "Apache HTTP Server" "suexec"
.SH NAME
suexec \- Switch user before executing external programs
@@ -45,6 +45,6 @@ For further information about the concepts and and the security model of suexec
.TP
-V
-If you are root, this option displays the compile options of suexec\&. For security reasons all configuration options are changable only at compile time\&.
+If you are root, this option displays the compile options of suexec\&. For security reasons all configuration options are changeable only at compile time\&.
.RE
diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en
index da34f0027c4..70db079b67c 100644
--- a/docs/manual/programs/ab.html.en
+++ b/docs/manual/programs/ab.html.en
@@ -86,7 +86,7 @@
-e csv-file
Write a Comma separated value (CSV) file which contains for each
- percentage (from 1% to 100%) the time (in milli seconds) it took to serve
+ percentage (from 1% to 100%) the time (in milliseconds) it took to serve
that percentage of the requests. This is usually more useful than the
'gnuplot' file; as the results are already 'binned'.
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en
index 82c781ee110..b07c6132d82 100644
--- a/docs/manual/programs/configure.html.en
+++ b/docs/manual/programs/configure.html.en
@@ -131,11 +131,16 @@
-
--enable-layout=LAYOUT
- Configure the source code and build scripts to assume an
- installation tree based on the layout LAYOUT. The default
- layout is
Apache
.
+ installation tree based on the layout LAYOUT. This allows
+ you to separately specify the locations for each type of file within
+ the Apache HTTP Server installation. The config.layout
+ file contains several example configurations, and you can also create
+ your own custom configuration following the examples. The different
+ layouts in this file are grouped into <Layout
+ FOO>...</Layout>
sections and referred to by name as
+ in FOO
. The default layout is Apache
.
diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en
index 28d85f56bd7..e13f228fb1a 100644
--- a/docs/manual/programs/dbmmanage.html.en
+++ b/docs/manual/programs/dbmmanage.html.en
@@ -153,7 +153,7 @@
then NDBM, then GDBM and then SDBM. The first library found will be the
library dbmmanage
will attempt to use for all DBM file
transactions. This ordering is slightly different than the standard
- @AnyDBM::ISA
ordering in perl, as well as the ordering used by
+ @AnyDBM::ISA
ordering in Perl, as well as the ordering used by
the simple dbmopen()
call in Perl, so if you use any other
utilities to manage your DBM files, they must also follow this preference
ordering. Similar care must be taken if using programs in other languages,
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en
index ec50b39c71c..0c9a9dabab3 100644
--- a/docs/manual/programs/httpd.html.en
+++ b/docs/manual/programs/httpd.html.en
@@ -135,7 +135,7 @@ shows the virtualhost settings).
-t
Run syntax tests for configuration files only. The program
-immediately exits after these syntax parsing with either a return code
+immediately exits after these syntax parsing tests with either a return code
of 0 (Syntax OK) or return code not equal to 0 (Syntax Error). If -D
DUMP_VHOSTS is also set, details of the virtual host
configuration will be printed.
diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en
index 67698f3c5dd..c027681b80d 100644
--- a/docs/manual/programs/rotatelogs.html.en
+++ b/docs/manual/programs/rotatelogs.html.en
@@ -31,10 +31,10 @@
This creates the files /var/logs/logfile.nnnn where nnnn is
the system time at which the log nominally starts (this time
will always be a multiple of the rotation time, so you can
- synchronize cron scripts with it). At the end of each rota-
- tion time (here after 24 hours) a new log is started.
+ synchronize cron scripts with it). At the end of each rotation
+ time (here after 24 hours) a new log is started.
-
+
CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
diff --git a/docs/manual/programs/suexec.html.en b/docs/manual/programs/suexec.html.en
index cab9c6fef33..9f1d56302f3 100644
--- a/docs/manual/programs/suexec.html.en
+++ b/docs/manual/programs/suexec.html.en
@@ -47,7 +47,7 @@
If you are root
, this option displays the compile options of
suexec
. For security reasons all configuration options are
-changable only at compile time.
+changeable only at compile time.