From: Richard Bowen Date: Sat, 15 Jun 2002 20:11:41 +0000 (+0000) Subject: A little clarification of the command line which is to be typed. People X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=627c1c28dfd6b948655736ef2d21625a7532bdc0;p=apache 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95702 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 7cb19b8092..fa3c6c030a 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -49,7 +49,8 @@
  • In-Depth Discussion of Virtual Host Matching
  • -
  • File Descriptor Limits
  • +
  • File Descriptor Limits (or, + Too many log files)
  • Dynamically Configured Mass Virtual Hosting
  • @@ -72,11 +73,20 @@
  • ServerPath
  • -

    Folks trying to debug their virtual host configuration may - find the Apache -t -D DUMP_VHOSTS 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. +

    If you are trying to debug your virtual host configuration, you + may find the Apache -t -D DUMP_VHOSTS command line switch + useful. That is, type the following command:

    + +
    + /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS +
    + +

    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 the docs for the httpd program for + other command line options)

    +