You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/15 22:11:41 UTC

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

rbowen      2002/06/15 13:11:41

  Modified:    docs/manual/vhosts index.html.en
  Log:
  A little clarification of the command line which is to be typed. People
  seem to like to have an example of EXACTLY what they are supposed to
  type.
  Also, added a "subtitle" for the File Descriptor Limits page, to reflect
  some of the material that I just added to it.
  
  Revision  Changes    Path
  1.10      +16 -6     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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html.en	19 Oct 2001 05:35:43 -0000	1.9
  +++ index.html.en	15 Jun 2002 20:11:41 -0000	1.10
  @@ -49,7 +49,8 @@
         <li><a href="details.html">In-Depth Discussion of Virtual
         Host Matching</a></li>
   
  -      <li><a href="fd-limits.html">File Descriptor Limits</a></li>
  +      <li><a href="fd-limits.html">File Descriptor Limits</a> (or,
  +      <em>Too many log files</em>)</li>
   
         <li><a href="mass.html">Dynamically Configured Mass Virtual
         Hosting</a></li>
  @@ -72,11 +73,20 @@
         <li><a href="../mod/core.html#serverpath">ServerPath</a></li>
       </ul>
   
  -    <p>Folks trying to debug their virtual host configuration may
  -    find the Apache <code>-t -D DUMP_VHOSTS</code> command line switch 
  -    useful. It will dump out a description of how Apache parsed the
  -    configuration file. Careful examination of the IP addresses and
  -    server names may help uncover configuration mistakes. 
  +    <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 
  +    useful. That is, type the following command:</p>
  +
  +    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
  +    /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS
  +    </code></td></tr></table></blockquote>
  +    
  +    <p>This command will dump out a description of how Apache parsed
  +    the configuration file. Careful examination of the IP addresses and
  +    server names may help uncover configuration mistakes. (See <a
  +    href="../programs/httpd.html">the docs for the httpd program</a> for
  +    other command line options)</p>
  +
       <!--#include virtual="footer.html" -->
       </p>
     </body>