]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Transformations...
authorErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 01:14:42 +0000 (01:14 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 01:14:42 +0000 (01:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102196 13f79535-47bb-0310-9956-ffa450edef68

docs/man/ab.8
docs/man/dbmmanage.1
docs/man/httpd.8
docs/man/rotatelogs.8
docs/man/suexec.8
docs/manual/programs/ab.html.en
docs/manual/programs/configure.html.en
docs/manual/programs/dbmmanage.html.en
docs/manual/programs/httpd.html.en
docs/manual/programs/rotatelogs.html.en
docs/manual/programs/suexec.html.en

index cc39de43d7eba697fd4cad3fd91aedeb708eb773..42094c2183cf273adaa82b30a81b3f2139f03b4c 100644 (file)
@@ -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\&.  
index 46d4d8418416dbee6ee76127924225f9adb28e8f..c43fa02f72a05a337ac2727e920d74582a988d2d 100644 (file)
@@ -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\&.
index 46a657f6c3d39335c52abcfa6ce238745859e36f..f7cbf4d828fb527e085b8d5434cd6460ed0b0fd1 100644 (file)
@@ -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\&.  
index 009914702271abcc6ecf364b09970e0bc199dda4..4a65c93bd07dc38d1fdcbe15d1a7f9f8c1b8c591 100644 (file)
@@ -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 rotation 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
index b6fa5a3b8b5969b4305681bd800374bccad410e2..e0dd4f83005a69d0586748bd2d8c6894f445eec5 100644 (file)
@@ -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
  
index da34f0027c47af3e4ca4d2f2f193016ada458a39..70db079b67cff72c384e286ea7d007fbe1b129c3 100644 (file)
@@ -86,7 +86,7 @@
 
     <dt><code>-e <var>csv-file</var></code></dt>
     <dd>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'.</dd>
 
index 82c781ee1105bbe9bb7d2c020948c9ee5b94822a..b07c6132d820cb992f58660824249df88f411f46 100644 (file)
 
     <h4><a name="layout" id="layout">Define a directory layout</a></h4>
       <dl>
-        
         <dt><code>--enable-layout=<var>LAYOUT</var></code></dt>
         <dd>Configure the source code and build scripts to assume an
-          installation tree based on the layout <var>LAYOUT</var>. The default
-          layout is <code>Apache</code>.</dd>
+          installation tree based on the layout <var>LAYOUT</var>. This allows
+          you to separately specify the locations for each type of file within
+          the Apache HTTP Server installation. The <code>config.layout</code>
+          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 <code>&lt;Layout
+            FOO&gt;...&lt;/Layout&gt;</code> sections and referred to by name as
+          in <code>FOO</code>. The default layout is <code>Apache</code>.</dd>
       </dl>
     
 
index 28d85f56bd795abc47487dccc7f5f3813f589b93..e13f228fb1a8efb446be00a50ef358ca2e818683 100644 (file)
     then NDBM, then GDBM and then SDBM. The first library found will be the
     library <code>dbmmanage</code> will attempt to use for all DBM file
     transactions. This ordering is slightly  different than the standard
-    <code>@AnyDBM::ISA</code> ordering in perl, as well as the ordering used by
+    <code>@AnyDBM::ISA</code> ordering in Perl, as well as the ordering used by
     the simple <code>dbmopen()</code> 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,
index ec50b39c71cf68768539dd3535bcd5db6fd789eb..0c9a9dabab38617a6c9ecc5048c284c47f573ba0 100644 (file)
@@ -135,7 +135,7 @@ shows the virtualhost settings).</dd>
 <dt><code>-t</code></dt>
 
 <dd>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
 <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
 configuration will be printed.</dd>
index 67698f3c5dded63253a923e3cc9333a4de70fc41..c027681b80de8c2af4d150392705c781b2848fb7 100644 (file)
      <p>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.</p>
+     synchronize cron scripts with it).  At the end of each rotation
+     time (here after 24 hours) a new log is started.</p>
 
-<div class="example"><p><code>  
+<div class="example"><p><code>
      CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
 </code></p></div>
 
index cab9c6fef3349054e0f1e9b73e1fc09be6d351a9..9f1d56302f3cad8fed362e2cd80d8b5f254e02ec 100644 (file)
@@ -47,7 +47,7 @@
 
 <dd>If you are <code>root</code>, this option displays the compile options of
 <code>suexec</code>. For security reasons all configuration options are
-changable only at compile time.</dd>
+changeable only at compile time.</dd>
 
 </dl>
 </div></div>