You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2004/01/06 02:05:33 UTC

cvs commit: httpd-2.0/docs/manual/programs ab.xml configure.xml dbmmanage.xml httpd.xml rotatelogs.xml suexec.xml

erikabele    2004/01/05 17:05:33

  Modified:    docs/manual/programs Tag: APACHE_2_0_BRANCH ab.xml
                        configure.xml dbmmanage.xml httpd.xml
                        rotatelogs.xml suexec.xml
  Log:
  Backport several improvements from HEAD. The docs are now in sync again.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +1 -1      httpd-2.0/docs/manual/programs/ab.xml
  
  Index: ab.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/ab.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ab.xml	29 Apr 2003 20:19:11 -0000	1.1.2.1
  +++ ab.xml	6 Jan 2004 01:05:33 -0000	1.1.2.2
  @@ -68,7 +68,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>
   
  
  
  
  1.1.2.6   +8 -3      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.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- configure.xml	23 Nov 2003 23:04:36 -0000	1.1.2.5
  +++ configure.xml	6 Jan 2004 01:05:33 -0000	1.1.2.6
  @@ -114,11 +114,16 @@
   
       <section id="layout"><title>Define a directory layout</title>
         <dl>
  -        <!-- further explanation needed -->
           <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>
       </section>
   
  
  
  
  1.1.2.3   +1 -1      httpd-2.0/docs/manual/programs/dbmmanage.xml
  
  Index: dbmmanage.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/dbmmanage.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- dbmmanage.xml	10 May 2003 00:45:06 -0000	1.1.2.2
  +++ dbmmanage.xml	6 Jan 2004 01:05:33 -0000	1.1.2.3
  @@ -137,7 +137,7 @@
       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,
  
  
  
  1.1.2.5   +1 -1      httpd-2.0/docs/manual/programs/httpd.xml
  
  Index: httpd.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/httpd.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- httpd.xml	23 Apr 2003 21:43:04 -0000	1.1.2.4
  +++ httpd.xml	6 Jan 2004 01:05:33 -0000	1.1.2.5
  @@ -128,7 +128,7 @@
   <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>
  
  
  
  1.1.2.4   +4 -4      httpd-2.0/docs/manual/programs/rotatelogs.xml
  
  Index: rotatelogs.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/rotatelogs.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- rotatelogs.xml	29 Apr 2003 13:08:22 -0000	1.1.2.3
  +++ rotatelogs.xml	6 Jan 2004 01:05:33 -0000	1.1.2.4
  @@ -17,10 +17,10 @@
        <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>
   
  -<example>	 
  +<example>
        CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
   </example>
   
  @@ -103,4 +103,4 @@
   </table>
   
   </section>
  -</manualpage>
  \ No newline at end of file
  +</manualpage>
  
  
  
  1.1.2.2   +1 -1      httpd-2.0/docs/manual/programs/suexec.xml
  
  Index: suexec.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/suexec.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- suexec.xml	29 Apr 2003 14:15:58 -0000	1.1.2.1
  +++ suexec.xml	6 Jan 2004 01:05:33 -0000	1.1.2.2
  @@ -31,7 +31,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>
   </section>