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 2003/01/12 21:56:26 UTC

cvs commit: httpd-2.0/docs/manual/vhosts index.xml index.html.en

erikabele    2003/01/12 12:56:26

  Modified:    docs/manual/vhosts index.xml index.html.en
  Log:
  Using -S rather than -t -D DUMP_VHOSTS.
  
  Submitted by: Thom May <th...@planetarytramp.net>
  
  Revision  Changes    Path
  1.5       +2 -2      httpd-2.0/docs/manual/vhosts/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	27 Dec 2002 02:55:05 -0000	1.4
  +++ index.xml	12 Jan 2003 20:56:26 -0000	1.5
  @@ -73,11 +73,11 @@
       </ul>
   
       <p>If you are trying to debug your virtual host configuration, you
  -    may find the Apache <code>-t -D DUMP_VHOSTS</code> command line switch
  +    may find the Apache <code>-S</code> command line switch
       useful. That is, type the following command:</p>
   
       <example>
  -    /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS
  +    /usr/local/apache/bin/httpd -S
       </example>
   
       <p>This command will dump out a description of how Apache parsed
  
  
  
  1.20      +2 -2      httpd-2.0/docs/manual/vhosts/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/index.html.en,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- index.html.en	27 Dec 2002 03:19:27 -0000	1.19
  +++ index.html.en	12 Jan 2003 20:56:26 -0000	1.20
  @@ -74,11 +74,11 @@
       </ul>
   
       <p>If you are trying to debug your virtual host configuration, you
  -    may find the Apache <code>-t -D DUMP_VHOSTS</code> command line switch
  +    may find the Apache <code>-S</code> command line switch
       useful. That is, type the following command:</p>
   
       <div class="example"><p><code>
  -    /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS
  +    /usr/local/apache/bin/httpd -S
       </code></p></div>
   
       <p>This command will dump out a description of how Apache parsed