Commit 183d0b95 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1753872 from trunk:

Since this is beginner doc, split the -S invocation into two
versions more likely to work verbatim.




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753873 13f79535-47bb-0310-9956-ffa450edef68
parent d03bf3af
Loading
Loading
Loading
Loading
+10 −3
Original line number Original line Diff line number Diff line
@@ -88,13 +88,20 @@ hosts</a></seealso>
    </ul>
    </ul>


    <p>If you are trying to debug your virtual host configuration, you
    <p>If you are trying to debug your virtual host configuration, you
    may find the Apache <code>-S</code> command line switch
    may find the <code>-S</code> command line switch
    useful. That is, type the following command:</p>
    useful.</p>


    <example>
    <example>
    /usr/local/apache2/bin/httpd -S
    <title>Unix example</title>
    apachectl -S
    </example>
    </example>


    <example>
    <title>Windows example</title>
    httpd.exe -S
    </example>


    <p>This command will dump out a description of how Apache parsed
    <p>This command will dump out a description of how Apache parsed
    the configuration file. Careful examination of the IP addresses and
    the configuration file. Careful examination of the IP addresses and
    server names may help uncover configuration mistakes. (See
    server names may help uncover configuration mistakes. (See