]> granicus.if.org Git - apache/commitdiff
A little clarification of the command line which is to be typed. People
authorRichard Bowen <rbowen@apache.org>
Sat, 15 Jun 2002 20:11:41 +0000 (20:11 +0000)
committerRichard Bowen <rbowen@apache.org>
Sat, 15 Jun 2002 20:11:41 +0000 (20:11 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95702 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/index.html.en

index 7cb19b8092003e078ec06e040114c02de8696cf4..fa3c6c030aac9da5f9e2c4e86801e76af8017040 100644 (file)
@@ -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>
       <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>